Etan Kissling

Results 154 comments of Etan Kissling

Also, how big is the desire to have _any_ workaround within the status repos, if we rename the injected name to `err` instead of `error`? How about `resultErr` or `resError`?

For binary representation, an approach on SSZ would benefit latency and throughput. This, independently of the witnesses. One can follow the same concept of [beacon-API](https://ethereum.github.io/beacon-APIs/#/Beacon) and switch to SSZ based...

> echo Y[X].T.hasCustomPragma(p) # why do you need to work on the typedesc ? > echo Y[X].t.hasCustomPragma(p) # Works The `t` only works if there is a field that uses...

- Implementation: https://github.com/protolambda/remerkleable/pull/22 - Tests: #3777

Superseded by ProgressiveContainer #4529: - Drops the fixed capacity N, merkleizing using progressive tree shape - Drop optional, only keep the combos actually in use (formerly Profile) - On serialization,...

Context: https://hackmd.io/@etan-status/electra-lc This is the next step needed to decentralize `BeaconState` syncing! A deeply finalized checkpoint root could be integrated into the network's `config.yaml` files, which is then used to...

Sure, I can open a PR against Remerkleable as well, once the specs are accepted. With the `Union` also dropping the selector byte for the `None` case, it actually becomes...

`StableContainer` ([EIP-7495](https://eips.ethereum.org/EIPS/eip-7495)) supports `Optional` in an even more compact format, and is also forward-compatible; if containers are extended later, proofs for known fields can still be processed even if the...

#3789 supersedes this, but as long as Verkle still depends on this PR here will leave this open.