plugeth/eth
obscuren 6184781b49 Improved transaction pool
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
2015-04-08 20:47:32 +02:00
..
backend.go Improved transaction pool 2015-04-08 20:47:32 +02:00
protocol_test.go Updated logging 2015-04-07 14:57:04 +02:00
protocol.go Changed log to new logging 2015-04-04 13:41:58 +02:00