Skip to content

Commit 86e77e4

Browse files
authored
Merge pull request #370 from near/revert-2-3-0
Revert "Merge pull request #369 from near/develop"
2 parents 08b0bc9 + 5cb4df8 commit 86e77e4

File tree

22 files changed

+703
-704
lines changed

22 files changed

+703
-704
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.3.0"
2+
NEARCORE_VERSION = "2.2.1"

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,10 @@ 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-
1610
### What's Changed
1711
* Improved bulk insertion of state_changes, reducing database requests from hundreds to a maximum of 7 per block.
1812
* Configuration improvement. Create default config.toml on start application to loaded parameters from the environment variables.
1913
* 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`.
2114

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

0 commit comments

Comments
 (0)