aboutsummaryrefslogtreecommitdiffstats
path: root/core/transaction_pool_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Changed R S to big int and fixed testsobscuren2015-04-051-2/+6
|
* moved state and vm to coreobscuren2015-03-231-1/+1
|
* core: fix testsFelix Lange2015-03-181-7/+5
|
* Moved ethutil => commonobscuren2015-03-161-3/+3
|
* Validate transactions sender before adding to pool. Closes #272obscuren2015-02-011-0/+10
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-4/+10
|
* Fixed testsobscuren2015-01-061-3/+3
|
* Removed the need of having a backend for the tx poolobscuren2015-01-021-1/+1
|
* Added tests for valid transactionsobscuren2015-01-021-11/+10
|
* Refactored tx pool and added extra fields to blockobscuren2015-01-021-0/+82
* chain manager sets td on block + td output w/ String * added tx pool tests for removing/adding/validating * tx pool now uses a set for txs instead of list.List