Releases: block-core/blockcore-indexer
Releases · block-core/blockcore-indexer
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.
Blockcore Indexer (Release 0.1.26)
Blockcore Indexer (Release 0.1.25)
Blockcore Indexer (Release 0.1.24)
- Add Cybits network package to indexer (0acce7c)
- Added guard for empty results in the rewind lookup (#89) (f5103fd), closes #89
- Move the StoreRawTransactions to development config (d9fa519)
- Performance enhances (#88) (91f0572), closes #88
- Thorw if cirrus api failed to fetch a recipt (cbf28c9)
- Update changelog and version (eb94c1f)
Blockcore Indexer (Release 0.1.23)
Blockcore Indexer (Release 0.1.22)
- Add a basic docker-compose to run local test database (3a8e9b3)
- add api endpoint for fetching trx hex (9765dde)
- Add instructions on starting the MongoDB container (362a3de)
- Added Utxo table (#58) (d7411ab), closes #58
- Check indexes on startup (#74) (6e2b2b7), closes #74
- Closes #60 (#61) (a8ac2bb), closes #60 #61
- Closes #64 (#73) (cdc8970), closes #64 #73
- Contract code table (#57) (1ba3444), closes #57
- Fix block index count (fa4b9ba)
- fix minor utxo bug (aba62c1)
- Pulled lookup result to the indexer and than update mongo and replaced the fluent c# with bson docum (320ee31)
- Removed computed utxo table and use the unspent output table instead (#76) (5797a76), closes #76 #67
- Richlist to use new utxo table (#75) (70a319a), closes #75 #66
- Use specific container image we have verified with (d924e6b)
Blockcore Indexer (Release 0.1.21)
- Updated network packages for SBC and RSC.
Blockcore Indexer (Release 0.1.20)
- Updated consensus for RSC.
Blockcore Indexer (Release 0.1.19)
- Add SBC and RSC support.
- Performance improvements on indexing and queries.
Blockcore Indexer (Release 0.1.18)
- Fixes the docker image for Cirrus Indexer.