aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/gui.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix Mist types build errorsTaylor Gerring2015-03-221-5/+6
|
* Merge remote-tracking branch 'upstream/develop' into frontier/jszelig2015-03-161-10/+10
|\ | | | | | | | | | | Conflicts: cmd/ethereum/js.go javascript/types.go
| * Moved ethutil => commonobscuren2015-03-161-10/+10
| |
* | remove jsre from mistzelig2015-03-151-23/+2
|/
* Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-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.Interfaceobscuren2015-03-091-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 accountsFelix Lange2015-03-101-49/+4
| |
* | Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-061-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/newcliFelix Lange2015-03-061-1/+1
|\ | | | | Improved CLI
| * ethutil: remove Config variableFelix Lange2015-03-061-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-9obscuren2015-03-061-4/+2
|\ \ | |/ |/|
| * Removed unused variablesobscuren2015-03-061-2/+1
| |
| * Network Health Panel with miningAlexandre Van de Sande2015-03-031-2/+1
| |
* | Miner fixes and updates (including miner)obscuren2015-03-051-2/+0
|/
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-201-1/+2
|\
| * cmd/mist: show peer names in peers windowFelix Lange2015-02-191-1/+2
| |
* | Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-17/+3
| |
* | WIP QT Clipboardobscuren2015-02-191-0/+1
|/
* Removed mined transactions from pending view. Closes #321obscuren2015-02-181-26/+2
|
* Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-181-6/+0
|
* Filter and mutex locks addedobscuren2015-02-171-2/+0
|
* "centralised" mining to backend. Closes #323obscuren2015-02-171-4/+1
|
* cmd/mist: fix peer windowFelix Lange2015-02-141-5/+29
|
* Update balance label when miningobscuren2015-02-141-1/+3
|
* Propagate blocksobscuren2015-02-141-3/+1
|
* Merge branch 'develop' into minerobscuren2015-02-141-14/+11
|\
| * cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-14/+11
| |
* | Basic structure minerobscuren2015-02-101-1/+1
|/
* Merge branch 'jsonrpc' into qt5.4obscuren2015-01-291-6/+6
|\
| * further cleaned up xeth interfaceobscuren2015-01-291-6/+6
| |
* | merge jsonrpcobscuren2015-01-291-54/+36
|\|
| * moving to a better xethobscuren2015-01-291-54/+36
| |
* | switched to obscuren/qmlobscuren2015-01-281-1/+1
| |
* | Updated assets & moved messagesobscuren2015-01-281-8/+0
|/
* Updated ethereum.jsobscuren2015-01-091-2/+2
|
* Reworking GUI interaction. Fixed javascript inject. Closes #132obscuren2015-01-081-83/+137
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-16/+3
|
* Added license headersobscuren2015-01-061-16/+19
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-10/+9
|
* added shh back inobscuren2015-01-061-1/+1
|
* Cleaned up some of that utilobscuren2015-01-041-3/+2
|
* Fixed using new trie iterator APIobscuren2015-01-021-19/+17
|
* Updated Mist to use new blocksobscuren2014-12-231-4/+4
|
* Added whisper js apiobscuren2014-12-221-32/+32
|
* Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ↵obscuren2014-12-191-3/+3
|\ | | | | | | | | | | | | ebuchman-badsig Conflicts: core/transaction_pool.go
* \ mergeobscuren2014-12-191-10/+10
|\ \
| * | Moved methods to messagesobscuren2014-12-181-2/+2
| | |
| * | Created generic message (easy for testing)obscuren2014-12-181-8/+8
| | |
* | | Merged developobscuren2014-12-181-2/+2
|\| |
| * | Updated to new methodsobscuren2014-12-181-2/+2
| | |
* | | Added whisper debug interface + whisper fixesobscuren2014-12-161-1/+7
| | |
* | | made mist in a compilable, workable state using the new refactored packagesobscuren2014-12-151-19/+17
|/ /
* | states moved to chainobscuren2014-12-111-4/+4
| |
* | upped proto version and modified block poolobscuren2014-12-051-4/+0
| |
* | Improved and simplified wallet functions and behaviourobscuren2014-12-041-22/+7
| |
* | Renamed `chain` => `core`obscuren2014-12-041-8/+8
|/
* Begin of moving objects to types packageobscuren2014-11-181-3/+4
| | | | | * Block(s) * Transaction(s)
* clean upobscuren2014-11-151-28/+14
|
* Version bumpobscuren2014-11-141-2/+2
|
* Fixed bloom, updated mining & block processingobscuren2014-11-101-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 #177obscuren2014-11-071-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 => BlockManagerobscuren2014-11-041-2/+2
|
* Use new iteratorobscuren2014-11-031-1/+1
|
* ethminer => minerobscuren2014-10-311-5/+5
|
* ethwire => wireobscuren2014-10-311-3/+3
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-11/+11
|
* ethlog => loggerobscuren2014-10-311-17/+17
|
* Moved ethchain to chainobscuren2014-10-311-10/+10
|
* cmd/mist, ethchain, ethminer: split TxEvent (#165)Felix Lange2014-10-291-26/+25
|
* cmd/*: add license headersFelix Lange2014-10-231-0/+17
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+535
mist, etheruem have been moved to cmd/