b946b7a13b
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. |
||
---|---|---|
.. | ||
stress | ||
miner_test.go | ||
miner.go | ||
payload_building_test.go | ||
payload_building.go | ||
unconfirmed_test.go | ||
unconfirmed.go | ||
worker_test.go | ||
worker.go |