Alex Stokes
Alex Stokes
Following the tutorial directly, I had to do this step before the step to build with `cmake`. If you try to build and see that `libsnark` is missing a `CMakeLists.txt`...
The existing implementation would use "local" module name when getting the current module. This caused collisions if there were multiple submodules with the same name. This commit uses the "absolute"...
### What is wrong? For `bls12-381` we want to map messages to points on the curve. The current implementation uses an expensive "hash and check" method via `hash_to_g2`. It is...
https://github.com/ethereum/annotated-spec/blob/master/altair/beacon-chain.md#participation-flag-indices the order should be: https://github.com/ethereum/eth2.0-specs/blob/dev/specs/altair/beacon-chain.md#participation-flag-indices
was chatting with @obadiaa and we wanted to open an issue here to serve as a place for discussion around distributed block building. I'm hoping this can serve to kickstart...
refer to `get_validator_from_deposit` here: https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#deposits we have changed the `Validator` record in `capella` so need to update this in the spec
Following up on the bug find by @Cravtos reported in https://github.com/ralexstokes/ssz_rs/issues/7 that repo runs the SSZ spec tests which suggests a deserialization test of a nested list example is missing....
# Ideas to extend the test type added in #2560 - Attester slashings for both types of slashing conditions (right now it only duplicates the target) - Ensure all possible...
https://github.com/ethereum/eth2.0-specs/issues/2369#issuecomment-832119984
The given text is a bit confusing as the actual "genesis time" was the minimum value + the genesis delay. The actual genesis time is given in parens after the...