Skip to content

dcrdex v0.5.5

Compare
Choose a tag to compare
@chappjc chappjc released this 01 Nov 20:30
· 701 commits to master since this release

DCRDEX v0.5.5

IMPORTANT: This patch release includes a critical fix for all Bitcoin wallets.

Please read the v0.5.0 release notes for a full list of changes since v0.4.

For important information and an introduction to DCRDEX, read the initial release (v0.1.0) notes.

Fixes

  • Blocks with taproot transactions with too many witness items no longer fail to deserialize. This was caused by an upstream bug in the btcsuite/btcd/wire package. See btcsuite/btcd#1907 (04aa59f)
  • Revert to a working revision of goleveldb. A bad revision of goleveldb was required by go-ethereum 1.10.19, and a working revision was restored in 1.10.21. This manually gets us off the broken goleveldb revision, and updates to go-ethereum 1.10.25 at the same time. See ethereum/go-ethereum#25413 (98a9081)

Code Summary

3 commits, 10 files changed, 39 insertions(+), and 54 deletions(-)

v0.5.4...v0.5.5

1 contributor