Skip to content

Commit

Permalink
chore: Upgrade nearcore to version 1.30.1 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley authored Feb 3, 2023
1 parent d21533d commit 399b229
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.18

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

## 0.1.17

* Upgrade Indexer Framework to be based on [nearcore 1.30.0](https://github.com/near/nearcore/commit/9b0275de057a01f87c259580f93e58f746da75aa)
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.17"
version = "0.1.18"
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 = "9b0275de057a01f87c259580f93e58f746da75aa" }
near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "9b0275de057a01f87c259580f93e58f746da75aa" }
near-client = { git = "https://github.com/near/nearcore", rev = "9b0275de057a01f87c259580f93e58f746da75aa" }
near-indexer = { git = "https://github.com/near/nearcore", rev = "e2bf95c0737f7e80c70e77ae82b439342119148a" }
near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "e2bf95c0737f7e80c70e77ae82b439342119148a" }
near-client = { git = "https://github.com/near/nearcore", rev = "e2bf95c0737f7e80c70e77ae82b439342119148a" }

0 comments on commit 399b229

Please sign in to comment.