From 514ae8d9e9b508645de98e8dbb7dedb30889cf81 Mon Sep 17 00:00:00 2001 From: Bohdan Khorolets Date: Thu, 11 Apr 2024 08:12:45 +0300 Subject: [PATCH] chore(release): Upgrade nearcore to 1.39.0 (#94) --- .cargo/config.toml | 2 +- CHANGELOG.md | 6 ++ Cargo.lock | 178 ++++++++++++++++++++++----------------------- Cargo.toml | 10 +-- 4 files changed, 101 insertions(+), 95 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index dcc2cd0..163e8c7 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [env] -NEARCORE_VERSION = "1.38.2-8c2085b" +NEARCORE_VERSION = "1.39.0-2b2c06e" diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c36d6..68a202e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 + +* Upgrade Indexer Framework to be based on version 1.39.0 and commit [8c2085b](https://github.com/near/nearcore/commit/2b2c06edb90400fb934ae08a7083250266bff780) + +This commit is based on 1.39.0 release of `nearcore` and includes the improvement of local cache from the `rc.2` release since that commit hasn't get into the 1.39.x release. + ## 1.0.0 * Upgrade Indexer Framework to be based on version 1.38.2 and commit [8c2085b](https://github.com/near/nearcore/commit/8c2085b84ce7643fada081bfc5986b09b7e575eb) diff --git a/Cargo.lock b/Cargo.lock index 2c37961..226b673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3251,8 +3251,8 @@ dependencies = [ [[package]] name = "near-async" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "derive-enum-from-into", @@ -3270,16 +3270,16 @@ dependencies = [ [[package]] name = "near-cache" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "lru 0.7.5", ] [[package]] name = "near-chain" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "assert_matches", @@ -3318,8 +3318,8 @@ dependencies = [ [[package]] name = "near-chain-configs" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "anyhow", "bytesize", @@ -3341,8 +3341,8 @@ dependencies = [ [[package]] name = "near-chain-primitives" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "chrono", "near-crypto", @@ -3353,8 +3353,8 @@ dependencies = [ [[package]] name = "near-chunks" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "borsh 1.0.0", @@ -3387,8 +3387,8 @@ dependencies = [ [[package]] name = "near-chunks-primitives" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "near-chain-primitives", "near-primitives", @@ -3396,8 +3396,8 @@ dependencies = [ [[package]] name = "near-client" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "actix-rt", @@ -3451,8 +3451,8 @@ dependencies = [ [[package]] name = "near-client-primitives" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "chrono", @@ -3471,8 +3471,8 @@ dependencies = [ [[package]] name = "near-config-utils" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "anyhow", "json_comments", @@ -3482,8 +3482,8 @@ dependencies = [ [[package]] name = "near-crypto" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "blake2", "borsh 1.0.0", @@ -3508,8 +3508,8 @@ dependencies = [ [[package]] name = "near-dyn-configs" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "anyhow", "near-chain-configs", @@ -3526,8 +3526,8 @@ dependencies = [ [[package]] name = "near-epoch-manager" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "borsh 1.0.0", "itertools", @@ -3548,16 +3548,16 @@ dependencies = [ [[package]] name = "near-fmt" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "near-primitives-core", ] [[package]] name = "near-indexer" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "anyhow", @@ -3584,8 +3584,8 @@ dependencies = [ [[package]] name = "near-indexer-primitives" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "near-primitives", "serde", @@ -3594,8 +3594,8 @@ dependencies = [ [[package]] name = "near-jsonrpc" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "actix-cors", @@ -3624,8 +3624,8 @@ dependencies = [ [[package]] name = "near-jsonrpc-client" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix-http", "awc", @@ -3638,8 +3638,8 @@ dependencies = [ [[package]] name = "near-jsonrpc-primitives" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "arbitrary", "near-chain-configs", @@ -3654,7 +3654,7 @@ dependencies = [ [[package]] name = "near-lake" -version = "1.0.0" +version = "1.1.0" dependencies = [ "actix", "anyhow", @@ -3685,8 +3685,8 @@ dependencies = [ [[package]] name = "near-mainnet-res" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "near-account-id", "near-chain-configs", @@ -3696,8 +3696,8 @@ dependencies = [ [[package]] name = "near-network" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "anyhow", @@ -3747,8 +3747,8 @@ dependencies = [ [[package]] name = "near-o11y" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "base64 0.21.0", @@ -3774,8 +3774,8 @@ dependencies = [ [[package]] name = "near-parameters" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "assert_matches", "borsh 1.0.0", @@ -3792,8 +3792,8 @@ dependencies = [ [[package]] name = "near-performance-metrics" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "bitflags 1.3.2", @@ -3809,8 +3809,8 @@ dependencies = [ [[package]] name = "near-performance-metrics-macros" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "quote", "syn 2.0.32", @@ -3818,8 +3818,8 @@ dependencies = [ [[package]] name = "near-pool" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "borsh 1.0.0", "near-crypto", @@ -3831,8 +3831,8 @@ dependencies = [ [[package]] name = "near-primitives" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "arbitrary", "base64 0.21.0", @@ -3872,8 +3872,8 @@ dependencies = [ [[package]] name = "near-primitives-core" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "arbitrary", "base64 0.21.0", @@ -3893,8 +3893,8 @@ dependencies = [ [[package]] name = "near-rosetta-rpc" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "actix-cors", @@ -3925,8 +3925,8 @@ dependencies = [ [[package]] name = "near-rpc-error-core" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "quote", "serde", @@ -3935,8 +3935,8 @@ dependencies = [ [[package]] name = "near-rpc-error-macro" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "fs2", "near-rpc-error-core", @@ -3946,18 +3946,18 @@ dependencies = [ [[package]] name = "near-stable-hasher" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" [[package]] name = "near-stdx" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" [[package]] name = "near-store" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "actix-rt", @@ -3998,8 +3998,8 @@ dependencies = [ [[package]] name = "near-telemetry" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "awc", @@ -4017,8 +4017,8 @@ dependencies = [ [[package]] name = "near-vm-compiler" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "enumset", "finite-wasm", @@ -4034,8 +4034,8 @@ dependencies = [ [[package]] name = "near-vm-compiler-singlepass" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "dynasm 2.0.0", "dynasmrt 2.0.0", @@ -4055,8 +4055,8 @@ dependencies = [ [[package]] name = "near-vm-engine" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "backtrace", "cfg-if 1.0.0", @@ -4079,8 +4079,8 @@ dependencies = [ [[package]] name = "near-vm-runner" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "anyhow", "base64 0.21.0", @@ -4133,8 +4133,8 @@ dependencies = [ [[package]] name = "near-vm-types" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "indexmap 1.9.2", "num-traits", @@ -4144,8 +4144,8 @@ dependencies = [ [[package]] name = "near-vm-vm" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "backtrace", "cc", @@ -4166,8 +4166,8 @@ dependencies = [ [[package]] name = "near-wallet-contract" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "anyhow", "near-vm-runner", @@ -4175,8 +4175,8 @@ dependencies = [ [[package]] name = "nearcore" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "actix", "actix-rt", @@ -4264,8 +4264,8 @@ dependencies = [ [[package]] name = "node-runtime" -version = "1.38.2" -source = "git+https://github.com/near/nearcore?rev=8c2085b84ce7643fada081bfc5986b09b7e575eb#8c2085b84ce7643fada081bfc5986b09b7e575eb" +version = "1.39.0" +source = "git+https://github.com/near/nearcore?rev=2b2c06edb90400fb934ae08a7083250266bff780#2b2c06edb90400fb934ae08a7083250266bff780" dependencies = [ "borsh 1.0.0", "hex", diff --git a/Cargo.toml b/Cargo.toml index 1ba0b18..948949e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-lake" -version = "1.0.0" +version = "1.1.0" authors = ["Near Inc "] edition = "2021" @@ -31,7 +31,7 @@ tracing = "0.1.34" tracing-subscriber = "0.2.4" # Please, update the supported nearcore version in .cargo/config.toml file -near-indexer = { git = "https://github.com/near/nearcore", rev = "8c2085b84ce7643fada081bfc5986b09b7e575eb" } -near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "8c2085b84ce7643fada081bfc5986b09b7e575eb" } -near-client = { git = "https://github.com/near/nearcore", rev = "8c2085b84ce7643fada081bfc5986b09b7e575eb" } -near-o11y = { git = "https://github.com/near/nearcore", rev = "8c2085b84ce7643fada081bfc5986b09b7e575eb" } +near-indexer = { git = "https://github.com/near/nearcore", rev = "2b2c06edb90400fb934ae08a7083250266bff780" } +near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "2b2c06edb90400fb934ae08a7083250266bff780" } +near-client = { git = "https://github.com/near/nearcore", rev = "2b2c06edb90400fb934ae08a7083250266bff780" } +near-o11y = { git = "https://github.com/near/nearcore", rev = "2b2c06edb90400fb934ae08a7083250266bff780" }