Skip to content

Commit

Permalink
update nearcore to 2.2.1 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayurii authored Sep 17, 2024
1 parent 9b2cd52 commit 249f80c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 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.0"
NEARCORE_VERSION = "2.2.1"
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.2.15"
version = "0.2.16"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2021"
rust-version = "1.79.0"
Expand Down Expand Up @@ -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' }

0 comments on commit 249f80c

Please sign in to comment.