Skip to content

Commit

Permalink
update nearcore to 1.36.4
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Jan 3, 2024
1 parent 9cfde51 commit d2c9d6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.36.4-fire

CODE_COLOR: CODE_RED_MAINNET
RELEASE_VERSION: 1.36.4
PROTOCOL_UPGRADE: FALSE
DATABASE_UPGRADE: FALSE
SECURITY_UPGRADE: TRUE

## 1.36.3-fire

CODE_COLOR: CODE_RED_MAINNET
Expand Down
6 changes: 3 additions & 3 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.36.3"
version = "1.36.4"
authors = ["StreamingFast Developers <dev@streamingfast.io>"]
edition = "2021"

Expand All @@ -22,8 +22,8 @@ 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.36.3" }
near-crypto = { git = "https://github.com/near/nearcore", rev="1.36.3" }
near-indexer = { git = "https://github.com/near/nearcore", rev="1.36.4" }
near-crypto = { git = "https://github.com/near/nearcore", rev="1.36.4" }

[build-dependencies]
tonic-build = "0.8.4"

0 comments on commit d2c9d6a

Please sign in to comment.