Skip to content

Commit

Permalink
Merge pull request #369 from near/develop
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
kobayurii authored Oct 31, 2024
2 parents 23a570d + 17db12a commit 08b0bc9
Show file tree
Hide file tree
Showing 22 changed files with 704 additions and 703 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.3.0"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +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.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
* 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 08b0bc9

Please sign in to comment.