Skip to content

v0.7.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@matheusd matheusd released this 22 Mar 15:49
· 1 commit to master since this release
2a62ef6

Split Ticket Service & Client

This is a beta release of the split ticket buyer service and client. Please
read the instructions for joining the beta.

macOS version provided by @girino.

Changelog for vesion 0.7.6

This changes the way utxo fetching is done when the UtxosFromDcrdata config option is enabled. This option is mostly used when using the buyer with a SPV wallet.

Previously, individual requests were done for each split input which is both inneficient and was causing problems with certain users.

This version changes the fetching process so that a single batched call to dcrdata is performed and the results are parsed and verified.