Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -245/+0 |
| | |||||
* | cmd/mist, ethchain, ethminer: split TxEvent (#165) | Felix Lange | 2014-10-29 | 1 | -7/+2 |
| | |||||
* | Return erroneous txs (so we can remove them from the pool) | obscuren | 2014-10-27 | 1 | -0/+26 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -3/+3 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -1/+1 |
| | | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env | ||||
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | all: use (blocking) event package instead of ethreact | Felix Lange | 2014-10-17 | 1 | -1/+2 |
| | |||||
* | ugh | obscuren | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | Re-added min gas price check on tx pool | obscuren | 2014-09-23 | 1 | -0/+6 |
| | |||||
* | Fixed contract validation address in tx pool | obscuren | 2014-09-14 | 1 | -2/+5 |
| | |||||
* | Contract creation address are empty again | obscuren | 2014-09-08 | 1 | -2/+0 |
| | |||||
* | Old code removed and renamed amount to balance | obscuren | 2014-07-30 | 1 | -75/+4 |
| | |||||
* | Refactored to new state and vm | obscuren | 2014-07-24 | 1 | -1/+2 |
| | |||||
* | go fmt | zelig | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | modified logging API | zelig | 2014-06-23 | 1 | -10/+10 |
| | | | | | | - package vars for tagged loggers - weed out spurious fmt.PrintX and log.PrintX logging - tried to second guess loglevel for some :) | ||||
* | Removed old fees | obscuren | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Refactoring state transitioning | obscuren | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into interop | obscuren | 2014-06-12 | 1 | -0/+6 |
|\ | |||||
| * | log changes | obscuren | 2014-06-12 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'develop' into interop | obscuren | 2014-06-12 | 1 | -0/+7 |
|\| | | | | | | | | | Conflicts: peer.go | ||||
| * | Validate minimum gasPrice and reject if not met | Maran | 2014-06-10 | 1 | -0/+7 |
| | | |||||
* | | Moved process transaction to state manager | obscuren | 2014-06-12 | 1 | -10/+19 |
|/ | | | | * Buy gas of the coinbase address | ||||
* | Fixes #60 | obscuren | 2014-05-28 | 1 | -2/+2 |
| | |||||
* | Closure call now returns the total usage as well | obscuren | 2014-05-28 | 1 | -4/+14 |
| | | | | * Return the used gas value based on the UseGas and ReturnGas | ||||
* | Working on interop | obscuren | 2014-05-22 | 1 | -8/+10 |
| | | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners | ||||
* | Proper log statement | obscuren | 2014-05-21 | 1 | -4/+3 |
| | |||||
* | Testing different mining state | obscuren | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | Changed how changes are being applied to states | obscuren | 2014-05-17 | 1 | -1/+2 |
| | |||||
* | Removed old tx pool notification system. Fixes #19 | obscuren | 2014-05-15 | 1 | -16/+3 |
| | |||||
* | Remove any invalid transactions after block processing | obscuren | 2014-05-14 | 1 | -3/+14 |
| | |||||
* | Added trans state and removed watch address etc | obscuren | 2014-05-09 | 1 | -2/+1 |
| | | | | | | | | The transient state can be used to test out changes before committing them to the proc state. The transient state is currently being used by the gui to support proper nonce updating without having to wait for a block. This used to be done by a cached state mechanism which can now safely by removed. | ||||
* | Removed debug log | obscuren | 2014-05-02 | 1 | -8/+6 |
| | |||||
* | Removed debugging log | obscuren | 2014-04-30 | 1 | -8/+10 |
| | |||||
* | Removed debug logging | obscuren | 2014-04-30 | 1 | -7/+3 |
| | |||||
* | Minor improvements and bug fixes | obscuren | 2014-04-24 | 1 | -4/+4 |
| | | | | * Fixed VM base bug | ||||
* | Fixed minor issue with gas and added state object init | obscuren | 2014-04-23 | 1 | -3/+1 |
| | |||||
* | Merged accounts and contracts in to StateObject | obscuren | 2014-04-16 | 1 | -7/+7 |
| | | | | | | | * Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject | ||||
* | Reverted changes | obscuren | 2014-04-09 | 1 | -5/+5 |
| | |||||
* | Typo fix | obscuren | 2014-04-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into miner | obscuren | 2014-04-05 | 1 | -5/+7 |
|\ | |||||
| * | Handle contract messages | obscuren | 2014-04-01 | 1 | -5/+7 |
| | | |||||
* | | Merge conflicts | Maran | 2014-04-01 | 1 | -1/+7 |
|\| | |||||
| * | Added missing GetTx (0x16) wire message | obscuren | 2014-03-28 | 1 | -1/+7 |
| | | |||||
* | | More mining rework | Maran | 2014-03-20 | 1 | -5/+4 |
| | | |||||
* | | Merge conflicts | Maran | 2014-03-17 | 1 | -2/+2 |
|\| | |||||
| * | Moved on to the state manager | obscuren | 2014-03-17 | 1 | -2/+2 |
| | | |||||
* | | Removed extra invalid nonce return | Maran | 2014-03-17 | 1 | -5/+1 |
| | | |||||
* | | Initial smart-miner stuff | Maran | 2014-03-10 | 1 | -1/+7 |
|/ | |||||
* | Partially refactored server/txpool/block manager/block chain | obscuren | 2014-03-05 | 1 | -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 directly | obscuren | 2014-03-03 | 1 | -4/+4 |
| | |||||
* | WIP Observing pattern | obscuren | 2014-02-25 | 1 | -8/+33 |
| | |||||
* | Added a secondary processor | obscuren | 2014-02-23 | 1 | -3/+9 |
| | |||||
* | If sender is receiver only subtract the fee | obscuren | 2014-02-18 | 1 | -7/+15 |
| | |||||
* | The great merge | obscuren | 2014-02-15 | 1 | -0/+219 |