From 249f80cbaf5ddae37fb6922e21817d4294e00537 Mon Sep 17 00:00:00 2001 From: Yurii Koba Date: Tue, 17 Sep 2024 12:38:05 +0300 Subject: [PATCH] update nearcore to 2.2.1 (#351) --- .cargo/config.toml | 2 +- CHANGELOG.md | 7 ++++++- Cargo.toml | 28 ++++++++++++++-------------- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 0306a2dc..4a0543c4 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [env] -NEARCORE_VERSION = "2.2.0" +NEARCORE_VERSION = "2.2.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cdfbf2..b80cb0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ 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.2.15(https://github.com/near/read-rpc/releases/tag/v0.2.15) +## [0.2.16](https://github.com/near/read-rpc/releases/tag/v0.2.16) +### Supported Nearcore Version +- nearcore v2.2.1 +- rust v1.79.0 + +## [0.2.15](https://github.com/near/read-rpc/releases/tag/v0.2.15) ### Supported Nearcore Version - nearcore v2.2.0 - rust v1.79.0 diff --git a/Cargo.toml b/Cargo.toml index f38710fb..d2f7dbc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.2.15" +version = "0.2.16" authors = ["Near Inc "] edition = "2021" rust-version = "1.79.0" @@ -42,22 +42,22 @@ epoch-indexer = { path = "epoch-indexer" } tx-details-storage = { path = "tx-details-storage" } # Please, update the supported nearcore version in .cargo/config.toml file -near-async = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-indexer = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-client = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-o11y = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-indexer-primitives = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-primitives = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-chain-configs = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-crypto = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-jsonrpc = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-parameters = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork" } -near-vm-runner = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.0-fork", features = [ +near-async = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-indexer = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-client = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-o11y = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-indexer-primitives = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-primitives = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-chain-configs = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-crypto = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-jsonrpc = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-parameters = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork" } +near-vm-runner = { git = 'https://github.com/kobayurii/nearcore.git', branch = "2.2.1-fork", features = [ "wasmer0_vm", "wasmer2_vm", "wasmtime_vm", "near_vm", ] } -near-lake-framework = { git = 'https://github.com/kobayurii/near-lake-framework-rs.git', branch = '0.7.18' } -near-jsonrpc-client = { git = 'https://github.com/kobayurii/near-jsonrpc-client-rs.git', branch = '0.13.1' } +near-lake-framework = { git = 'https://github.com/kobayurii/near-lake-framework-rs.git', branch = '0.7.19' } +near-jsonrpc-client = { git = 'https://github.com/kobayurii/near-jsonrpc-client-rs.git', branch = '0.13.2' }