aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/bindings.go
Commit message (Collapse)AuthorAgeFilesLines
* removed compileobscuren2015-03-161-12/+3
|
* Moved ethutil => commonobscuren2015-03-161-7/+7
|
* 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
| * Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+1
| |
* | cmd/mist: use cli library and package accountsFelix Lange2015-03-101-29/+0
| |
* | Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-061-2/+2
|/ | | | | | | * 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
* ethutil: remove Config variableFelix Lange2015-03-061-2/+2
| | | | | | | | | | | 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
* cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-9/+0
|
* removed key while in the process of moving to the new key storageobscuren2015-01-291-1/+1
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-1/+2
|
* Added license headersobscuren2015-01-061-17/+20
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+1
|
* Cleaned up some of that utilobscuren2015-01-041-1/+1
|
* states moved to chainobscuren2014-12-111-1/+1
|
* Renamed `chain` => `core`obscuren2014-12-041-1/+2
|
* merge errors fixedobscuren2014-12-021-3/+2
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-3/+2
| |
* | Begin of moving objects to types packageobscuren2014-11-181-3/+2
|/ | | | | * Block(s) * Transaction(s)
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-21/+0
| | | | | | | | * 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-1/+1
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-2/+2
|
* Moved utils to cmdobscuren2014-10-311-1/+1
|
* ethlog => loggerobscuren2014-10-311-8/+8
|
* Moved ethchain to chainobscuren2014-10-311-2/+2
|
* cmd/*: add license headersFelix Lange2014-10-231-0/+17
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+139
mist, etheruem have been moved to cmd/