Skip to content

Commit 9130e99

Browse files
authored
Merge pull request #382 from near/develop
Release 0.3.3
2 parents 244099f + 8ba1205 commit 9130e99

File tree

36 files changed

+1422
-1085
lines changed

36 files changed

+1422
-1085
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.4.0"

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ 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.3](https://github.com/near/read-rpc/releases/tag/v0.3.3)
11+
12+
### Supported Nearcore Version
13+
- nearcore v2.4.0
14+
- rust v1.82.0
15+
16+
## [0.3.2](https://github.com/near/read-rpc/releases/tag/v0.3.2)
17+
18+
### What's Changed
19+
* Corrected state size calculation logic.
20+
* Integrated cargo_pkg_version metric to reflect the current server version.
21+
* Delete unnecessary debug logs about update blocks by finalities
22+
* Support new method `EXPERIMENTAL_congestion_level`
23+
24+
### Supported Nearcore Version
25+
- nearcore v2.3.1
26+
- rust v1.81.0
27+
28+
## [0.3.1](https://github.com/near/read-rpc/releases/tag/v0.3.1)
29+
30+
### Supported Nearcore Version
31+
- nearcore v2.3.0
32+
- rust v1.81.0
33+
34+
### What's Changed
35+
* Corrected state size calculation logic.
36+
* Integrated cargo_pkg_version metric to reflect the current server version.
37+
* Delete unnecessary debug logs about update blocks by finalities
38+
39+
## [0.3.1](https://github.com/near/read-rpc/releases/tag/v0.3.1)
40+
41+
### Supported Nearcore Version
42+
- nearcore v2.3.0
43+
- rust v1.81.0
44+
1045
### What's Changed
1146
* Corrected state size calculation logic.
1247
* Integrated cargo_pkg_version metric to reflect the current server version.
@@ -22,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2257
* Improved bulk insertion of state_changes, reducing database requests from hundreds to a maximum of 7 per block.
2358
* Configuration improvement. Create default config.toml on start application to loaded parameters from the environment variables.
2459
* Fix to fetch state by pages (view_state_paginated).
60+
* 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`.
2561

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

0 commit comments

Comments
 (0)