Releases: nervosnetwork/ckb-indexer
Releases · nervosnetwork/ckb-indexer
v0.4.3
v0.4.2
v0.4.1
v0.4.0
ckb-indexer 0.3.2
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
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
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
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
ckb-indexer 0.2.0
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