aboutsummaryrefslogtreecommitdiffstats
path: root/core/transaction_pool_test.go
Commit message (Collapse)AuthorAgeFilesLines
* 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