Skip to content
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 29 commits into from
Oct 18, 2023
Merged

Hard fork code #35

merged 29 commits into from
Oct 18, 2023

Conversation

MicroProofs
Copy link
Contributor

No description provided.

//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(
Copy link
Member

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 MicroProofs force-pushed the hard-fork branch 2 times, most recently from a0e3e96 to cfd02b5 Compare September 9, 2023 01:47
@MicroProofs MicroProofs force-pushed the hard-fork branch 2 times, most recently from 0e71d9e to 1078d00 Compare September 18, 2023 21:36
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 MicroProofs marked this pull request as ready for review October 4, 2023 19:56
@MicroProofs MicroProofs changed the title Hard fork code WIP Hard fork code Oct 18, 2023
@MicroProofs MicroProofs merged commit 19d4ea9 into main Oct 18, 2023
1 check passed
@MicroProofs MicroProofs deleted the hard-fork branch October 18, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants