From d2c9d6a1fcdb486fb1dc956c6a255203c2c35428 Mon Sep 17 00:00:00 2001 From: colindickson Date: Wed, 3 Jan 2024 15:57:47 -0500 Subject: [PATCH] update nearcore to 1.36.4 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56227454..c3dc63fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 3d7cf56b..7d976c96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["firehose-pb"] [package] name = "near-firehose-indexer" -version = "1.36.3" +version = "1.36.4" authors = ["StreamingFast Developers "] edition = "2021" @@ -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"