protolambda
70234f9b68
Merge tag 'v1.11.4' into update-geth-vana
2023-03-17 02:24:50 +01:00
Adrian Sutton
39be753bf5
internal/ethapi: add tests for transaction types JSON marshal/unmarshal ( #26667 )
...
Checks that Transaction.MarshalJSON and newRPCTransaction JSON output can be parsed by Transaction.UnmarshalJSON
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
2023-03-07 05:26:19 -05:00
Adrian Sutton
b9bbfdf372
ethapi: Omit isSystemTx: "false" from JSON-RPC responses ( #60 )
2023-03-03 17:08:47 -07:00
Adrian Sutton
0705cf1b7d
ethapi,core/types: Include the actual nonce used when returning deposit tx from the JSON RPC API
...
Adds the EffectiveNonce method to Transaction which returns the actual nonce used when executing the transaction (if known).
2023-02-28 09:02:09 +10:00
Adrian Sutton
2864f90ac0
Include 0 values for v,r,s and gasPrice on deposit transactions ( #48 )
...
When serializing deposit transactions for RPC responses, provide 0 values for v, r, s and gasPrice instead of null to improve compatibility with existing parsing code.
2023-02-22 20:48:53 -07:00
Adrian Sutton
4866fed4e5
Remove underscores from test names
2023-02-22 09:49:45 -06:00
Adrian Sutton
07514fc780
Use table test and further improve coverage
2023-02-22 09:49:44 -06:00
Adrian Sutton
d25f374756
Fix comparisons and update tests to cover both 0 and nil values
2023-02-22 09:49:44 -06:00