Skip to content

Releases: block-core/blockcore-indexer

Blockcore Indexer (Release 0.2.35)

24 Jun 09:53
7e65edf
Compare
Choose a tag to compare

What's Changed

Blockcore Indexer (Release 0.2.34)

28 May 20:31
Compare
Choose a tag to compare

What's Changed

Blockcore Indexer (Release 0.2.33)

10 May 12:34
4b958fe
Compare
Choose a tag to compare

Blockcore Indexer (Release 0.2.32)

01 Apr 22:05
Compare
Choose a tag to compare

Blockcore Indexer (Release 0.2.31)

20 Mar 23:04
aa88a8d
Compare
Choose a tag to compare

Blockcore Indexer (Release 0.2.30)

17 Mar 17:48
Compare
Choose a tag to compare

Blockcore Indexer (Release 0.2.29)

04 Mar 09:14
Compare
Choose a tag to compare
  • 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)

15 Feb 18:02
37a33c8
Compare
Choose a tag to compare
  • Add extra delete and some comments, also fetch better the last blolck query from memory not disk (#1 (37a33c8), closes #106
  • Changed the logic back to task.run for the transaction table because … (#103) (4e2c281), closes #103
  • Update changelog and version (fdc3374)

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