Etan Kissling
|
4fc1550d0f
|
add `{.push raises: [].}` to recently modified files (#5908)
Status Nim style mandates `{.push raises: []}.` at start of modules.
Ensure that's the case so that exceptions are properly tracked.
- https://status-im.github.io/nim-style-guide/errors.exceptions.html
- https://github.com/status-im/nim-eth/pull/614#discussion_r1220906149
|
2024-02-18 01:16:49 +00:00 |
tersec
|
384d40fc0b
|
remove requirement for REST JSON serialization tests to hash signedbeaconblock (#5887)
|
2024-02-13 17:30:03 +00:00 |
Etan Kissling
|
d8a7f0df81
|
update Deneb for blob sidecar inclusion proofs (#5565)
`BlobSidecar` is no longer signed, instead use Merkle proof to link
blobs with block.
- https://github.com/ethereum/consensus-specs/pull/3531
Associated beacon-API / builder-specs still TBD; minimal changes done
to compile in similar style to previous spec, but not standardized yet.
- https://github.com/ethereum/beacon-APIs/pull/369
- https://github.com/ethereum/builder-specs/pull/90
|
2023-11-06 07:48:43 +01:00 |
tersec
|
41dfc9ed91
|
add `KZGProof` and `Blob` REST JSON serializations (#5526)
* add KZGProof and Blob REST JSON serializations
* error summary updates
* copyright notice
* consistent integer types for Nim 2.0
|
2023-10-25 23:50:59 +02:00 |
tersec
|
5aa5095e17
|
Fix REST JSON KzgCommitment encoding/decoding to use hex strings per spec (#5522)
|
2023-10-24 15:22:59 +00:00 |
tersec
|
513c9d9637
|
fix Deneb RestPublishedSignedBlockContents REST JSON decoding (#5520)
|
2023-10-24 05:50:32 +00:00 |