Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+36 |
|\| | |||||
| * | moving to a better xeth | obscuren | 2015-01-29 | 1 | -54/+36 |
| | | |||||
* | | switched to obscuren/qml | obscuren | 2015-01-28 | 1 | -1/+1 |
| | | |||||
* | | Updated assets & moved messages | obscuren | 2015-01-28 | 1 | -8/+0 |
|/ | |||||
* | Updated ethereum.js | obscuren | 2015-01-09 | 1 | -2/+2 |
| | |||||
* | Reworking GUI interaction. Fixed javascript inject. Closes #132 | obscuren | 2015-01-08 | 1 | -83/+137 |
| | |||||
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -16/+3 |
| | |||||
* | Added license headers | obscuren | 2015-01-06 | 1 | -16/+19 |
| | |||||
* | Fixed peer window. Minor tweaks and fixes | obscuren | 2015-01-06 | 1 | -10/+9 |
| | |||||
* | added shh back in | obscuren | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Cleaned up some of that util | obscuren | 2015-01-04 | 1 | -3/+2 |
| | |||||
* | Fixed using new trie iterator API | obscuren | 2015-01-02 | 1 | -19/+17 |
| | |||||
* | Updated Mist to use new blocks | obscuren | 2014-12-23 | 1 | -4/+4 |
| | |||||
* | Added whisper js api | obscuren | 2014-12-22 | 1 | -32/+32 |
| | |||||
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ↵ | obscuren | 2014-12-19 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | ebuchman-badsig Conflicts: core/transaction_pool.go | ||||
* \ | merge | obscuren | 2014-12-19 | 1 | -10/+10 |
|\ \ | |||||
| * | | Moved methods to messages | obscuren | 2014-12-18 | 1 | -2/+2 |
| | | | |||||
| * | | Created generic message (easy for testing) | obscuren | 2014-12-18 | 1 | -8/+8 |
| | | | |||||
* | | | Merged develop | obscuren | 2014-12-18 | 1 | -2/+2 |
|\| | | |||||
| * | | Updated to new methods | obscuren | 2014-12-18 | 1 | -2/+2 |
| | | | |||||
* | | | Added whisper debug interface + whisper fixes | obscuren | 2014-12-16 | 1 | -1/+7 |
| | | | |||||
* | | | made mist in a compilable, workable state using the new refactored packages | obscuren | 2014-12-15 | 1 | -19/+17 |
|/ / | |||||
* | | states moved to chain | obscuren | 2014-12-11 | 1 | -4/+4 |
| | | |||||
* | | upped proto version and modified block pool | obscuren | 2014-12-05 | 1 | -4/+0 |
| | | |||||
* | | Improved and simplified wallet functions and behaviour | obscuren | 2014-12-04 | 1 | -22/+7 |
| | | |||||
* | | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -8/+8 |
|/ | |||||
* | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -3/+4 |
| | | | | | * Block(s) * Transaction(s) | ||||
* | clean up | obscuren | 2014-11-15 | 1 | -28/+14 |
| | |||||
* | Version bump | obscuren | 2014-11-14 | 1 | -2/+2 |
| | |||||
* | Fixed bloom, updated mining & block processing | obscuren | 2014-11-10 | 1 | -12/+1 |
| | | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug) | ||||
* | Implemented new miner w/ ui interface for merged mining. Closes #177 | obscuren | 2014-11-07 | 1 | -13/+38 |
| | | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining | ||||
* | StateManager => BlockManager | obscuren | 2014-11-04 | 1 | -2/+2 |
| | |||||
* | Use new iterator | obscuren | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | ethminer => miner | obscuren | 2014-10-31 | 1 | -5/+5 |
| | |||||
* | ethwire => wire | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -11/+11 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -17/+17 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -10/+10 |
| | |||||
* | cmd/mist, ethchain, ethminer: split TxEvent (#165) | Felix Lange | 2014-10-29 | 1 | -26/+25 |
| | |||||
* | 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/+535 |
mist, etheruem have been moved to cmd/ |