From 83f64cd76e5a2becdcecd014abe389cc40ae2b6b Mon Sep 17 00:00:00 2001 From: arvidn Date: Fri, 24 May 2024 11:48:52 +0200 Subject: [PATCH] update chia_rs dependency to 0.9.0 --- chia/_tests/util/test_replace_str_to_bytes.py | 1 + chia/consensus/default_constants.py | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/chia/_tests/util/test_replace_str_to_bytes.py b/chia/_tests/util/test_replace_str_to_bytes.py index 88d552337520..b4dd54ad168a 100644 --- a/chia/_tests/util/test_replace_str_to_bytes.py +++ b/chia/_tests/util/test_replace_str_to_bytes.py @@ -49,6 +49,7 @@ POOL_SUB_SLOT_ITERS=uint64(37600000000), SOFT_FORK2_HEIGHT=uint32(0), SOFT_FORK4_HEIGHT=uint32(5650000), + SOFT_FORK5_HEIGHT=uint32(0), HARD_FORK_HEIGHT=uint32(5496000), HARD_FORK_FIX_HEIGHT=uint32(5496000), PLOT_FILTER_128_HEIGHT=uint32(10542000), diff --git a/chia/consensus/default_constants.py b/chia/consensus/default_constants.py index f41916b57fce..e5de3c2c7ec6 100644 --- a/chia/consensus/default_constants.py +++ b/chia/consensus/default_constants.py @@ -64,6 +64,7 @@ POOL_SUB_SLOT_ITERS=uint64(37600000000), # iters limit * NUM_SPS SOFT_FORK2_HEIGHT=uint32(0), SOFT_FORK4_HEIGHT=uint32(5716000), + SOFT_FORK5_HEIGHT=uint32(0), # June 2024 HARD_FORK_HEIGHT=uint32(5496000), HARD_FORK_FIX_HEIGHT=uint32(5496000), diff --git a/setup.py b/setup.py index e5ca129213dd..85c4734ad188 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "chiapos==2.0.4", # proof of space "clvm==0.9.10", "clvm_tools==0.4.9", # Currying, Program.to, other conveniences - "chia_rs==0.8.0", + "chia_rs==0.9.0", "clvm-tools-rs==0.1.40", # Rust implementation of clvm_tools' compiler "aiohttp==3.9.4", # HTTP server for full node rpc "aiosqlite==0.20.0", # asyncio wrapper for sqlite, to store blocks