Releases: block-core/blockcore-indexer
Releases · block-core/blockcore-indexer
Blockcore Indexer (Release 0.2.35)
What's Changed
- Return confirmation count on block header by @dangershony in #148
- Added caching for stats endpoint by @DavidGershony in #150
- Update Swashbuckle package by @miladsoft in #152
Blockcore Indexer (Release 0.2.34)
What's Changed
- change background-image in index.html by @miladsoft in #145
- Fixed nft symbol value to fit the Cirrus node by @DavidGershony in #146
Blockcore Indexer (Release 0.2.33)
- Add trx index to trx api (#139) (f906d1e), closes #139
- Added NFT and asstets enpoints (#142) (37601f8), closes #142
- Fetch block hex api (#140) (9d60b34), closes #140
- Removing rewind without indexes and adding a warning message (#144) (d25c1a7), closes #144
- Store and fetch the contract balance on each recipt (#143) (4b958fe), closes #143
- Update version and changelog (ee6d42f)
Blockcore Indexer (Release 0.2.32)
- Add BlocksLeftToSync to stats (#133) (381a34b), closes #133
- Added an endpoint for NFT (#136) (6a0df69), closes #136
- Added support for standard token (#129) (3865653), closes #129
- Create grouped lists of contract api calls (#132) (deaf809), closes #132
- Endpoint to expose DAO contract details (#126) (d7fd90d), closes #126
- standard token - add api end point to filter based on a single address (#131) (9857666), closes #131
- Update CHANGELOG.md (ba88263)
- Update version (2097c74)
- Update version and changelog (2c18e81)
- When broadcasting a trx add it also to the mempool (#128) (043b100), closes #128
Blockcore Indexer (Release 0.2.31)
Blockcore Indexer (Release 0.2.30)
Blockcore Indexer (Release 0.2.29)
- Add an index on the trxs in a block (#110) (deb83f1), closes #110
- Add api endpoint to filter by user address (#116) (e6863ee), closes #116
- Add api endpoint to return orphan (reorged) blocks (#117) (f6b802e), closes #117
- Add comment on the utxo unitq index. (28e94ad)
- Add comment on utxo commuted table (d8ceaf5)
- Add gas price and amount (#115) (bba3e98), closes #115
- Fix paging on smart contract address api endpoint (c6ec977)
- fix typo (e02a179)
- Run tests on regular build (61458da)
- sort the computed history position ascending (#111) (49f1f45), closes #111
- Started adding unit tests to the core project (#90) (b7f8cd0), closes #90
- Update changelog and version (0d06cdf)
- Update NuGet packages (cadefe9)
Blockcore Indexer (Release 0.2.28)
Blockcore Indexer (Release 0.2.27)
This update has some BREAKING CHANGES to the API, version upgrade from 0.1 to 0.2 to indicate this.
Any UI or consumer of the API must be updated accordingly. Fixes various bugs.
To get the tip of blocks or transactions, don't supply any offset value (should be null). The first offset index value is now always 0.