dcrdex v0.5.5
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(-)
1 contributor
- Jonathan Chappelow (@chappjc)