Releases: SiaFoundation/walletd
Releases · SiaFoundation/walletd
v2.11.0
Features
Adds an allowVoid query parameter to [POST] /txpool/broadcast to guard against accidental burns.
By default, transactions sent to the void (zero) address are rejected. Integrators must explicitly set allowVoid=true to broadcast to the void. This prevents cases where address parsing errors (e.g. ignoring the error from UnmarshalText and falling back to the zero address) would unintentionally destroy funds.
Added support for V2 Final Cut Hardfork
Includes minor improvements to the consensus state and accumulator in preparation for instant syncing and light node support.
v2.10.5
2.10.5 (2025-09-10)
Fixes
- Update core to v0.17.5 and coreutils to v0.18.4
v2.10.4
Fixes
- Update coreutils from 0.16.3 to 0.16.4
v2.10.3
v2.10.2
v2.10.1
v2.10.0
v2.9.0
2.8.1 (2025-05-29)
Fixes
- Update coreutils to v0.15.1
2.8.0 (2025-05-26)
Features
- Implicitly fill v2 transaction proofs when in full index mode
- Update core to v0.13.0 and coreutils to v0.15.0
Fixes
- Check consensus database for invalid commitment and reset if necessary.
- Fixed a panic when listening to localhost on some Windows 11 systems.
- Fixed SQLite database is locked error.
- Reduced batch size for slower hardware.