Skip to content

Releases: nervosnetwork/ckb-indexer

v0.4.3

07 Mar 02:46
Compare
Choose a tag to compare

changes since ckb-indexer 0.4.2

fix: resolve a long reorg error #62
chore: limit should be greater than 0 #63
feat: add exact search mode #64
fix: README typo scrip_type -> script_type #65

v0.4.2

15 Oct 10:22
Compare
Choose a tag to compare

changes since ckb-indexer 0.4.1

feat: customize index rule #57
fix: prune panic #59

v0.4.1

20 Jul 01:15
Compare
Choose a tag to compare

changes since ckb-indexer 0.4.0

chore: add RPC example result to doc #56
feat: add group_by_transaction search option #55

v0.4.0

13 Jun 08:53
Compare
Choose a tag to compare

changes since ckb-indexer 0.3.2

  • feat: filter script by len range #54
  • feat: add with_data option to get_cells rpc #53
  • feat: warning for waiting too long for the next block #50

ckb-indexer 0.3.2

09 Dec 13:53
Compare
Choose a tag to compare

WARNING: due to the bug which is fixed in #45, it is recommended to re-run the indexer in order to fix possible incorrect data:

// start the new version indexer with different data folder and listen on different port to avoid conflicts:
RUST_LOG=info ckb-indexer -s /folder/new-indexer-data -l 127.0.0.1:11111
// stop this process and older version indexer process when catch up the ckb node tip number, then start the new version indexer again and listen on the old port to provide the rpc service
RUST_LOG=info ckb-indexer -s /folder/new-indexer-data -l 127.0.0.1:8116

changes since ckb-indexer 0.3.1

  • fix: rollback block should update lock_script and type_script index correctly #45

ckb-indexer 0.3.1

24 Oct 09:27
Compare
Choose a tag to compare

upgrade ckb crate version to 0.100.0 (compatible with ckb 0.100.0-rc1 and above version), if you are running ckb v0.43 and below version, please use ckb-indexer 0.2.2

changes since ckb-indexer 0.3.0

  • feat: index the pending txs in the ckb tx-pool #42

ckb-indexer 0.3.0

03 Aug 08:13
Compare
Choose a tag to compare

upgrade ckb crate version to 0.100.0 (compatible with ckb 0.100.0-rc1 and above version), if you are running ckb v0.43 and below version, please use ckb-indexer 0.2.2

ckb-indexer 0.2.2

02 Aug 02:00
Compare
Choose a tag to compare

this is a maintenance release, if you are running ckb v0.100.0-rc and above version, please use ckb-indexer 0.3.0-rc

chore:

  • upgrade tokio version to 1.9 #37

ckb-indexer 0.2.1

14 Jul 10:49
Compare
Choose a tag to compare

New features:

  • get_indexer_info rpc #33
  • long fork detection #35

ckb-indexer 0.2.0

11 Mar 05:08
Compare
Choose a tag to compare

WARNING: this is a break change, need to delete indexer's data folder and re-index

New feature:

  • allow prefix searches of arbitrary script args length