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

Release v1.3.0-alpha.0 #3055

Merged
merged 53 commits into from
Oct 27, 2022
Merged

Release v1.3.0-alpha.0 #3055

merged 53 commits into from
Oct 27, 2022

Conversation

hwwhww
Copy link
Contributor

@hwwhww hwwhww commented Oct 22, 2022

TODOs

  • bump version
  • testgen

djrtwo and others added 30 commits September 19, 2022 11:39
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().
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
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
* 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
@hwwhww hwwhww merged commit 4c67744 into master Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet