Skip to content

Commit 17db12a

Browse files
authored
update nearcore version to 2.3.0 (#368)
* update nearcore version to 2.3.0 * improvement
1 parent a82b8d5 commit 17db12a

File tree

22 files changed

+704
-703
lines changed

22 files changed

+704
-703
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[env]
2-
NEARCORE_VERSION = "2.2.1"
2+
NEARCORE_VERSION = "2.3.0"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/near/read-rpc/compare/main...develop)
99

10+
## [0.3.1](https://github.com/near/read-rpc/releases/tag/v0.3.1)
11+
12+
### Supported Nearcore Version
13+
- nearcore v2.3.0
14+
- rust v1.81.0
15+
1016
### What's Changed
1117
* Improved bulk insertion of state_changes, reducing database requests from hundreds to a maximum of 7 per block.
1218
* Configuration improvement. Create default config.toml on start application to loaded parameters from the environment variables.
1319
* Fix to fetch state by pages (view_state_paginated).
20+
* Change logic to get `shard_layout` for indexers. Main idea to avoid request `protocol_config` via RPC, `protocol_config` could be changed with new nearcore release and we should support old and new versions of `protocol_config`.
1421

1522
## [0.3.0](https://github.com/near/read-rpc/releases/tag/v0.3.0)
1623

0 commit comments

Comments
 (0)