-
Notifications
You must be signed in to change notification settings - Fork 997
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
release v1.5.0-alpha.1 #3725
Merged
release v1.5.0-alpha.1 #3725
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
Co-authored-by: Justin Traglia <[email protected]>
Co-authored-by: Justin Traglia <[email protected]>
chore!: Renames `CELLS_PER_BLOB` to `CELLS_PER_EXT_BLOB`
chore: Change g2_lincomb to take in G2Points
chore: Fixes and elaborates on comments for `compute_kzg_proof_multi`
Change `recover_polynomial` to `recover_all_cells`
…ss Container(List[c, a*b])`
chore: Add more docs for the kzg verify algorithm
chore: add a new config `MAX_EXTENDED_MATRIX_SIZE`
Refactor `upgrade_to_electra()`
Add kzg_7594 test formats
chore: use py-arkworks's multi-exp method inside of `g1_lincomb` and `g2_lincomb`
Co-authored-by: Justin Traglia <[email protected]>
Make `get_custody_columns` return sorted values and add `get_custody_columns` tests
Add EIP-7594 to `TESTGEN_FORKS`
Add Electra fork tests
Fix and move `test_multiple_consolidations_*` tests to sanity block tests
EIP-7594: Replace "proofs" with "kzg_proofs" in function names
Fix consolidation `test_invalid_*_signature` tests
Minor comment on `ExecutionLayerWithdrawalRequest`
Bump version to v1.5.0-alpha.1
Misc fix for `v1.5.0-alpha.1`
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.
v1.5.0-alpha.1
#3730