Michael Sproul
Michael Sproul
@mergify queue
Now that we've merged `das` to `unstable` please update to point at `unstable` by either: 1. Rebasing on `unstable` (if your branch has a small number of commits that are...
I tried investigating the circular dependency issue that crops up when using `[patch]`. I think it is down to how Cargo handles optional dependencies, and possibly the `ethereum_ssz?/arbitrary` dependency here:...
Related Cargo issue: - https://github.com/rust-lang/cargo/issues/6743
I think we should move the SSZ impls that are currently in alloy-primitives into ethereum_ssz itself. E.g. implementing Decode/Encode for H256 should be in ethereum_ssz
I've released preliminary versions of all our crates which we can use in this PR. I think we could merge it to `unstable` and then come back for the coordinated...
I've just released new versions of all the packages depending on `alloy-primitives 0.8`, so we should be able to cut out the duplicate version of `ethereum_ssz` now! Can you bump...
@mergify queue
You need to reconstruct historic states to access states older than finalization. See: https://lighthouse-book.sigmaprime.io/checkpoint-sync.html#reconstructing-states