Releases: decred/dcrdata
v1.3.2 - Maintenance Release
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
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
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
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
Release of v1.0.0
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
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
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)
Initial Release Candidate - v1.0.0
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
PRE-RELEASE: PostgreSQL, full address history, spending tx links
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.
Turbolinks, Address Summary, Stake Tx Maturity
Detailed list coming...
Changes: v0.8.0...v0.8.1
Initial Block Explorer Release
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:
Here's the dark theme on a mobile phone:
And a vote information table for each vote transaction:
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.