Skip to content

Commit

Permalink
fix: Shard IDs is mixed-up leading to shard filenames to be incorrect (
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Dec 12, 2024
1 parent dd292fa commit 34ad8f8
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[env]
NEARCORE_VERSION = "2.4.0-2797449"
NEARCORE_VERSION = "2.4.0-7b3a53e"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.4.1

* Switch to the Indexer Framework 2.4.0 but with the fix for shard id. See [issue#118](https://github.com/near/near-lake-indexer/issues/118)

Once this release is deployed we expect new data to have correct shard ids in the filenames and correct data. The data that was indexed with the wrong shard id will be reindexed as soon as possible.

## 2.4.0

* Upgrade Indexer Framework to be based on [nearcore 2.4.0](https://github.com/near/nearcore/releases/tag/2.4.0)
Expand Down
Loading

0 comments on commit 34ad8f8

Please sign in to comment.