Open xavier-romero opened 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
@hexoscott please highlight when this fix in release and in what release for testing.
This test vector from @laisolizq causes a state root missmatch:
Run from this test script.
You can easily reproduce it that way: