From a85c038618ad31bd3334370b21e6b0ce1fcf656c Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 25 Aug 2025 19:20:54 +0200 Subject: [PATCH 1/2] redux-rs: update after o1-labs ownership transfer and master update --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bd77549fd..33709d663b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7451,7 +7451,7 @@ dependencies = [ [[package]] name = "redux" version = "0.1.0" -source = "git+https://github.com/openmina/redux-rs.git?rev=ab14890c#ab14890c68fa478ccfec9d499a76d25f20759619" +source = "git+https://github.com/o1-labs/redux-rs.git?rev=06c8366#06c8366f5374f5acac00fe98bd9803f92919619e" dependencies = [ "enum_dispatch", "linkme", diff --git a/Cargo.toml b/Cargo.toml index 89734ba236..8729dbe790 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ juniper = { version = "0.16" } libp2p = { git = "https://github.com/openmina/rust-libp2p", rev = "5c44c7d9", default-features = false } linkme = "0.3.22" mina-node-account = { path = "node/account" } -redux = { git = "https://github.com/openmina/redux-rs.git", rev = "ab14890c", features = [ +redux = { git = "https://github.com/o1-labs/redux-rs.git", rev = "06c8366", features = [ "serde", ] } serde = "1.0.190" From 67c2abdd7498e7e22704f6f1c5a899088c3dce39 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 25 Aug 2025 19:23:32 +0200 Subject: [PATCH 2/2] CHANGELOG: add description for patch 1356 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5f8636a1..fe98100897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Codebase**: rename `openmina` to `mina`, the project being officially called for now "the Mina Rust node" ([#1314](https://github.com/o1-labs/openmina/pull/1312)). +- **Dependencies**: update redux-rs to o1-labs fork, after we moved from + openmina to o1-labs organization + ([#1356](https://github.com/o1-labs/mina-rust/pull/1356)). ### Fixed