lightclient
lightclient
Many old EIPs do not have `discussions-to` links. For that reason, the `ignore` functionality was added to ignore this check. However, that means that new EIPs don't get this check....
https://eips.ethereum.org/EIPS/eip-2315 Sometimes people put their emails inside parentheses.
It appears EIP-1679 is causing issues: https://travis-ci.org/github/ethereum/EIPs/jobs/717001998.
## TODO - [x] Repos split - [x] Website unified on EIPs repo - [ ] Activate `eip-bot` on ERC repo (waiting for token) - [ ] Replace `eip: xxxx`...
If you are trying to move a PR you made to `ethereum/eips` over to `ethereum/ercs`, the steps below will guide you through the process: 1. Fork this repository within GitHub:...
Spec: [EIP-7702: Set EOA account code ](https://eips.ethereum.org/EIPS/eip-7702) > Add a new transaction type that adds a list of `[chain_id, address, nonce, y_parity, r, s]` authorization tuples. For each tuple, write...
As noted in #30054, it appears the timer should actually be reset before the select kicks off so that the backoff actually backs off for `freezerRecheckInterval`.
### Component Forge, Cast ### Describe the feature you would like I like using the debug mode to review traces for handwritten assembly. It would nice if I could hide...
_This is an idea originally proposed by @vbuterin._ One aspect of 7702 that hasn't sat right with many involved is the fact that some types of 7702 authorizations do not...
I think the following should work: ```console $ go run ./cmd/blsync --sepolia --beacon.api=https://xxx.io --beacon.checkpoint=$(curl -X 'GET' -H 'accept: application/json' 'https://xxx.io/eth/v1/beacon/headers/finalized' | jq -r ".data.root") --blsync.engine.api=http://localhost:8551 --blsync.jwtsecret=~/.ethereum/sepolia/geth/jwtsecret % Total % Received...