Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Validate transactions sender before adding to pool. Closes #272 | obscuren | 2015-02-01 | 1 | -7/+13 |
| | |||||
* | Fixed tests where txs weren't properly removed | obscuren | 2015-01-07 | 1 | -5/+5 |
| | |||||
* | Merge | obscuren | 2015-01-06 | 1 | -31/+23 |
| | |||||
* | Fixed bug where logging could crash client during tx adding | obscuren | 2015-01-03 | 1 | -1/+9 |
| | |||||
* | Removed the need of having a backend for the tx pool | obscuren | 2015-01-02 | 1 | -13/+10 |
| | |||||
* | Removed value check from tx validation | obscuren | 2015-01-02 | 1 | -2/+6 |
| | |||||
* | Refactored tx pool and added extra fields to block | obscuren | 2015-01-02 | 1 | -96/+34 |
| | | | | | | * 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 | ||||
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ↵ | obscuren | 2014-12-19 | 1 | -2/+6 |
| | | | | | | | ebuchman-badsig Conflicts: core/transaction_pool.go | ||||
* | merge | obscuren | 2014-12-19 | 1 | -15/+6 |
|\ | |||||
| * | Moved methods to messages | obscuren | 2014-12-18 | 1 | -6/+0 |
| | | |||||
| * | Created generic message (easy for testing) | obscuren | 2014-12-18 | 1 | -10/+7 |
| | | |||||
* | | Merge fixes | obscuren | 2014-12-18 | 1 | -4/+2 |
| | | |||||
* | | Merged develop | obscuren | 2014-12-18 | 1 | -9/+15 |
|\| | |||||
| * | Locks, refactor, tests | obscuren | 2014-12-18 | 1 | -10/+16 |
| | | | | | | | | | | | | * Added additional chain tests * Added proper mutex' on chain * Removed ethereum dependencies | ||||
* | | transaction pool changes | zelig | 2014-12-15 | 1 | -10/+16 |
|/ | | | | | | - use eventer events to broadcast transactions - CurrentTransactions -> GetTransactions - add AddTransactions | ||||
* | states moved to chain | obscuren | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | Skip mining on transactions that don't meet the min accepted gas price | obscuren | 2014-12-05 | 1 | -4/+4 |
| | |||||
* | Improved and simplified wallet functions and behaviour | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+236 |