Skip to content

Releases: DeFiCh/ain

v4.1.11

30 Sep 09:15
69822e7
Compare
Choose a tag to compare

Optional Upgrade

Highlights

  • Testnet hard fork to Tuesday 1st October on block 1,810,800.
  • Removes the unfreezer feature.

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

Network Snapshot

What's Changed

Full Changelog: v4.1.10...v4.1.11

v4.1.10

28 Sep 06:01
50a50e8
Compare
Choose a tag to compare

Optional Upgrade

Highlights

  • Sets the Testnet hard fork to Tuesday 1st October on block 1,810,800.
  • Adds the Ocean indexer.

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

Network Snapshot

What's Changed

Full Changelog: v4.1.9...v4.1.10

v4.1.9

24 Sep 02:13
6582e1d
Compare
Choose a tag to compare

Optional Upgrade

Highlights

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

Network Snapshot

What's Changed

Full Changelog: v4.1.8...v4.1.9

v4.1.8

20 Sep 12:09
6ff00a5
Compare
Choose a tag to compare

Optional Upgrade

Highlights

  • dToken Restart:
    • Allow 1:1 upgrades via the DST20 version 3 contract.
    • Restore loan and collateral amounts from auctions to vaults.

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

Network Snapshot

What's Changed

Full Changelog: v4.1.7...v4.1.8

v4.1.7

16 Sep 14:10
ec0d759
Compare
Choose a tag to compare

Optional Upgrade

Highlights

  • Mining
    • After fork only mint blocks with time greater than previous blocks.
    • On dToken restart check token locks and pools status before adding EVM and creation TXs.
  • dToken Restart:
    • Check optional collateral valid before usage.
    • Add loan payback history entries.

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

Network Snapshot

What's Changed

Full Changelog: v4.1.6...v4.1.7

v4.1.6

07 Sep 04:54
87dec63
Compare
Choose a tag to compare

Optional Upgrade

Highlights

  • Sets the Changi hard fork to block 2,241,000, approx Sep 7th 14:00 UTC.
  • Introduces the following features to be enabled after the next hard fork:
    • Governance
    • dToken restart
    • Rejecting blocks with a time prior to the previous block

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

Network Snapshot

What's Changed

Full Changelog: v4.1.5...v4.1.6

v4.1.5

07 Sep 01:25
ee07796
Compare
Choose a tag to compare

[Release pulled due to: https://github.com//pull/3039].

Please continue to use:

v4.1.4

02 Sep 08:07
872700d
Compare
Choose a tag to compare

Optional Upgrade

Highlights

  • Fixes long standing bugs in using -consolidaterewards flag for multiple tokens in one go. -consolidaterewards is now expected to be usable for full optimization across all addresses.
  • Optimized mining support with additional strategies beyond the default.
  • Future flagged fixes: Bugs in upcoming static reward calculation.

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

Network Snapshot

What's Changed

New Contributors

Full Changelog: v4.1.3...v4.1.4

v4.1.3

18 Jul 09:48
a634bce
Compare
Choose a tag to compare

Optional Upgrade

Highlights

  • -enablesnapshots for implicit LevelDB snapshot on each block. This enables all the RPCs to bypass the global chain lock and to serve requests in parallel. Default is off for now to only take a snapshot when required as we learn from the effects at scale before changing defaults.

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

Network Snapshot

What's Changed

Full Changelog: v4.1.2...v4.1.3

v4.1.2

05 Jul 18:13
8a0e0d8
Compare
Choose a tag to compare

Optional Upgrade

Highlights

  • -ascendingstaketime flag in preparation for the next upgrade's behavior for miners to reject blocks in past time.
  • Increase timeouts for block downloads and stale peer checks.
    • This was a cause of nodes not being to recover quickly and took longer that expected to self-heal, giving the false impression that it has stalled on a wrong fork.
  • Improved utxostoaccount by only selecting coins on the source address if possible
  • Skip address ownership check on accounttoaccount, utxostoaccount and sendtokenstoaddress using -dvmownerskipcheck
  • Minor quality-of-life updates for the testing framework

Upgrade Notes

  • From v4.1.x: Drop in upgrade.
  • All other older nodes: Fresh sync or bootstrap from snapshots required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.

Network Snapshot

What's Changed

Full Changelog: v4.1.1...v4.1.2