Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ethwire => wire | obscuren | 2014-10-31 | 1 | -217/+0 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -12/+12 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -15/+15 |
| | |||||
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 1 | -1/+1 |
| | | | | | | * Moved logs to state so it's subject to snapshotting * Split up block header * Removed logs from transactions and made them receipts only | ||||
* | Merge pull request #167 from fjl/feature/split-tx-event | Jeffrey Wilcke | 2014-10-30 | 1 | -15/+13 |
|\ | | | | | Split TxEvent type for tx pre/post | ||||
| * | cmd/mist, ethchain, ethminer: split TxEvent (#165) | Felix Lange | 2014-10-29 | 1 | -15/+13 |
| | | |||||
* | | Removed events from the state manager | obscuren | 2014-10-29 | 1 | -16/+17 |
| | | |||||
* | | PoC 7 updates | obscuren | 2014-10-29 | 1 | -1/+1 |
|/ | | | | | | * Bloom * Block restructure * Receipts | ||||
* | Added removal off erroneous txs. Fixed pipeline | obscuren | 2014-10-28 | 1 | -5/+9 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -4/+4 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -6/+6 |
| | |||||
* | all: use (blocking) event package instead of ethreact | Felix Lange | 2014-10-17 | 1 | -67/+70 |
| | |||||
* | Mine without txs | obscuren | 2014-09-25 | 1 | -7/+0 |
| | |||||
* | don't mine without transactions | obscuren | 2014-09-23 | 1 | -0/+8 |
| | |||||
* | Updated GHOST | obscuren | 2014-09-15 | 1 | -1/+1 |
| | |||||
* | Turbo mining | obscuren | 2014-08-22 | 1 | -0/+8 |
| | |||||
* | Turbo mode | obscuren | 2014-08-22 | 1 | -1/+2 |
| | |||||
* | send zero event to miner.powQuitChan fixes miner hanging | zelig | 2014-07-22 | 1 | -3/+3 |
| | |||||
* | Merge branch 'develop' of github.com:ethereum/eth-go into ↵ | zelig | 2014-07-21 | 1 | -0/+1 |
|\ | | | | | | | feature/ethutil-refactor | ||||
| * | Fixed tx sha creation | obscuren | 2014-07-21 | 1 | -0/+1 |
| | | |||||
* | | merge upstream | zelig | 2014-07-21 | 1 | -12/+22 |
|\| | |||||
| * | Fixed miner and logger | obscuren | 2014-07-18 | 1 | -3/+2 |
| | | |||||
| * | Added channel for starting/stopping miner | obscuren | 2014-07-18 | 1 | -4/+8 |
| | | |||||
| * | WIP to expose hashrate to gui | Maran | 2014-07-18 | 1 | -0/+4 |
| | | |||||
* | | properly unsubscribe react channels when miner stops - fixes write on closed ↵ | zelig | 2014-07-15 | 1 | -27/+31 |
| | | | | | | | | chan crash | ||||
* | | use ethreact.Event and ethreact.ReactorEngine | zelig | 2014-07-15 | 1 | -6/+6 |
|/ | |||||
* | Revert "ethreact - Feature/ethutil refactor" | Jeffrey Wilcke | 2014-07-07 | 1 | -6/+6 |
| | |||||
* | use ethreact.Event and ethreact.ReactorEngine | zelig | 2014-07-05 | 1 | -6/+6 |
| | |||||
* | Close pow chat. Fixes #95 | obscuren | 2014-07-01 | 1 | -1/+3 |
| | |||||
* | go fmt | zelig | 2014-06-27 | 1 | -2/+8 |
| | |||||
* | space in miner logging message | zelig | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | modified logging API | zelig | 2014-06-23 | 1 | -9/+12 |
| | | | | | | - package vars for tagged loggers - weed out spurious fmt.PrintX and log.PrintX logging - tried to second guess loglevel for some :) | ||||
* | Removal of manual updating of state objects | obscuren | 2014-06-17 | 1 | -0/+2 |
| | | | | | * You'll only ever need to update the state by calling Update. Update will take care of the updating of it's child state objects. | ||||
* | Fixed minor issue with the gas pool | obscuren | 2014-06-16 | 1 | -0/+2 |
| | |||||
* | Moved gas limit err check to buy gas | obscuren | 2014-06-16 | 1 | -1/+2 |
| | |||||
* | Moving closer to interop | obscuren | 2014-06-14 | 1 | -2/+9 |
| | |||||
* | Minor changes | obscuren | 2014-06-12 | 1 | -1/+2 |
| | |||||
* | Peer changes broadcasting and minor miner fix | obscuren | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Buffered channel to fix not ready (blocking) | obscuren | 2014-05-30 | 1 | -1/+2 |
| | |||||
* | Sort transactions based on the nonce | obscuren | 2014-05-28 | 1 | -1/+4 |
| | | | | * Added a transaction sorter | ||||
* | Working on interop | obscuren | 2014-05-22 | 1 | -10/+5 |
| | | | | | | * Receipts after each transaction * Fee structure * Applying fees to miners | ||||
* | Added start / stopping methods | obscuren | 2014-05-22 | 1 | -21/+31 |
| | |||||
* | Removed some logging and refactored a bit | obscuren | 2014-05-21 | 1 | -43/+41 |
| | |||||
* | Improved miner so it won't include invalid transactions | obscuren | 2014-05-21 | 1 | -5/+16 |
| | |||||
* | Fixed competing block method | obscuren | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Fixed couple issues | obscuren | 2014-05-21 | 1 | -0/+1 |
| | | | | | * (imp) Lock / RLock tries * (fix) stack | ||||
* | Testing different mining state | obscuren | 2014-05-19 | 1 | -10/+9 |
| | |||||
* | Changed how changes are being applied to states | obscuren | 2014-05-17 | 1 | -18/+6 |
| | |||||
* | listen to pre instead of post | obscuren | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | Removed old tx pool notification system. Fixes #19 | obscuren | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | Added manifest changes and changed closures | obscuren | 2014-04-30 | 1 | -1/+0 |
| | |||||
* | Fixed state problem | obscuren | 2014-04-29 | 1 | -5/+7 |
| | |||||
* | Removed debug & unused functions | obscuren | 2014-04-24 | 1 | -1/+0 |
| | |||||
* | Removed some log statements and disabled additional validation checks | obscuren | 2014-04-23 | 1 | -4/+8 |
| | |||||
* | @maranh see comment | obscuren | 2014-04-23 | 1 | -7/+8 |
| | |||||
* | Hack for miner problem added w/ note | obscuren | 2014-04-16 | 1 | -0/+3 |
| | | | | @maranh please check | ||||
* | Fix transaction on new blocks | Maran | 2014-04-09 | 1 | -0/+1 |
| | |||||
* | Small tweaks | Maran | 2014-04-01 | 1 | -2/+0 |
| | |||||
* | initial testcode for canonical chain | Maran | 2014-03-24 | 1 | -0/+1 |
| | |||||
* | Initial block reorganisation code | Maran | 2014-03-21 | 1 | -10/+9 |
| | |||||
* | More mining rework | Maran | 2014-03-20 | 1 | -0/+149 |