Releases: bitpay/bitcore-node
Releases · bitpay/bitcore-node
v3.1.2
v3.1.1
v3.1.0
- Update bitcoin consensus rules with BIP68, BIP112 and BIP113 with the bitcoin-0.12.1-bitcore release (see #457)
- Fixes two bugs regarding the mempool indexes (see bitpay/bitcoin#18)
Note: A reindex is NOT necessary if upgrading from 3.0.0+
v3.0.2
- Concurrent RPC requests for detailed transactions (#449)
- Fixed timing bug with round-robin RPC requests with the
tryAll
method (#453) - Additional test coverage regarding mempool UTXOs (#456)
- Configuration option for bitcoind connect regarding TLS/SSL (#455)
- Updated documentation (#454)
- bitcore-lib is exported as
lib
for convenience (#442) bitcore call <method>
now handles JSON as arguments (#440)
v3.0.1
Supporting 0.11.2 of Bitcoin Core
This is a minor release to update the shared library patch for Bitcoin Core 0.11.2.
v0.2.0-beta.8
This is a minor release that covers the work done over the last week.
- Address summary
- In-memory indices for tx inputs and outputs
- In-memory indices for isSpent outputs
- Next block hash bindings
- P2P tests
v0.2.0-beta.7
This is a minor release that covers the work done over the last week.
- Pagination on insight-api
- Add command for remote URLS
- Crash fixes
- Send transaction emit 'tx' events
- Filter for node version install
- Address history
v0.2.0-beta.6
This is a minor release that covers the work done over the last week.
- Start/Stop improvements
- Detecting main chain
- More regression tests
- Detecting reindexes
- Ability to daemonize the main process
- Better reorg handling
- CLI fixes for adding services
v0.2.0-beta.5
This is a minor release that covers the things that we've done over the last week. Items in this release include:
- CLI support expanded
- Test coverage expanded
- Beginnings of Insight API service support
- Architecture changes to support services from within Bitcore-node
- C++ Bindings upgrades
- Updated benchmarks
- Updated documentation