Skip to content

SLPDB 0.15.0

Compare
Choose a tag to compare
@jcramer jcramer released this 07 Aug 16:33
· 373 commits to master since this release

Updates and Features:

  • Add Graph Search metadata (see first two listed example queries in README)
  • Start listening to blockchain updates before the startup process for improved data integrity during long startup periods
  • Fixed bug where not all inputs were showing up in graph transactions
  • Replaced getInfo RPC in favor of getBlockchainInfo
  • Fixed issue with tokens collection items missing "block_created" data

Installation

  1. run git clone https://github.com/simpleledger/SLPDB.git --branch 0.15.0 or Save files below
  2. cd SLPDB && npm install
  3. npm migrate up (only if you have an existing mongoDB SLPDB)
  4. npm start

Notes

Upgrading to this version from previous versions will take several hours to update the SLP database.