Lion - dapplion
Lion - dapplion
All duties objects include the pubkey of the relevant validator https://github.com/ethereum/beacon-APIs/blob/b901afdb33a11d30afb9f614cf522ae548508374/types/validator.yaml#L35-L39 https://github.com/ethereum/beacon-APIs/blob/b901afdb33a11d30afb9f614cf522ae548508374/types/validator.yaml#L65-L69 https://github.com/ethereum/beacon-APIs/blob/b901afdb33a11d30afb9f614cf522ae548508374/types/validator.yaml#L80-L84 The validator index that is always available in the response should be sufficient. Adding the pubkey has...
Following the request on the "good first issue" https://github.com/aragon/aragonOS/issues/514, I am extending the tests covering the following items: - [x] Explicitly test AppProxyFactory. newAppProxyPinned(IKernel, bytes32) - [x] Explicitly test EVMScriptRunner.protectState...
The PendingAttestations from this spec test https://github.com/ethereum/consensus-specs/blob/824ff970f5e6f0b3ba472e942ce6ca38ced0ecf0/tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_participation_record_updates.py#L15 Have aggregation_bits with bit length = 0, when the committee length for it is 4. Should aggregation_bits be set to a zero'ed value...
Constants in `specs/altair/sync-protocol.md` that represent a generalized index are named _INDEX which may be confused with a regular array or field index. Renaming to _GINDEX clarifies this distinction.
## 💥 Proposal Every NPM dependency introduces a security risk where we must trust that the current (and future) maintainers will not inadvertently introduce hazards to Aragon CLI users. Since...
## 💥 Proposal **What?**: Get rid of the middlewares for a more transparent and easy to grasp approach. **Why?**: This is intended to reduce the time new contributors have to...
Allows to publish the same message on multiple topics Closes https://github.com/ChainSafe/js-libp2p-gossipsub/issues/272
Ethereum beacon chain requires to publish the same SyncCommitteeSignature to multiple topics on small networks. Currently gossipsub prevents doing that by throwing `PublishError.Duplicate` https://github.com/ChainSafe/js-libp2p-gossipsub/blob/17c25a1b4af1446615c42bdb2ed2f208b3f6a5ad/src/index.ts#L1858 Signature of `async publish(topic: TopicStr, data:...
Has it been considered to do the steps accomplished with `eth2.0-deposit-cli` in the browser? If it's possible to integrate those tools in this demo website it should be possible to...
It's not actually necessary since the functionality will be the same but it might be a good idea that the Lodestar team does it upfront.