aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/transaction_pool.go
Commit message (Collapse)AuthorAgeFilesLines
* 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 VM base bug
* 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
| | | | | | | * Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject
* 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
| | | | | | | The Ethereum structure now complies to a EthManager interface which is being used by the tx pool, block manager and block chain in order to gain access to each other. It's become simpeler. TODO: BlockManager => StateManager
* 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