| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'upstream/develop' into frontier/js | zelig | 2015-03-16 | 1 | -20/+11 |
|\ |
|
| * | removed compile | obscuren | 2015-03-16 | 1 | -10/+1 |
| * | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -13/+13 |
* | | remove jsre from mist | zelig | 2015-03-15 | 1 | -19/+8 |
|/ |
|
* | #469 | Taylor Gerring | 2015-03-13 | 1 | -1/+2 |
* | miner: provide coinbase when starting the miner | Felix Lange | 2015-03-12 | 1 | -14/+4 |
* | Merge branch origin/develop into accounts-integration | Felix Lange | 2015-03-11 | 1 | -26/+1 |
|\ |
|
| * | removed debugger | obscuren | 2015-03-10 | 1 | -26/+1 |
* | | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -19/+1 |
|\| |
|
| * | Updated xeth instances to take extra param for ui.Interface | obscuren | 2015-03-09 | 1 | -19/+1 |
* | | Integrate eth_accounts and eth_transact to use new account manager | Gustav Simonsson | 2015-03-06 | 1 | -0/+1 |
|/ |
|
* | Miner fixes and updates (including miner) | obscuren | 2015-03-05 | 1 | -1/+2 |
* | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 1 | -2/+2 |
* | "centralised" mining to backend. Closes #323 | obscuren | 2015-02-17 | 1 | -9/+5 |
* | cmd/mist: fix peer window | Felix Lange | 2015-02-14 | 1 | -5/+0 |
* | Merge branch 'develop' into miner | obscuren | 2015-02-14 | 1 | -4/+4 |
|\ |
|
| * | cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes | Felix Lange | 2015-02-07 | 1 | -1/+1 |
| * | cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions | Felix Lange | 2015-02-07 | 1 | -9/+3 |
| * | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -2/+8 |
* | | Basic structure miner | obscuren | 2015-02-10 | 1 | -8/+11 |
|/ |
|
* | Move hardcoded seed node address to app flag | Taylor Gerring | 2015-02-03 | 1 | -1/+1 |
* | removed key while in the process of moving to the new key storage | obscuren | 2015-01-29 | 1 | -1/+0 |
* | Merge branch 'jsonrpc' into qt5.4 | obscuren | 2015-01-29 | 1 | -6/+6 |
|\ |
|
| * | further cleaned up xeth interface | obscuren | 2015-01-29 | 1 | -6/+6 |
* | | merge jsonrpc | obscuren | 2015-01-29 | 1 | -54/+0 |
|\| |
|
| * | moving to a better xeth | obscuren | 2015-01-29 | 1 | -54/+0 |
* | | switched to obscuren/qml | obscuren | 2015-01-28 | 1 | -1/+1 |
* | | Updated assets & moved messages | obscuren | 2015-01-28 | 1 | -3/+17 |
|/ |
|
* | UI Updates | obscuren | 2015-01-22 | 1 | -7/+2 |
* | Updated browser & pass view to callback function | obscuren | 2015-01-22 | 1 | -2/+3 |
* | StdVm by default | obscuren | 2015-01-20 | 1 | -3/+3 |
* | Implemented filter for ws + fixes | obscuren | 2015-01-10 | 1 | -0/+1 |
* | Added license headers | obscuren | 2015-01-06 | 1 | -17/+20 |
* | Allow extra to be set for mined blocks | obscuren | 2015-01-06 | 1 | -0/+4 |
* | added shh back in | obscuren | 2015-01-06 | 1 | -1/+3 |
* | Added whisper js api | obscuren | 2014-12-22 | 1 | -85/+77 |
* | Updated QWhisper | obscuren | 2014-12-21 | 1 | -0/+8 |
* | Added whisper debug interface + whisper fixes | obscuren | 2014-12-16 | 1 | -0/+4 |
* | made mist in a compilable, workable state using the new refactored packages | obscuren | 2014-12-15 | 1 | -7/+11 |
* | removed filter manager from base | obscuren | 2014-12-15 | 1 | -1/+10 |
* | states moved to chain | obscuren | 2014-12-11 | 1 | -1/+1 |
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -3/+3 |
* | merge errors fixed | obscuren | 2014-12-02 | 1 | -2/+5 |
|\ |
|
| * | Changed the way transactions are being added to the transaction pool | obscuren | 2014-12-02 | 1 | -2/+6 |
* | | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -2/+3 |
|/ |
|
* | Fixed bloom, updated mining & block processing | obscuren | 2014-11-10 | 1 | -1/+5 |
* | Implemented new miner w/ ui interface for merged mining. Closes #177 | obscuren | 2014-11-07 | 1 | -1/+37 |
* | StateManager => BlockManager | obscuren | 2014-11-04 | 1 | -1/+1 |
* | ethstate => state | obscuren | 2014-10-31 | 1 | -2/+2 |
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -8/+8 |
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -2/+2 |
* | ethcrypto => crypto | obscuren | 2014-10-31 | 1 | -2/+2 |
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -4/+4 |
* | cmd/*: add license headers | Felix Lange | 2014-10-23 | 1 | -0/+17 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -0/+313 |