Releases: Golem-Base/blockscout-rs-neti
Releases · Golem-Base/blockscout-rs-neti
release-2026-01-22
What's Changed
- Add index on golem_base_operations (block_number) by @rbochenek in #108
- Add support for content-type by @rbochenek in #110
- Adjust pagination field names by @rbochenek in #111
- fix: migration to backfill missing content-type by @rbochenek in #113
- Feature/gbbe 342 operations expiration time by @MatixYo in #112
- Add creator field to entity entity by @MatixYo in #114
- Lockless + Batching by @kacperzuk-neti in #107
- Fix arkiv-storage-tx event signatures by @rbochenek in #115
- Extract operation cost from events by @rbochenek in #116
- Per-operation cost and entity total cost by @rbochenek in #117
- Chart transactions-per-block: increase items returned by @rbochenek in #119
- Event processing optimizations by @rbochenek in #118
- Add owned entities counter to address stats by @rbochenek in #120
- Block stats async worker by @kacperzuk-neti in #121
- Env variable to run indexer API without indexer itself by @kacperzuk-neti in #122
- Fix custom-contract endpoint by @rbochenek in #124
- Consensus info - add average transaction cost by @rbochenek in #125
- Fix address stats performance by @kacperzuk-neti in #126
- L3 -> L2 withdrawals endpoint by @rbochenek in #123
- Fix: sea-orm inserts with an empty iterator by @rbochenek in #128
- Fix(golem-base-indexer): sea-orm inserts with an empty iterator by @rbochenek in #129
- Per-block consensus data by @rbochenek in #127
- Add timestamps to deposits and withdrawals endpoints by @rbochenek in #130
- Block-operations endpoint - include blocks without operations (no gaps) by @rbochenek in #131
- Fix withdrawals endpoint (bigdecimal string) by @kacperzuk-neti in #132
Full Changelog: release-2025-11-13...release-2026-01-22
release-2025-11-13
What's Changed
- consensus info api by @CodeWarriorr in #83
- GBBE-258 - Average entity size and BTL by @rbochenek in #86
- Optimizations to address stats endpoint by @kacperzuk-neti in #88
- Add ALL to list operations endpoint by @kacperzuk-neti in #87
- Bridging indexer for L2 stub by @kacperzuk-neti in #91
- GBBE-266 - Charts and Stats - Viewing a historical gas usage in a function of block number - Backend by @rbochenek in #90
- Fix migration rollbacks by @rbochenek in #92
- Indexing transaction deposited events by @kacperzuk-neti in #93
- Feature/gbbe 262 entity trends chart by @MatixYo in #89
- Tracking deposit details and source hash for TransactionDeposited by @kacperzuk-neti in #94
- Fix parsing inner data of TransactionDeposited by @kacperzuk-neti in #95
- Deposits endpoint by @kacperzuk-neti in #96
- Syncra sample data by @kacperzuk-neti in #97
- Update tests with real data from orthae by @kacperzuk-neti in #99
- Layer3 Indexer by @rbochenek in #98
- Joint L2-L3 deposit data endpoint by @kacperzuk-neti in #100
- Arkiv Rebrand by @kacperzuk-neti in #101
- Restore previous API proto (attributes vs annotations) by @kacperzuk-neti in #102
- Fix parser by @kacperzuk-neti in #103
- Copy initial data by @kacperzuk-neti in #104
- ChangeOwner operation support by @rbochenek in #105
Full Changelog: release-2025-10-22...release-2025-11-13
2025-10-22
What's Changed
- Feature/gbbe 268 block transactions chart by @MatixYo in #81
- Feature/gbbe 270 operations per block by @MatixYo in #84
- Fix split queue race-condition issues by @kacperzuk-neti in #85
Full Changelog: release-2025-10-16...release-2025-10-22
2025-10-16
What's Changed
- Allow getting entitites with any status by filtering by status=ALL by @kacperzuk-neti in #76
- Fix data usage chart for ranges with no data available by @rbochenek in #78
- expires at timestamp sec by @CodeWarriorr in #74
- Update package.json by @kacperzuk-neti in #79
- Operation count over timestamp chart by @kacperzuk-neti in #77
- Ops over time with filter by @kacperzuk-neti in #80
- Migrate left-over expiration-transactions to a proper processing queue by @kacperzuk-neti in #82
Full Changelog: release-2025-10-02...release-2025-10-16
2025-10-02
What's Changed
- list entities by owner by @CodeWarriorr in #69
- Fix missed expirations by @kacperzuk-neti in #67
- Add Top Accounts leaderboard and ranks by @kacperzuk-neti in #71
- Preserve order on new migrations by @kacperzuk-neti in #73
- entity data size histogram by @CodeWarriorr in #68
- Hotfix cleaning pending logs queue by @kacperzuk-neti in #75
Full Changelog: release-2025-09-26...release-2025-10-02
2025-09-26
What's Changed
- GBBE-215 - Address view - Leaderboards info - Backend by @rbochenek in #66
- golem_base_entity_history as table by @kacperzuk-neti in #64
- GBBE-202 - L3 Dashboard - Data statistics over time - Backend by @rbochenek in #57
Deployment node
Requires resyncing - wipe DB and start from scratch.
Full Changelog: release-2025-09-23...release-2025-09-26
2025-09-23
What's Changed
- PR template by @CodeWarriorr in #51
- golem base tx events by @CodeWarriorr in #52
- entity timestamp by @CodeWarriorr in #54
- expires_at_timestamp overflow fix by @CodeWarriorr in #55
- leaderboards account most created entities by @CodeWarriorr in #53
- GBBE-288 - block storage stats optimizations by @kacperzuk-neti in #61
- GBBE-212 - Leaderboard - entities by effective size by @kacperzuk-neti in #60
- GBBE-289 - Fix annotations on expired entities by @kacperzuk-neti in #58
- GBBE-212 - Leaderboard - addresses by data size by @kacperzuk-neti in #59
- address first last seen and account age by @CodeWarriorr in #56
- indexer queue triggers update by @CodeWarriorr in #62
- custom contract transactions by @CodeWarriorr in #63
- account activity first last seen block number by @CodeWarriorr in #65
Full Changelog: release-2025-09-02...release-2025-09-23
2025-09-02
What's Changed
- add block_number to list operations by @CodeWarriorr in #41
- GBBE-204 - Block view - Data statistics - Backend by @rbochenek in #42
- Rename
blocktoblock_numberfor clarity by @rbochenek in #44 - biggest spenders query filter nulls and zeros by @CodeWarriorr in #43
- Fix expiration tracking in history view by @kacperzuk-neti in #45
- leaderboards entities longest expiration by @CodeWarriorr in #46
- Add related entities count to annotations in /entity/[hash] endpoint by @kacperzuk-neti in #48
- address by entities owned by @CodeWarriorr in #47
- GBBE-205 - Block view - Storage metrics - Backend by @rbochenek in #49
- leaderboards largest entities by @CodeWarriorr in #50
Full Changelog: release-2025-08-21...release-2025-09-02
2025-08-21
What's Changed
- entity history state by @CodeWarriorr in #22
- Consistent typing for enums by @kacperzuk-neti in #27
- get entity operation with data diff by @CodeWarriorr in #26
- Remove unused paging parameters from CountOperationsRequest by @kacperzuk-neti in #28
- GBBE-132 - simple search entities by annotations by @kacperzuk-neti in #29
- GBBE-200 - Add address/{address}/stats endpoint; make owner optional by @kacperzuk-neti in #30
- Fix types action by @kacperzuk-neti in #32
- transaction biggest spenders by @CodeWarriorr in #31
- Add
updated_at_fields to entity endpoint by @kacperzuk-neti in #34 - Update types by @kacperzuk-neti in #36
- Mock gas used fields by @kacperzuk-neti in #37
- GBBE-234 - Indexer metrics by @kacperzuk-neti in #35
- 404 instead of 500 on not found operation by @kacperzuk-neti in #39
- Fix inactive annotations in /entity/{key} by @kacperzuk-neti in #33
- GBBE-250 - add expiration timestamps to entity history entry by @kacperzuk-neti in #38
- Update types by @kacperzuk-neti in #40
Full Changelog: release-2025-08-12...release-2025-08-21
2025-08-12
release-2025-08-12 Publish Docker image on tag push