-
Notifications
You must be signed in to change notification settings - Fork 2k
Bump chia rs >=0.24, <0.25
#19615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump chia rs >=0.24, <0.25
#19615
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
023044a
to
655f0df
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or, maybe we should just have a separate function or each type? *shrug*
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aok
These changes are best reviewed one commit at a time.
Purpose:
update
chia_rs
to get an updatedConsensusConstants
that includes the hard fork related constants. as well as an updateProofOfSpace
that defines the protocol for how to identify v2 plots.The blockchain still only allows v1 plots and the hard fork is currently set to
0xffffffff
as a placeholder.Another big change in
chia_rs
was that it dropped the (circular) dependency onchia-blockchain
. This required removing some methods onchia_rs.Program
(known asSerializedProgram
in this repo). This required a fairly large patch.