Commit cfae5d4
authored
Change builder withdrawal prefix from 0x03 to 0xB0 (#304)
ethereum/consensus-specs#5416 (merged, lands in v1.7.0-alpha.12) changed
`BUILDER_WITHDRAWAL_PREFIX` from `0x03` to `0xB0`. This updates the
builder withdrawal-credential prefix references accordingly:
- `README.md`: withdrawal-credential type table row `0x03` -> `0xB0`
- `config-example/cl/mnemonics.yaml`: `wd_prefix` comment `0x03=builder`
-> `0xB0=builder`
Not changed (different namespace): EIP-8282 deposit **request type**
`0x03` references in `apps/el-gen/system-contracts.yaml` and
`apps/el-gen/generate_genesis.sh`.
No code in this repo validates or switches on specific `wd_prefix`
values — `entrypoint.sh` only special-cases `0x00` (to null out
`WITHDRAWAL_ADDRESS`), and the `DEPOSIT_CONTRACT_SETTINGS` handling in
`generate_genesis.sh` accepts arbitrary `0x00`-`0xff` prefix keys, so
`0xB0` works as-is.1 parent e95b316 commit cfae5d4
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
0 commit comments