Skip to content

Commit

Permalink
update nearcore to 1.33.0 (using their commit 944dd70ebae4b4603677d79…
Browse files Browse the repository at this point in the history
…69807f11bcd353588 because they messed up their tags
  • Loading branch information
colindickson committed Apr 26, 2023
1 parent b5c1a6a commit 759f884
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 44 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

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

10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

0 comments on commit 759f884

Please sign in to comment.