Skip to content

v2.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 23:21
· 1346 commits to master since this release
3e56d57

Optional Update

What’s Changed

  • This is an optional update with a many minor fixes and a few new features.
  • testpoolswap now adds support for compositeswap. Adds a path args, which continues to default to direct to retain compatibility, while the a new option auto that automatically use composite swap if there is not direct path available. See help testpoolswap for more details.
  • * is now accepted for address arg for placeauctionbid and paybackloan to use indicate auto address selection, with sufficient funds.
  • This update also fixes the testnet fresh sync failure due to blocks with mining height discrepancies.
  • Fixed discrepancies in getloaninfo RPC.
  • Fixed getmasternodeblocks depth filter.

Details

  • Enable composite swap for testpoolswap @mambisi (#954)
  • Add start BTC height and record limit to spv_listanchors @Bushstar (#921)
  • Adds possibility to use "*" to auto-select address in placeauctionbid and paybackloan @Jouzo (#937)
  • Fix getmasternodeblocks depth filtering @hidiego (#946)
  • Rework mempool accounts view @bvbfan (#904)
  • Factor out usage of height field in CBlockIndex and CBlockHeader @Bushstar (#987)
  • Fix boost 1.77 compilation @bvbfan (#997)
  • Fix wrong number of openVaults and openAuctions in getloaninfo @Jouzo (#986)

Full changelog: v2.3.1...v2.3.2

How to run?

Download and untar the relevant version to your operating system, run bin/defid or bin/defid.exe to start a DeFi Blockchain daemon. The client (CLI) can be found at bin/defi-cli or bin/defi-cli.exe.

DeFi App (GUI) users

If you are running the desktop DeFi App, you do not have to manually update the underlying node as the app will handle it. Check https://github.com/DeFiCh/app/releases for the latest releases.