v4.0.5
Optional Upgrade
- Add transferdomain single key check config
-tdsinglekeycheck
- Introduce LevelDB snapshots. Used in pool pair RPC calls only in this release.
Upgrade Notes
- From v4.0.x: drop in-upgrade.
- Older nodes, require a fresh sync or bootstrap from snapshots.
- From pre-releases (v4-rc, v4-beta, etc):
-reindex
or fresh required 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.
defid
now requiresglibc
2.29 or greater to run. You may need to update your OS if you are running an older version. (Ubuntu 18, Debian 10, etc.)
Key highlights
- DeFiChain EVM
- DUSD Vaults
Network Snapshot
- [Asia] https://defi-snapshots.s3.ap-southeast-1.amazonaws.com/index.txt
- [EU] https://defi-snapshots-europe.s3.eu-central-1.amazonaws.com/index.txt
- [Sydney] https://defi-snapshots-sydney.s3.ap-southeast-2.amazonaws.com/index.txt
- [US] https://defi-snapshots-us.s3.amazonaws.com/index.txt
What's Changed
- Skip XVM check if vout missing by @Bushstar in #2711
- test: Create vault with multisig address by @Bushstar in #2713
- CI: Fix creating / staging release by @sieniven in #2708
- Add td single key check config into node by @sieniven in #2714
- EVM: Add Code to storage cache by @Jouzo in #2692
- CI: Shift workflows to local build, cleanup pipelines by @sieniven in #2717
- EVM: Fix create token by @sieniven in #2686
- v4.0.4 by @sieniven in #2712
- build: Avoid BOOST_NO_CXX98_FUNCTION_BASE macro redefinition by @Bushstar in #2715
- Add time, height, consensus to block context by @Bushstar in #2727
- EVM: Fix create token by @sieniven in #2726
- RPC: Shift evm debug logging RPCs to regular RPC by @sieniven in #2729
- CI: Add cpp caching and rust cache fixes in CI build workflows by @sieniven in #2721
- Remove usage of Discard() from codebase by @Bushstar in #2732
- Add snapshot support tested in poolpair RPC by @Bushstar in #2698
Full Changelog: v4.0.3...v4.0.5