github helium/blockchain-node 1.1.4
Transaction Block Information

latest releases: 1.1.88, 1.1.87, 1.1.86...
3 years ago

Adds support for the block height for a requested transaction.

To ensure that all existing transactions on the node have the height
value in the node, please make sure that the node is at least at block
height 424081.

Then:

  1. make stop
  2. git pull; make && make release
  3. rm -rf _build/rel/blockchain_node/data/transasctions.db
  4. make start. This will load all blocks into the transactions.db again
    to populate the height field correctly.

Don't miss a new blockchain-node release

NewReleases is sending notifications on new releases.