Skip to content

Releases: bitpay/bitcore-node

v3.1.2

28 Jul 15:02
Compare
Choose a tag to compare
  • Updates bitcoind with patch for improved detailed transaction query performance (bitpay/bitcoin#27)

v3.1.1

06 Jul 18:50
Compare
Choose a tag to compare
  • Option to configure payload size (#458)

v3.1.0

27 Jun 17:10
Compare
Choose a tag to compare

Note: A reindex is NOT necessary if upgrading from 3.0.0+

v3.0.2

20 Jun 14:35
Compare
Choose a tag to compare
  • 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

20 Jun 14:38
Compare
Choose a tag to compare
  • Fixed bug with using relative paths to datadir in bitcore-node.json
  • Added precondition for zmq regarding ports
  • Updated prerequisite docs to 8GB memory

Supporting 0.11.2 of Bitcoin Core

02 Dec 23:06
Compare
Choose a tag to compare

This is a minor release to update the shared library patch for Bitcoin Core 0.11.2.

v0.2.0-beta.8

23 Sep 16:43
Compare
Choose a tag to compare
v0.2.0-beta.8 Pre-release
Pre-release

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

23 Sep 16:46
Compare
Choose a tag to compare
v0.2.0-beta.7 Pre-release
Pre-release

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

09 Sep 18:01
Compare
Choose a tag to compare
v0.2.0-beta.6 Pre-release
Pre-release

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

03 Sep 20:05
Compare
Choose a tag to compare
v0.2.0-beta.5 Pre-release
Pre-release

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