Describe the feature
When a nonceKey is provided to eth_fillTransaction, we should fill with the nonce that belongs to the nonceKey instead of the protocol nonce. This will remove nuances (manual calls to the precompile) we need to do to populate the nonce as seen in the guides.
Additional context
No response
Describe the feature
When a
nonceKeyis provided toeth_fillTransaction, we should fill with thenoncethat belongs to thenonceKeyinstead of the protocol nonce. This will remove nuances (manual calls to the precompile) we need to do to populate thenonceas seen in the guides.Additional context
No response