Skip to content

Commit

Permalink
chore: Upgrade nearcore to 1.30.0-patch (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Oct 13, 2022
1 parent 6481a1c commit a4703db
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.16

* Upgrade Indexer Framework to be based on [nearcore 1.30.0-patch](https://github.com/near/nearcore/commit/267e36e39fb5bb29c1df23c73afbcaa750ce96b1)

## 0.1.15

* Upgrade Indexer Framework to be based on [nearcore 1.30.0-rc.2 release](https://github.com/near/nearcore/releases/tag/1.30.0-rc.2)
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.15"
version = "0.1.16"
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 = "418df99fe099daa01a921c5d1c3169c9b82744cc" }
near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "418df99fe099daa01a921c5d1c3169c9b82744cc" }
near-client = { git = "https://github.com/near/nearcore", rev = "418df99fe099daa01a921c5d1c3169c9b82744cc" }
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" }

0 comments on commit a4703db

Please sign in to comment.