Releases: celenium-io/celestia-indexer
Releases · celenium-io/celestia-indexer
v1.6.3
Commits
- 23177ca: added empty file for block_signature tests. (Lavysh Alexander) #148
- 7a8a259: added empty file for constant tests. (Lavysh Alexander) #149
- 139634d: added empty file for denom_metadata tests. (Lavysh Alexander) #150
- fe00bad: Add TestTableName (gastlypok) #148
- bdf2c5f: fix go formatting (Lavysh Alexander) #148
- e9ac306: Update constant_test.go TestTableName added (A1exCoon) #149
- 726a19f: Update constant_test.go (A1exCoon) #149
- bde30ba: Add TestTableName (gastlypok) #150
- add rollup fee series (#156) #156 (Artem Poltorzhitskiy)
- 9f14603: added license header. (Lavysh Alexander) #150
- 0d00300: added license header. (Lavysh Alexander) #149
- 18cf505: fixed test name collision. (#158) (Alexander) #158
- jail validator on withdraw full stake (#157) #157 (Artem Poltorzhitskiy)
- withdraw delegator rewards in exec (#159) #159 (Artem Poltorzhitskiy)
v1.6.2
Commits
- jailing (#155) #155 (Artem Poltorzhitskiy)
v1.6.1
Commits
- e88ff1e: added basic file for response tests. (Lavysh Alexander) #147
- ecf1dd3: Update response_test.go, added TestNewResponseRecorder (Alexander) #147
- 5d4cd5f: Add TestWrite (Dmitry Mirgaleev) #147
- bc6d297: TestCopyHeader (gastlypok) #147
- 1c831c3: Update response_test.go TestWriteHeader added (A1exCoon) #147
- time parameters in price series request (#151) #151 (Artem Poltorzhitskiy)
- 997e337: Update celestia-app (#152) (Artem Poltorzhitskiy) #152
- f7f38b8: Update response_test.go TestResult added (A1exCoon) #147
- c98065b: Add TestEncodeDecode (gastlypok) #147
- 86fec6d: Update response_test.go TestReplay added (Dmitry Mirgaleev) #147
- c268d21: Fixes (Dmitry Mirgaleev) #147
- 474a9ad: fixed review comment. (Lavysh Alexander) #147
- ca30f66: added license header. (Lavysh Alexander) #147
- add rollup distribution stats (#153) #153 (Artem Poltorzhitskiy)
- jailing without events. Add square size column (#154) #154 (Artem Poltorzhitskiy)
v1.6.0
Commits
- staking (#146) #146 (Artem Poltorzhitskiy)
v1.5.2
Commits
- add message type index (#144) #144 (Artem Poltorzhitskiy)
- search validator by addrss (#145) #145 (Artem Poltorzhitskiy)
v1.5.1
Commits
- add first rollup message time (#142) #142 (Artem Poltorzhitskiy)
- search regexp (#143) #143 (Artem Poltorzhitskiy)
v1.5.0
Commits
- search by data hash (#128) #128 (Artem Poltorzhitskiy)
- add blobs count to block stats (#127) #127 (Artem Poltorzhitskiy)
- blobs count series (#129) #129 (Artem Poltorzhitskiy)
- add index (#130) #130 (Artem Poltorzhitskiy)
- get block by id with relations (#131) #131 (Artem Poltorzhitskiy)
- search namespace by hex string (#134) #134 (Artem Poltorzhitskiy)
- add block signature height index (#133) #133 (Artem Poltorzhitskiy)
- b997820: Update go lib (#135) (Artem Poltorzhitskiy) #135
- don't request message counts for empty blocks (#132) #132 (Artem Poltorzhitskiy)
- export from postgres (#136) #136 (Artem Poltorzhitskiy)
- blob log height index (#137) #137 (Artem Poltorzhitskiy)
- search no result (#138) #138 (Artem Poltorzhitskiy)
- add enpoint for listing rollups by namespace (#139) #139 (Artem Poltorzhitskiy)
- reduce block signature retentions count (#140) #140 (Artem Poltorzhitskiy)
- event requests (#141) #141 (Artem Poltorzhitskiy)
v1.4.0
Commits
- add validators counter to indexer state (#104) #104 (Artem Poltorzhitskiy)
- search (#106) #106 (Artem Poltorzhitskiy)
- websocket channels (#105) #105 (Artem Poltorzhitskiy)
- deps: Bump github.com/opencontainers/runc from 1.1.9 to 1.1.12 (#112) #112 (dependabot[bot])
- 50baaf9: Add channel name to websocket notification (#111) (Artem Poltorzhitskiy) #111
- search by trigrams (#115) #115 (Artem Poltorzhitskiy)
- API cache (#116) #116 (Artem Poltorzhitskiy)
- 6c269ee: Indexing block signatures. Add uptime and blocks to validators API. (#113) (Artem Poltorzhitskiy) #113
- subscribe on blocks in gas tracker (#117) #117 (Artem Poltorzhitskiy)
- don't send cancelled error to sentry (#119) #119 (Artem Poltorzhitskiy)
- rollup series (#120) #120 (Artem Poltorzhitskiy)
- addcdfc: update license header (#118) (Alexander) #118
- gas tracker (#114) #114 (Artem Poltorzhitskiy)
- 3a2bc7e: Add slug to rollups (#121) (Artem Poltorzhitskiy) #121
- addresses list query (#122) #122 (Artem Poltorzhitskiy)
- get namesapce messages by height (#123) #123 (Artem Poltorzhitskiy)
- gas by height (#124) #124 (Artem Poltorzhitskiy)
- blobs query (#125) #125 (Artem Poltorzhitskiy)
- de33b49: Add signers to transaction model (#126) (Artem Poltorzhitskiy) #126
v1.3.2
Commits
- add pagination to some endpoints (#95) #95 (Artem Poltorzhitskiy)
- add blobs endpoint for block and transaction (#96) #96 (Artem Poltorzhitskiy)
- parsing NULL jsonb column by bun (#98) #98 (Artem Poltorzhitskiy)
- address messages API docs (#99) #99 (Artem Poltorzhitskiy)
- 8c577f8: fixed mistype in receiver module description. (#100) (Alexander) #100
- 52d052f: Some minor fixes (#101) (Artem Poltorzhitskiy) #101
- rollup API (#102) #102 (Artem Poltorzhitskiy)
- blob logs for rollup (#103) #103 (Artem Poltorzhitskiy)
- views aggregation policies (#108) #108 (Artem Poltorzhitskiy)
- 3e65bd3: Add bytes in block series (#107) (Artem Poltorzhitskiy) #107
- view watermark is in the future (#109) #109 (Artem Poltorzhitskiy)
- gov_max_square_size (#110) #110 (Artem Poltorzhitskiy)
v1.3.1
Commits
- message type filters in address transactions endpoint (#93) #93 (Artem Poltorzhitskiy)
- some improvements for parsing full blocks (#94) #94 (Artem Poltorzhitskiy)