mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
The transaction pool will now some easily be able to pre determine the validity of a transaction by checking the following: * Account existst * gas limit higher than the instrinsic gas * enough funds to pay upfront costs * nonce check |
||
|---|---|---|
| .. | ||
| dump.go | ||
| errors.go | ||
| log.go | ||
| main_test.go | ||
| managed_state.go | ||
| managed_state_test.go | ||
| state_object.go | ||
| state_test.go | ||
| statedb.go | ||