-
Notifications
You must be signed in to change notification settings - Fork 996
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.3.0-alpha.0 #3055
Merged
Release v1.3.0-alpha.0 #3055
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: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Dankrad Feist <mail@dankradfeist.de> Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
Improves separation between BLS cryptography and Ethereum SSZ logic. Now the BLS library just implements bytes_to_bls_field(). Then hash_to_bls_field() does the Ethereum SSZ magic and calls bytes_to_bls_field().
remove withdrawn_epoch
Add partial withdrawal balance tests
EIP4844: Introduce bytes_to_bls_field() helper
bit-reversal permutation is not idempotent
Co-authored-by: Lion - dapplion <35266934+dapplion@users.noreply.github.com>
Fix incorrect comment
EIP-4844: Update ExecutionPayloadHeader
EIP4844: various fixes
blobs should not be Sequence[BLSFieldElement], it should be Sequence[Sequence[BLSFieldElement]]. But we can be more specific and use Sequence[Blob].
I assume it refers to producing a signature for the last slot of phase0 fork
EIP4844: Fix some type annotations for blobs
Typo in sync committee duties description
Bump dep packages version and fix lint issues
Remove duplicated definition of `Validator` in `capella` specs
Some capella sanity tests
* Remove the work-in-progress note in Bellatrix spec Bellatrix is done and released. * Remove work-in-progress notes in Bellatrix specs * Remove work-in-progress notes in Bellatrix specs * Remove work-in-progress notes in Bellatrix specs
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
Co-authored-by: protolambda <proto@protolambda.com>
Co-authored-by: protolambda <proto@protolambda.com>
Add validator_index to Withdrawal
Capella test vectors
EIP4844: modify `MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS` to 18 days
EIP4844: couple beacon block and blob sidecar for p2p
Fix BLS test case file name
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.
TODOs