aboutsummaryrefslogtreecommitdiffstats
path: root/core/transaction_pool.go
Commit message (Expand)AuthorAgeFilesLines
* Fixed tests where txs weren't properly removedobscuren2015-01-071-5/+5
* Mergeobscuren2015-01-061-31/+23
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-1/+9
* Removed the need of having a backend for the tx poolobscuren2015-01-021-13/+10
* Removed value check from tx validationobscuren2015-01-021-2/+6
* Refactored tx pool and added extra fields to blockobscuren2015-01-021-96/+34
* Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ebuchma...obscuren2014-12-191-2/+6
* mergeobscuren2014-12-191-15/+6
|\
| * Moved methods to messagesobscuren2014-12-181-6/+0
| * Created generic message (easy for testing)obscuren2014-12-181-10/+7
* | Merge fixesobscuren2014-12-181-4/+2
* | Merged developobscuren2014-12-181-9/+15
|\|
| * Locks, refactor, testsobscuren2014-12-181-10/+16
* | transaction pool changeszelig2014-12-151-10/+16
|/
* states moved to chainobscuren2014-12-111-1/+1
* Skip mining on transactions that don't meet the min accepted gas priceobscuren2014-12-051-4/+4
* Improved and simplified wallet functions and behaviourobscuren2014-12-041-1/+1
* Renamed State => StateDBobscuren2014-12-041-1/+1
* Renamed `chain` => `core`obscuren2014-12-041-0/+236