Skip to content

Commit

Permalink
back to chia_rs long lived
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Feb 3, 2025
1 parent b000714 commit 617aca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down Expand Up @@ -3338,4 +3338,4 @@ upnp = ["miniupnpc"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9, <4"
content-hash = "4dad461a108b7b02793815fec0199f8943b3cf96161ab4f6d689076a75bae4eb"
content-hash = "805171ac7cf7670c176cf52bab2dfff5536dea5035bfa3d6ce9e1b24258cabde"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 617aca8

Please sign in to comment.