Skip to content

Commit

Permalink
Release/0.3.2 (#374)
Browse files Browse the repository at this point in the history
* Corrected state size calculation logic (#371)

* fix to calculate state size

* clippy

* fix calculate state size limit

* changelog

* release 0.3.2

* remove println
  • Loading branch information
kobayurii authored Nov 14, 2024
1 parent 70bb8c1 commit 0d0c9e9
Show file tree
Hide file tree
Showing 8 changed files with 389 additions and 277 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.3.0"
NEARCORE_VERSION = "2.3.1"
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.3.2](https://github.com/near/read-rpc/releases/tag/v0.3.2)

### What's Changed
* Corrected state size calculation logic.
* Integrated cargo_pkg_version metric to reflect the current server version.
* Delete unnecessary debug logs about update blocks by finalities

### Supported Nearcore Version
- nearcore v2.3.1
- rust v1.81.0

## [0.3.1](https://github.com/near/read-rpc/releases/tag/v0.3.1)

### Supported Nearcore Version
Expand Down
Loading

0 comments on commit 0d0c9e9

Please sign in to comment.