Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

nonce in rawTx are not used/checked #269

Closed
vmadrienpro opened this issue Feb 28, 2017 · 0 comments
Closed

nonce in rawTx are not used/checked #269

vmadrienpro opened this issue Feb 28, 2017 · 0 comments

Comments

@vmadrienpro
Copy link

problem

I expected testrpc to check the nonce in the raw transaction. Apparently it's not the case. Whatever is the nonce, the transaction is executed.

Environment

  • Version used: 3.0.3

  • Operating System and version: ubuntu 16.04

@nicholasjpaterno nicholasjpaterno self-assigned this Sep 25, 2018
nicholasjpaterno referenced this issue in trufflesuite/ganache Sep 28, 2018
Adding nonce testing for both eth_sendTransaction and
eth_sendRawTransaction.  The bug referenced in
#269 appears to have
been addressed already.  These tests ensure the nonce is checked for
validity, even in scenarios where transactions are still pending.
davidmurdoch referenced this issue in trufflesuite/ganache Nov 16, 2020
Adding nonce testing for both eth_sendTransaction and
eth_sendRawTransaction.  The bug referenced in
#269 appears to have
been addressed already.  These tests ensure the nonce is checked for
validity, even in scenarios where transactions are still pending.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants