Skip to content

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.