Skip to content

Commit

Permalink
chore: Upgrade nearcore to 1.30.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley authored Dec 13, 2022
1 parent a4703db commit d21533d
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 43 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.17

* Upgrade Indexer Framework to be based on [nearcore 1.30.0](https://github.com/near/nearcore/commit/9b0275de057a01f87c259580f93e58f746da75aa)

## 0.1.16

* Upgrade Indexer Framework to be based on [nearcore 1.30.0-patch](https://github.com/near/nearcore/commit/267e36e39fb5bb29c1df23c73afbcaa750ce96b1)
Expand Down
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-lake"
version = "0.1.16"
version = "0.1.17"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.62.1"
Expand All @@ -25,6 +25,6 @@ tokio-stream = { version = "0.1" }
tracing = "0.1.34"
tracing-subscriber = "0.2.4"

near-indexer = { git = "https://github.com/near/nearcore", rev = "267e36e39fb5bb29c1df23c73afbcaa750ce96b1" }
near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "267e36e39fb5bb29c1df23c73afbcaa750ce96b1" }
near-client = { git = "https://github.com/near/nearcore", rev = "267e36e39fb5bb29c1df23c73afbcaa750ce96b1" }
near-indexer = { git = "https://github.com/near/nearcore", rev = "9b0275de057a01f87c259580f93e58f746da75aa" }
near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "9b0275de057a01f87c259580f93e58f746da75aa" }
near-client = { git = "https://github.com/near/nearcore", rev = "9b0275de057a01f87c259580f93e58f746da75aa" }

0 comments on commit d21533d

Please sign in to comment.