Skip to content

Releases: SiaFoundation/walletd

v2.12.0

12 Feb 17:55
v2.12.0
34d0162

Choose a tag to compare

Features

  • Add -checkpoint CLI flag for instant-syncing to a given chain index.
  • Add inputSigHash to response body of /wallets/:id/construct/v2/transaction
  • Added Siacoin input origin to consensus/block

Fixes

  • Update core dependency to v0.19.0 and coreutils dependency to v0.20.0.

v2.11.0

02 Oct 21:16
v2.11.0
02c4e7a

Choose a tag to compare

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

10 Sep 21:04

Choose a tag to compare

2.10.5 (2025-09-10)

Fixes

  • Update core to v0.17.5 and coreutils to v0.18.4

v2.10.4

01 Jul 09:48
cb81895

Choose a tag to compare

Fixes

  • Update coreutils from 0.16.3 to 0.16.4

v2.10.3

20 Jun 04:14
v2.10.3
cb49633

Choose a tag to compare

Fixes

  • Fixed debug miner error.
  • Ignore broadcast error when debug is enabled.
  • Update core to v0.14.0 and coreutils to v0.16.3

v2.10.2

17 Jun 17:20
v2.10.2
6f6dd29

Choose a tag to compare

Fixes

  • Update coreutils to v0.16.2

v2.10.1

14 Jun 09:07
v2.10.1
b2f1012

Choose a tag to compare

Fixes

  • Update core to v0.13.2 and coreutils to v0.16.1

v2.10.0

13 Jun 16:14
v2.10.0
5462978

Choose a tag to compare

Features

Add batch endpoints

  • [POST] /batch/addresses/balance
  • [POST] /batch/addresses/events
  • [POST] /batch/addresses/unconfirmed
  • [POST] /batch/addresses/outputs/siacoin
  • [POST] /batch/addresses/outputs/siafund

v2.9.0

29 May 23:13
v2.9.0
c66b5e3

Choose a tag to compare

Features

Added [PUT] /api/wallets/:id/batch/addresses

This new endpoint allows clients to add up to 10000 addresses in a single API call

Fixes

  • Updated core to v0.13.1 and coreutils to v0.15.2.
  • Updated build to use Go 1.24

2.8.1 (2025-05-29)

29 May 19:43
848b7fd

Choose a tag to compare

Fixes

  • Update coreutils to v0.15.1