Skip to content

Releases: decred/dcrdata

v1.3.2 - Maintenance Release

18 Mar 23:18
v1.3.2
Compare
Choose a tag to compare

This maintenance release for the 1.3 branch primarily addresses a performance issue for transactions with many inputs.

Diffs:
v1.3.1...v1.3.2

v1.3.1 - Maintenance Release

11 Mar 02:34
v1.3.1
Compare
Choose a tag to compare

Between v1.3.0 to v1.3.1 (this release), the dcrdata repository was moved to the Decred organization. The following changes were made:

  • update imports and README.md for new repo home in decred org
  • fix inability to mount http pprof
  • minor logging tweaks
  • change Travis test script to standard decred script

Diffs:
v1.3.0...v1.3.1

v1.3.0 - Home Page Stats, QR Codes, Full Ticket Pool Access, Updated URL Paths

24 Feb 05:42
v1.3.0
Compare
Choose a tag to compare

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

Since the last release (v1.1.0, since 1.2 was unreleased), the following changes were made:

  • Address QR code display
  • Full Ticket Pool Access
  • Home page now has the most recent blocks, plus more information, including tickets and votes in mempool, coin supply, ticket price window progress, current block subsidies, development address balance, ticket pool stats, and more.
  • Improved display of addresses with unconfirmed transactions
  • Better display for unused addresses and non-existent transactions.
  • Removed "/explorer" from all URL paths and added redirects to the new locations.
  • Improved setup and update instructions in README.md and sample config file.
  • Fixed many bugs.
  • Many under the hood improvements.

2,691 additions and 1,358 deletions.
v1.1.0...v1.3.0 (v1.2 was unreleased)

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

14 Dec 21:08
Compare
Choose a tag to compare

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

Release of v1.0.0

09 Nov 22:46
v1.0.0
Compare
Choose a tag to compare

This is the release of v1.0.0 (equal to rc2).

Since the last release (v0.8.1), the following changes were made:

  • Added PostgreSQL backend
  • Add complete "balance" summary to address page page
  • Spending transaction links added to the spent outpoints on the transaction page
  • Address page pagination
  • Fix dev subsidy decode error on testnet, and other bug fixes

v0.8.1...v1.0.0

It's also worth mentioning that added in v0.8.1 was Turbolinks - fast page loading via XHR (degrades gracefully w/o JavaScript).

Second Release Candidate - v1.0.0

07 Nov 16:50
v1.0.0-rc2
Compare
Choose a tag to compare
Pre-release

This is the second release candidate for v1.0.0 (that was quick).

Since the rc1 (v1.0.0-rc1), the following changes were made:

  • Fix dev subsidy decode error on testnet
  • Drop "pre" from version string (just 1.0.0 now)

v1.0.0-rc1...v1.0.0-rc2

Initial Release Candidate - v1.0.0

07 Nov 16:24
v1.0.0-rc1
Compare
Choose a tag to compare
Pre-release

This is the first release candidate for v1.0.0.

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

  • Address page pagination
  • Bug fixes

v1.0.0-pre...v1.0.0-rc1

PRE-RELEASE: PostgreSQL, full address history, spending tx links

04 Nov 06:46
e0c6ab4
Compare
Choose a tag to compare

Since v0.8.1: 1 commit, 4,806 additions, and 244 deletions.

This release will feature a new PostgreSQL backend, supporting the address page and the spending transaction links on the transaction page.

v0.8.1...v1.0.0-pre

Turbolinks, Address Summary, Stake Tx Maturity

30 Oct 02:01
v0.8.1
Compare
Choose a tag to compare

Initial Block Explorer Release

06 Oct 09:26
v0.8.0
Compare
Choose a tag to compare

The shiniest new feature in this release is the Block Explorer that replaced the basic web interface. It is running live at https://explorer.dcrdata.org/. Here's a quick capture:

image

Here's the dark theme on a mobile phone:

image

And a vote information table for each vote transaction:

image

But the most exciting aspect of this release is that it was a real collaborative effort, with major contributions from several contributors (mostly alphabetical): @gozart1, @McEdward, @raedah, @RogueElement, and @chappjc (myself).

There is a lot more to do -- features to add, issues to fix, tests to write, etc. Even so, this feels like a great start!

Please check back for completed release notes in the next day.