Skip to content

Commit

Permalink
tests: fixup v value to use name yParity
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Oct 10, 2024
1 parent d8cc506 commit 0f0de96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eth_getTransactionByHash/get-authlist-tx.io
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// gets a authorization list transaction
>> {"jsonrpc":"2.0","id":1,"method":"eth_getTransactionByHash","params":["0x3025fd75c0ac8a05f4c50fb15225d7d8ce17ba0aa60b560d02805ae97b6c033e"]}
<< {"jsonrpc":"2.0","id":1,"result":{"blockHash":"0x5204c8e7c8a14bcbd6031520d70b2531999f4f8d587603659f1fb1c82935bcd4","blockNumber":"0x3","from":"0x7435ed30a8b4aeb0877cef0c6e8cffe834eb865f","gas":"0x186a0","gasPrice":"0x281d620e","maxFeePerGas":"0x281d620e","maxPriorityFeePerGas":"0x1","hash":"0x3025fd75c0ac8a05f4c50fb15225d7d8ce17ba0aa60b560d02805ae97b6c033e","input":"0x3f446a7c4145b1f0656d6974","nonce":"0x9","to":"0x7dcd17433742f4c0ca53122ab541d0ba67fc27df","transactionIndex":"0x1","value":"0x3","type":"0x4","accessList":[{"address":"0x7dcd17433742f4c0ca53122ab541d0ba67fc27df","storageKeys":["0x0000000000000000000000000000000000000000000000000000000000000000","0xb52248fb459b43720abbf1d5218c4ede9036a623653b31c2077991e04da9a456"]}],"chainId":"0xc72dd9d5e883e","authorizationList":[{"chainId":"0x1","address":"0x7dcd17433742f4c0ca53122ab541d0ba67fc27df","nonce":"0x1","v":"0x0","r":"0xb9a9724fca45b21dbc84ac9c0be479e2780a83c96b579877eaf256c5005811c0","s":"0x36e39cca69a5256235f38cb2f8cd7a61829aff39439fca1c1cf5b55dfbb116a"}],"v":"0x1","r":"0xcd2bc1d83a0aed04c06b641e5c93a3112c29a45edab4b12f834b2f41c269e0d5","s":"0xcd7d25d1c29fa7f722865ba3aae5a88651eddfeadc88dc37d6c0ec6b9be77d7","yParity":"0x1"}}
<< {"jsonrpc":"2.0","id":1,"result":{"blockHash":"0x5204c8e7c8a14bcbd6031520d70b2531999f4f8d587603659f1fb1c82935bcd4","blockNumber":"0x3","from":"0x7435ed30a8b4aeb0877cef0c6e8cffe834eb865f","gas":"0x186a0","gasPrice":"0x281d620e","maxFeePerGas":"0x281d620e","maxPriorityFeePerGas":"0x1","hash":"0x3025fd75c0ac8a05f4c50fb15225d7d8ce17ba0aa60b560d02805ae97b6c033e","input":"0x3f446a7c4145b1f0656d6974","nonce":"0x9","to":"0x7dcd17433742f4c0ca53122ab541d0ba67fc27df","transactionIndex":"0x1","value":"0x3","type":"0x4","accessList":[{"address":"0x7dcd17433742f4c0ca53122ab541d0ba67fc27df","storageKeys":["0x0000000000000000000000000000000000000000000000000000000000000000","0xb52248fb459b43720abbf1d5218c4ede9036a623653b31c2077991e04da9a456"]}],"chainId":"0xc72dd9d5e883e","authorizationList":[{"chainId":"0x1","address":"0x7dcd17433742f4c0ca53122ab541d0ba67fc27df","nonce":"0x1","yParity":"0x0","r":"0xb9a9724fca45b21dbc84ac9c0be479e2780a83c96b579877eaf256c5005811c0","s":"0x36e39cca69a5256235f38cb2f8cd7a61829aff39439fca1c1cf5b55dfbb116a"}],"v":"0x1","r":"0xcd2bc1d83a0aed04c06b641e5c93a3112c29a45edab4b12f834b2f41c269e0d5","s":"0xcd7d25d1c29fa7f722865ba3aae5a88651eddfeadc88dc37d6c0ec6b9be77d7","yParity":"0x1"}}

0 comments on commit 0f0de96

Please sign in to comment.