From 617aca8eb989d9e93d97be2539f87807e08e15df Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 3 Feb 2025 13:18:34 -0500 Subject: [PATCH] back to chia_rs long lived --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f80e4e9e2c23..e5300208fe3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -781,8 +781,8 @@ typing-extensions = "*" [package.source] type = "git" url = "https://github.com/chia-network/chia_rs" -reference = "catchup/long_lived_initial_datalayer_from_main_b836f859a11e2732d4f5bbf30a9459f5e817a66c" -resolved_reference = "c49be6c04bc87271fe097913c4a7b73b15f60a81" +reference = "long_lived/initial_datalayer" +resolved_reference = "cd6ab6d42479d7ae0873dae58088283f33cc28be" subdirectory = "wheel/" [[package]] @@ -3338,4 +3338,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <4" -content-hash = "4dad461a108b7b02793815fec0199f8943b3cf96161ab4f6d689076a75bae4eb" +content-hash = "805171ac7cf7670c176cf52bab2dfff5536dea5035bfa3d6ce9e1b24258cabde" diff --git a/pyproject.toml b/pyproject.toml index c28ad5682042..0e76f5da7fa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ boto3 = ">=1.35.43" # AWS S3 for Data Layer S3 plugin chiabip158 = ">=1.5.1" # bip158-style wallet filters chiapos = ">=2.0.7" # proof of space chia-puzzles-py = ">=0.20.1" -chia_rs = { git = "https://github.com/chia-network/chia_rs", rev = "catchup/long_lived_initial_datalayer_from_main_b836f859a11e2732d4f5bbf30a9459f5e817a66c", subdirectory = "wheel/" } +chia_rs = { git = "https://github.com/chia-network/chia_rs", rev = "long_lived/initial_datalayer", subdirectory = "wheel/" } chiavdf = ">=1.1.8" # timelord and vdf verification click = ">=8.1.7" # For the CLI clvm = ">=0.9.11"