aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/transaction_pool.go
Commit message (Expand)AuthorAgeFilesLines
* Contract creation address are empty againobscuren2014-09-081-2/+0
* Old code removed and renamed amount to balanceobscuren2014-07-301-75/+4
* Refactored to new state and vmobscuren2014-07-241-1/+2
* go fmtzelig2014-06-271-1/+1
* modified logging APIzelig2014-06-231-10/+10
* Removed old feesobscuren2014-06-161-1/+1
* Refactoring state transitioningobscuren2014-06-131-1/+1
* Merge branch 'develop' into interopobscuren2014-06-121-0/+6
|\
| * log changesobscuren2014-06-121-0/+6
* | Merge branch 'develop' into interopobscuren2014-06-121-0/+7
|\|
| * Validate minimum gasPrice and reject if not metMaran2014-06-101-0/+7
* | Moved process transaction to state managerobscuren2014-06-121-10/+19
|/
* Fixes #60obscuren2014-05-281-2/+2
* Closure call now returns the total usage as wellobscuren2014-05-281-4/+14
* Working on interopobscuren2014-05-221-8/+10
* Proper log statementobscuren2014-05-211-4/+3
* Testing different mining stateobscuren2014-05-191-1/+1
* Changed how changes are being applied to statesobscuren2014-05-171-1/+2
* Removed old tx pool notification system. Fixes #19obscuren2014-05-151-16/+3
* Remove any invalid transactions after block processingobscuren2014-05-141-3/+14
* Added trans state and removed watch address etcobscuren2014-05-091-2/+1
* Removed debug logobscuren2014-05-021-8/+6
* Removed debugging logobscuren2014-04-301-8/+10
* Removed debug loggingobscuren2014-04-301-7/+3
* Minor improvements and bug fixesobscuren2014-04-241-4/+4
* Fixed minor issue with gas and added state object initobscuren2014-04-231-3/+1
* Merged accounts and contracts in to StateObjectobscuren2014-04-161-7/+7
* Reverted changesobscuren2014-04-091-5/+5
* Typo fixobscuren2014-04-091-1/+1
* Merge branch 'develop' into minerobscuren2014-04-051-5/+7
|\
| * Handle contract messagesobscuren2014-04-011-5/+7
* | Merge conflictsMaran2014-04-011-1/+7
|\|
| * Added missing GetTx (0x16) wire messageobscuren2014-03-281-1/+7
* | More mining reworkMaran2014-03-201-5/+4
* | Merge conflictsMaran2014-03-171-2/+2
|\|
| * Moved on to the state managerobscuren2014-03-171-2/+2
* | Removed extra invalid nonce returnMaran2014-03-171-5/+1
* | Initial smart-miner stuffMaran2014-03-101-1/+7
|/
* Partially refactored server/txpool/block manager/block chainobscuren2014-03-051-12/+6
* Updated block to use state instead of trie directlyobscuren2014-03-031-4/+4
* WIP Observing patternobscuren2014-02-251-8/+33
* Added a secondary processorobscuren2014-02-231-3/+9
* If sender is receiver only subtract the feeobscuren2014-02-181-7/+15
* The great mergeobscuren2014-02-151-0/+219