To be able to use t8ntool with openethereum (https://github.com/ethereum/tests/issues/816), I need to take the inputs provided to me (alloc.json, txs.json, and env.json) and build out of them a test file. I have a way to fake the the post field of the test file. However, I cannot use the v, r, and s that appear in the txs.json file to reconstruct transaction.secretKey.
Can you please add that value to the txs.json file? I already ran geth's evm with this field added, and it ignored it and produced exactly the same result. If you want to verify, run this:
To be able to use t8ntool with openethereum (https://github.com/ethereum/tests/issues/816), I need to take the inputs provided to me (
alloc.json
,txs.json
, andenv.json
) and build out of them a test file. I have a way to fake the thepost
field of the test file. However, I cannot use thev
,r
, ands
that appear in thetxs.json
file to reconstructtransaction.secretKey
.Can you please add that value to the
txs.json
file? I already ran geth'sevm
with this field added, and it ignored it and produced exactly the same result. If you want to verify, run this:alloc.json:
txs.json:
env.json: