-
rjl493456442 authored
This PR unifies the error handling in miner. Whenever an error occur while applying a transaction, the transaction should be regarded as invalid and all following transactions from the same sender not executable because of the nonce restriction. The only exception is the `nonceTooLow` error which is handled separately.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
stress | ||
miner.go | ||
miner_test.go | ||
payload_building.go | ||
payload_building_test.go | ||
unconfirmed.go | ||
unconfirmed_test.go | ||
worker.go | ||
worker_test.go |