Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mist: R.I.P. | obscuren | 2015-06-20 | 1 | -462/+0 |
| | | | | | | | | | | | | | | | | | /"""""/""""""". / / \ __ / / \ || /____ / \ || | | In Loving | || | | Memory | || | | | || | | 2014-2015 | || | | * * * * | _||_ | | *\/* *\/* | | TT | | | *_\_ / ...""""""| || |.""....""""""""."" | | \/.."""""..."""\ || /.""".......""""... | |...."""""""........""""""^^^^"......."""""""".." |......"""""""""""""""........"""""...."""""..""-Jeff W. | ||||
* | Use common.Address type for accounts.Address | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | removed redundant newlines in import block | Bas van Kervel | 2015-05-12 | 1 | -2/+1 |
| | |||||
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -3/+4 |
| | |||||
* | cmd/mist: fix another nil recipient address panic. | Péter Szilágyi | 2015-04-10 | 1 | -7/+5 |
| | |||||
* | common: remove WriteFile and ReadAllFile (use ioutil instead) | zelig | 2015-03-27 | 1 | -2/+3 |
| | |||||
* | Fix Mist types build errors | Taylor Gerring | 2015-03-22 | 1 | -5/+6 |
| | |||||
* | Merge remote-tracking branch 'upstream/develop' into frontier/js | zelig | 2015-03-16 | 1 | -10/+10 |
|\ | | | | | | | | | | | Conflicts: cmd/ethereum/js.go javascript/types.go | ||||
| * | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -10/+10 |
| | | |||||
* | | remove jsre from mist | zelig | 2015-03-15 | 1 | -23/+2 |
|/ | |||||
* | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -1/+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 | -1/+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. | ||||
* | | cmd/mist: use cli library and package accounts | Felix Lange | 2015-03-10 | 1 | -49/+4 |
| | | |||||
* | | Integrate eth_accounts and eth_transact to use new account manager | Gustav Simonsson | 2015-03-06 | 1 | -0/+7 |
|/ | | | | | | | * 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 | ||||
* | Merge pull request #433 from fjl/newcli | Felix Lange | 2015-03-06 | 1 | -1/+1 |
|\ | | | | | Improved CLI | ||||
| * | ethutil: remove Config variable | Felix Lange | 2015-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Various functions throughout the codebase used it to grab settings. This has to stop because I want to use them without reading the config file. These functions can now be used without reading the config first: * ethdb.NewLDBDatabase * ethrepl.NewJSRepl * vm.New | ||||
* | | Merge branch 'develop' into poc-9 | obscuren | 2015-03-06 | 1 | -4/+2 |
|\ \ | |/ |/| | |||||
| * | Removed unused variables | obscuren | 2015-03-06 | 1 | -2/+1 |
| | | |||||
| * | Network Health Panel with mining | Alexandre Van de Sande | 2015-03-03 | 1 | -2/+1 |
| | | |||||
* | | Miner fixes and updates (including miner) | obscuren | 2015-03-05 | 1 | -2/+0 |
|/ | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-20 | 1 | -1/+2 |
|\ | |||||
| * | cmd/mist: show peer names in peers window | Felix Lange | 2015-02-19 | 1 | -1/+2 |
| | | |||||
* | | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -17/+3 |
| | | |||||
* | | WIP QT Clipboard | obscuren | 2015-02-19 | 1 | -0/+1 |
|/ | |||||
* | Removed mined transactions from pending view. Closes #321 | obscuren | 2015-02-18 | 1 | -26/+2 |
| | |||||
* | Changed to ChainEvent and fixed a nil pointer in transact | obscuren | 2015-02-18 | 1 | -6/+0 |
| | |||||
* | Filter and mutex locks added | obscuren | 2015-02-17 | 1 | -2/+0 |
| | |||||
* | "centralised" mining to backend. Closes #323 | obscuren | 2015-02-17 | 1 | -4/+1 |
| | |||||
* | cmd/mist: fix peer window | Felix Lange | 2015-02-14 | 1 | -5/+29 |
| | |||||
* | Update balance label when mining | obscuren | 2015-02-14 | 1 | -1/+3 |
| | |||||
* | Propagate blocks | obscuren | 2015-02-14 | 1 | -3/+1 |
| | |||||
* | Merge branch 'develop' into miner | obscuren | 2015-02-14 | 1 | -14/+11 |
|\ | |||||
| * | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -14/+11 |
| | | |||||
* | | Basic structure miner | obscuren | 2015-02-10 | 1 | -1/+1 |
|/ | |||||
* | 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/ |