SLPDB 0.15.0
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
run git clone https://github.com/simpleledger/SLPDB.git --branch 0.15.0or Save files belowcd SLPDB && npm installnpm migrate up(only if you have an existing mongoDB SLPDB)npm start
Notes
Upgrading to this version from previous versions will take several hours to update the SLP database.