Skip to content

Commit

Permalink
Merge pull request #382 from near/develop
Browse files Browse the repository at this point in the history
Release 0.3.3
  • Loading branch information
kobayurii authored Dec 10, 2024
2 parents 244099f + 8ba1205 commit 9130e99
Show file tree
Hide file tree
Showing 36 changed files with 1,422 additions and 1,085 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.2.1"
NEARCORE_VERSION = "2.4.0"
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,41 @@ 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.3](https://github.com/near/read-rpc/releases/tag/v0.3.3)

### Supported Nearcore Version
- nearcore v2.4.0
- rust v1.82.0

## [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
* Support new method `EXPERIMENTAL_congestion_level`

### 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
- nearcore v2.3.0
- rust v1.81.0

### 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

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

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

### What's Changed
* Corrected state size calculation logic.
* Integrated cargo_pkg_version metric to reflect the current server version.
Expand All @@ -22,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Improved bulk insertion of state_changes, reducing database requests from hundreds to a maximum of 7 per block.
* Configuration improvement. Create default config.toml on start application to loaded parameters from the environment variables.
* Fix to fetch state by pages (view_state_paginated).
* 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`.

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

Expand Down
Loading

0 comments on commit 9130e99

Please sign in to comment.