Skip to content

Releases: block-core/blockcore-indexer

Blockcore Indexer (Release 0.2.27)

13 Feb 22:10
Compare
Choose a tag to compare

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.

  • Add some guards and checks on the utxo table (#98) (8b445da), closes #98
  • Breaking change version upgrade (f73be31)
  • Fix issue with paging on address transactions (#97) (e31b64d), closes #97 #96
  • Update changelog and version (48081e2)

Blockcore Indexer (Release 0.1.26)

12 Feb 10:37
8bbe293
Compare
Choose a tag to compare

Blockcore Indexer (Release 0.1.25)

12 Feb 01:09
607ac0a
Compare
Choose a tag to compare
  • Add some notes regarding running with dotnet (d63a281)
  • Added table for reorg blocks (#93) (607ac0a), closes #93
  • fix cirrus test config file (7731ae9)
  • Update changelog and version (9f29234)

Blockcore Indexer (Release 0.1.24)

09 Feb 10:09
91f0572
Compare
Choose a tag to compare
  • 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)

06 Feb 15:46
Compare
Choose a tag to compare
  • Add ability to manually trigger build (3c95378)
  • Adding unconfirmed trx to history (#87) (367df2c), closes #87
  • Fix bug on client when fullnode return null (36489c7)
  • show indexing on progress bar (#86) (2b4f1a5), closes #86
  • Update CHANGELOG.md (9a00b36)
  • Update version (579dbb4)

Blockcore Indexer (Release 0.1.22)

30 Jan 18:31
Compare
Choose a tag to compare
  • 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)

14 Jan 01:12
Compare
Choose a tag to compare
  • Updated network packages for SBC and RSC.

Blockcore Indexer (Release 0.1.20)

12 Jan 17:56
Compare
Choose a tag to compare
  • Updated consensus for RSC.

Blockcore Indexer (Release 0.1.19)

11 Jan 23:06
Compare
Choose a tag to compare
  • Add SBC and RSC support.
  • Performance improvements on indexing and queries.

Blockcore Indexer (Release 0.1.18)

05 Jan 00:55
Compare
Choose a tag to compare
  • Fixes the docker image for Cirrus Indexer.