Skip to content

Commit

Permalink
7002: update bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Sep 26, 2024
1 parent 941a222 commit 13f4320
Showing 1 changed file with 72 additions and 15 deletions.
87 changes: 72 additions & 15 deletions EIPS/eip-7002.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ calldatasize
push1 0x38
eq
iszero
push2 0x013f
push2 0x01ab
jumpi
push1 0x11
Expand Down Expand Up @@ -310,7 +310,7 @@ swap1
div
callvalue
lt
push2 0x013f
push2 0x01ab
jumpi
push1 0x01
Expand Down Expand Up @@ -383,7 +383,7 @@ jumpdest
dup2
dup2
eq
push1 0xed
push2 0x0158
jumpi
dup1
Expand Down Expand Up @@ -416,10 +416,68 @@ dup3
push1 0x14
add
mstore
swap1
dup1
push32 0xffffffffffffffffffffffffffffffff00000000000000000000000000000000
and
dup3
push1 0x34
add
mstore
push1 0x40
shr
swap1
push1 0x44
add
dup2
push1 0x38
shr
dup2
push1 0x07
add
mstore8
dup2
push1 0x30
shr
dup2
push1 0x06
add
mstore8
dup2
push1 0x28
shr
dup2
push1 0x05
add
mstore8
dup2
push1 0x20
shr
dup2
push1 0x04
add
mstore8
dup2
push1 0x18
shr
dup2
push1 0x03
add
mstore8
dup2
push1 0x10
shr
dup2
push1 0x02
add
mstore8
dup2
push1 0x08
shr
dup2
push1 0x01
add
mstore8
mstore8
push1 0x01
add
push1 0xb6
Expand All @@ -431,13 +489,13 @@ add
dup1
swap3
eq
push1 0xfe
push2 0x016a
jumpi
swap1
push1 0x02
sstore
push2 0x0109
push2 0x0175
jump
jumpdest
Expand All @@ -457,7 +515,7 @@ dup1
push2 0x049d
eq
iszero
push2 0x0118
push2 0x0184
jumpi
pop
Expand All @@ -471,13 +529,13 @@ dup3
dup3
add
gt
push2 0x012d
push2 0x0199
jumpi
pop
pop
push0
push2 0x0133
push2 0x019f
jump
jumpdest
Expand All @@ -501,7 +559,6 @@ jumpdest
push0
push0
revert
```

##### Deployment
Expand All @@ -518,17 +575,17 @@ The withdrawal requests contract is deployed like any other smart contract. A sp
"maxPriorityFeePerGas": null,
"maxFeePerGas": null,
"value": "0x0",
"input": "0x61049d5f5561014380600f5f395ff33373fffffffffffffffffffffffffffffffffffffffe1460a0573615156028575f545f5260205ff35b366038141561013f5760115f54600182026001905f5b5f82111560595781019083028483029004916001019190603e565b90939004341061013f57600154600101600155600354806003026004013381556001015f35815560010160203590553360601b5f5260385f601437604c5fa0600101600355005b6003546002548082038060101160b4575060105b5f5b81811460ed5780604c02838201600302600401805490600101805490600101549160601b83528260140152906034015260010160b6565b910180921460fe5790600255610109565b90505f6002555f6003555b5f548061049d141561011857505f5b60015460028282011161012d5750505f610133565b01600290035b5f555f600155604c025ff35b5f5ffd",
"input": "0x61049d5f556101af80600f5f395ff33373fffffffffffffffffffffffffffffffffffffffe1460a0573615156028575f545f5260205ff35b36603814156101ab5760115f54600182026001905f5b5f82111560595781019083028483029004916001019190603e565b9093900434106101ab57600154600101600155600354806003026004013381556001015f35815560010160203590553360601b5f5260385f601437604c5fa0600101600355005b6003546002548082038060101160b4575060105b5f5b8181146101585780604c02838201600302600401805490600101805490600101549160601b83528260140152807fffffffffffffffffffffffffffffffff0000000000000000000000000000000016826034015260401c906044018160381c81600701538160301c81600601538160281c81600501538160201c81600401538160181c81600301538160101c81600201538160081c81600101535360010160b6565b910180921461016a5790600255610175565b90505f6002555f6003555b5f548061049d141561018457505f5b6001546002828201116101995750505f61019f565b01600290035b5f555f600155604c025ff35b5f5ffd",
"v": "0x1b",
"r": "0x539",
"s": "0x54ebd8d935ccd710",
"hash": "0x2a81b690e499cd188ec78719659600d2f9bb953692bfd393daaac471e8d89d5b"
"s": "0x48655fec580f6877",
"hash": "0xcf76a9eb8c38b162c697b6e58669dc2546284e84d752d79af9c4e49be6bdcb39"
}
```

```
Sender: 0x38748F0B5Ece4A246d108BB00eD6F17c3062BbD7
Address: 0x05F27129610CB42103b665629CB5c8C00296AaAa
Sender: 0xAC6AfB9d8491e8b397F65331Ce41e338cBfe1048
Address: 0x0511Ce19514e1298Fba96de582652A016E2CAaAa
```

### Consensus layer
Expand Down

0 comments on commit 13f4320

Please sign in to comment.