-
Notifications
You must be signed in to change notification settings - Fork 23
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
Hard fork code #35
Merged
Merged
Hard fork code #35
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MicroProofs
force-pushed
the
hard-fork
branch
from
September 8, 2023 18:52
9edf0a8
to
45676d0
Compare
rvcas
reviewed
Sep 8, 2023
validators/hard_fork.ak
Outdated
//Spend(12) requirement: Check output extra field is within a certain size | ||
expect (builtin.length_of_bytearray(builtin.serialise_data(extra)) <= 512)? | ||
// Spend(13) requirement: Check output interlink is correct | ||
(fortuna.calculate_interlink( |
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.
Maybe move this into an and
with the condition from the previous expect and then just remove expect all together from the end?
MicroProofs
force-pushed
the
hard-fork
branch
2 times, most recently
from
September 9, 2023 01:47
a0e3e96
to
cfd02b5
Compare
MicroProofs
force-pushed
the
hard-fork
branch
2 times, most recently
from
September 18, 2023 21:36
0e71d9e
to
1078d00
Compare
I'm switching to a withdraw validator to validate the whole system
withdraw validator will check number of validatorinputs on lock
Lock now validates the global state is properly updated
left a note on how pools are made possible
Now it branches off without repeating validations
refatctor: Changed the file directory and where types are stored fix: difficulty_number is correctly called target_number now
MicroProofs
force-pushed
the
hard-fork
branch
from
September 27, 2023 22:40
cb19bb5
to
a70b142
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.