0xPolygonHermez / cdk-erigon

Ethereum implementation on the efficiency frontier
GNU Lesser General Public License v3.0
35 stars 39 forks source link

modexp test causes state root missmatch (fork13) #1484

Open xavier-romero opened 4 days ago

xavier-romero commented 4 days ago

This test vector from @laisolizq causes a state root missmatch:

Run from this test script.

You can easily reproduce it that way:

RPC_URL=http://x.x.x.x:8123
PRIVKEY=0000000000000000000000000000000000000000000000000000000000000000

docker pull xavierromero/devtooling

docker run --name devtooling --rm \
    -e L2_RPC_URL=$RPC_URL \
    -e L2_PRV_KEY=$PRIVKEY \
    xavierromero/devtooling \
    scripted -f /scripted/modexp-laia-issue-3.1.json
Sharonbc01 commented 22 hours ago

@hexoscott please highlight when this fix in release and in what release for testing.