Skip to content

Commit

Permalink
update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Jul 25, 2024
1 parent 1f3f16d commit ab84e04
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,18 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [submodules/move-nft/v0.1.4](https://github.com/initia-labs/kvindexer/releases/tag/submodules/move-nft/v0.1.4) - 2024-07-26

* (submodule/move-nft) fix: don't abort on nft index failure

## [submodules/wasm-nft/v0.1.4](https://github.com/initia-labs/kvindexer/releases/tag/submodules/wasm-nft/v0.1.4) - 2024-07-26

* (submodule/wasm-nft) fix: don't abort on nft index failure

## [v0.1.6](https://github.com/initia-labs/kvindexer/releases/tag/v0.1.6) - 2024-07-26

* (submodule) deprecate: pair, wasm-pair
* (cache) Change cache-capacity unit to MiB
* (submodule/move-nft, submodule/wasm-nft) fix: don't abort on nft index failure

## [v0.1.5](https://github.com/initia-labs/kvindexer/releases/tag/v0.1.5) - 2024-07-16

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ Indexer listens StreamingManager's stream and indices streamed data

Registered submodules get abci Events(i.e. FinalizeBlock and Commit) and are allowed to CRUD indexer key-value storage.

- block
- tx
- move-nft
- wasm-nft
- ~~pair~~ deprecated
- ~~wasmpair~~ deprecated

0 comments on commit ab84e04

Please sign in to comment.