Skip to content

v3.0.2 - Insight and Stake-invalidation Fixes

Compare
Choose a tag to compare
@chappjc chappjc released this 27 Sep 13:45
· 1058 commits to master since this release

This is a patch release with several important fixes. The postgresq DB table format is bumped to 3.5.4, requiring a short automatic upgrade on initial startup of this version.

The following changes were made since v3.0.0:

  • Fix Insight API's transaction broadcast response. 2824630
  • Patch the valid_mainchain column of the addresses table to accurately reflect stake-invalidation of blocks. 20c3a4d
  • Patch the matching_tx_hash column of the addresses table, and keep it updated during stake-invalidation of blocks. fd07df2
  • Fix marshaling of vouts array in Insight API's new transaction message. 3f4f4de
  • Support multiple dcrd RPC versions including 3.x.x and 4.x.x. 60161ef
  • Fix dcrpg tests, allowing "go test -tags mainnettest" to work again. 87d6577
  • Remove duplicate "Blocks" item in main menu. 8fbdf47
  • Fix address page display where there are only unconfirmed transactions. 7b5cd3c

v3.0.0...v3.0.2