Commit Graph

1 Commits

Author SHA1 Message Date
lightclient 54a4b1d2ff cmd/evm: fixup issues with requests in t8n (#30584)
This fixes a few issues missed in #29052:

* `requests` must be hex encoded, so added a helper to marshal.
* The statedb was committed too early and so the result of the system
calls was lost.
* For devnet-4 we need to pull off the type byte prefix from the request
data.
2024-11-19 14:50:11 +01:00