eth2.0-specs/specs/eip4844
Ramana Kumar 807650e8a1
Fix some type annotations for blobs
blobs should not be Sequence[BLSFieldElement], it should be
Sequence[Sequence[BLSFieldElement]]. But we can be more specific and use
Sequence[Blob].
2022-10-01 15:25:47 +01:00
..
beacon-chain.md EIP-4844: Fee market updates to execution 2022-09-21 09:14:46 -04:00
fork.md Fix EIP4844 `create_genesis_state`, `EIP4844_FORK_VERSION`, and `config_fork_epoch_overrides` 2022-07-16 01:13:25 +08:00
p2p-interface.md Update specs/eip4844/p2p-interface.md 2022-09-29 13:43:28 -07:00
polynomial-commitments.md Fix incorrect comment 2022-09-27 12:13:56 +01:00
validator.md Fix some type annotations for blobs 2022-10-01 15:25:47 +01:00