Skip to content

v1.1.0 - Decode and Broadcast Txns, Site-wide Websocket, go1.10-ready

Compare
Choose a tag to compare
@chappjc chappjc released this 14 Dec 21:08
· 1239 commits to master since this release

This is the release of dcrdata v1.1.0. Huge thanks to @RogueElement, @McEdward, and @gozart1 for their contributions!

Since the last release (v1.0.0), the following changes were made:

  • Made the websocket connection site-wide, and unbroken by searches.
  • Decode or Broadcast Transaction page
  • For a vote, link to corresponding ticket. / For a ticket, link to any corresponding vote.
  • Feature the coinbase transaction on the block page, instead of just listing it in the regular transactions
  • Show "last block valid" selection for each vote
  • Prettier handling in case when there are either no tickets or no votes in a block
  • Consistently show TOTAL UNSPENT at top right of pages
  • Change date format to yyyy-mm-dd (from m/d/yy)
  • Update dcrd and dcrwallet dependencies for go1.10 compatibility

v1.0.0...v1.1.0