-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update nearcore to 1.33.0 (using their commit 944dd70ebae4b4603677d79…
…69807f11bcd353588 because they messed up their tags
- Loading branch information
1 parent
b5c1a6a
commit 759f884
Showing
2 changed files
with
46 additions
and
44 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ members = ["firehose-pb"] | |
|
||
[package] | ||
name = "near-firehose-indexer" | ||
version = "1.33.0-rc.1" | ||
version = "1.33.0" | ||
authors = ["StreamingFast Developers <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -21,9 +21,11 @@ rkyv = "=0.7.38" | |
tracing = { version = "0.1.36", features = ["std"] } | ||
tracing-subscriber = { version = "0.3.15", features = ["env-filter", "fmt", "registry", "std"] } | ||
|
||
near-indexer = { git = "https://github.com/near/nearcore", rev="1.33.0-rc.1" } | ||
near-crypto = { git = "https://github.com/near/nearcore", rev="1.33.0-rc.1" } | ||
near-vm-errors = { git = "https://github.com/near/nearcore", rev="1.33.0-rc.1" } | ||
# 944dd70ebae4b4603677d7969807f11bcd353588 = 1.33.0 tag on the nearcore repo. they messed up the release, and using the tag | ||
# here does not work, so i am pointing to their commit directly | ||
near-indexer = { git = "https://github.com/near/nearcore", rev="944dd70ebae4b4603677d7969807f11bcd353588" } | ||
near-crypto = { git = "https://github.com/near/nearcore", rev="944dd70ebae4b4603677d7969807f11bcd353588" } | ||
near-vm-errors = { git = "https://github.com/near/nearcore", rev="944dd70ebae4b4603677d7969807f11bcd353588" } | ||
|
||
[build-dependencies] | ||
tonic-build = "0.8.4" |