• obscuren's avatar
    Improved transaction pool · 6184781b
    obscuren authored
    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
    6184781b
Name
Last commit
Last update
..
dump.go Loading commit data...
errors.go Loading commit data...
log.go Loading commit data...
main_test.go Loading commit data...
managed_state.go Loading commit data...
managed_state_test.go Loading commit data...
state_object.go Loading commit data...
state_test.go Loading commit data...
statedb.go Loading commit data...