Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mist: R.I.P. | obscuren | 2015-06-20 | 1 | -281/+0 |
| | | | | | | | | | | | | | | | | | /"""""/""""""". / / \ __ / / \ || /____ / \ || | | In Loving | || | | Memory | || | | | || | | 2014-2015 | || | | * * * * | _||_ | | *\/* *\/* | | TT | | | *_\_ / ...""""""| || |.""....""""""""."" | | \/.."""""..."""\ || /.""".......""""... | |...."""""""........""""""^^^^"......."""""""".." |......"""""""""""""""........"""""...."""""..""-Jeff W. | ||||
* | Merge pull request #933 from bas-vk/issue928 | Jeffrey Wilcke | 2015-05-12 | 1 | -3/+3 |
|\ | | | | | replaced path with platform aware filepath module | ||||
| * | removed redundant newlines in import block | Bas van Kervel | 2015-05-12 | 1 | -1/+0 |
| | | |||||
| * | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -3/+4 |
| | | |||||
* | | xeth, rpc: implement eth_estimateGas. Closes #930 | obscuren | 2015-05-12 | 1 | -1/+1 |
|/ | |||||
* | cmd/geth, miner, backend, xeth: Fixed miner threads to be settable | obscuren | 2015-05-11 | 1 | -1/+1 |
| | | | | | Miner threads are now settable through the admin interface (closes #897) and specify 0 CPU worker threads when eth_getWork is called (closes #916) | ||||
* | fixed merge issue | obscuren | 2015-05-07 | 1 | -2/+2 |
|\ | |||||
| * | cmd/mist: fix a stale error message | Péter Szilágyi | 2015-05-04 | 1 | -1/+1 |
| | | |||||
| * | cmd, eth, p2p: fix review issues enumerated by Felix | Péter Szilágyi | 2015-04-30 | 1 | -1/+1 |
| | | |||||
| * | cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers | Péter Szilágyi | 2015-04-30 | 1 | -2/+2 |
| | | |||||
* | | cmd/mist: updated xeth transact | obscuren | 2015-05-07 | 1 | -0/+1 |
|/ | |||||
* | Merge remote-tracking branch 'upstream/develop' into frontier/js | zelig | 2015-03-16 | 1 | -20/+11 |
|\ | | | | | | | | | | | Conflicts: cmd/ethereum/js.go javascript/types.go | ||||
| * | 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 |
| | | | | | | | | | | This avoids having to query the coinbase when creating the miner, which in turn eliminates the dreaded startup error when no accounts are set up. Later, this will also allow us to simply restart the miner when the user picks a different coinbase. This causes a lot of changes in other packages. These are included in this commit because they're impossible to separate. | ||||
* | Merge branch origin/develop into accounts-integration | Felix Lange | 2015-03-11 | 1 | -26/+1 |
|\ | | | | | | | | | | | | | Conflicts: cmd/blocktest/main.go cmd/mist/debugger.go cmd/utils/cmd.go | ||||
| * | removed debugger | obscuren | 2015-03-10 | 1 | -26/+1 |
| | | |||||
* | | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -19/+1 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go | ||||
| * | Updated xeth instances to take extra param for ui.Interface | obscuren | 2015-03-09 | 1 | -19/+1 |
| | | | | | | | | | | | | Please be aware that if any of the instances on xeth.frontend are called the program will crash due to the default, temporarily, frontend interface. | ||||
* | | Integrate eth_accounts and eth_transact to use new account manager | Gustav Simonsson | 2015-03-06 | 1 | -0/+1 |
|/ | | | | | | | * Add from to eth_transact / xeth.Transact and add static pass in lieu of integrating with native Mist window for user passphrase entry * Make eth_accounts return AccountManager.Accounts() * Add a Generate Key menu item in Mist | ||||
* | 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 |
| | | | | Replaces functionality `-seed=true` with `-seed="ip:port"` | ||||
* | 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 |
| | | | | | * Browser now has tabs * Fixed a callback issue | ||||
* | 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 |
| | | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246 | ||||
* | 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 |
| | | | | | * changed api * general whisper debug interface | ||||
* | 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 |
|/ | | | | | * Block(s) * Transaction(s) | ||||
* | Fixed bloom, updated mining & block processing | obscuren | 2014-11-10 | 1 | -1/+5 |
| | | | | | | * 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 | -1/+37 |
| | | | | | | | | * 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 | -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 |
mist, etheruem have been moved to cmd/ |