aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/bindings.go
Commit message (Expand)AuthorAgeFilesLines
* mist: R.I.P.obscuren2015-06-201-92/+0
* cmd/mist: updated xeth transactobscuren2015-05-071-1/+1
* common: remove WriteFile and ReadAllFile (use ioutil instead)zelig2015-03-271-3/+4
* moved state and vm to coreobscuren2015-03-231-1/+1
* Fix Mist types build errorsTaylor Gerring2015-03-221-1/+1
* 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
|\
| * 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
|/
* ethutil: remove Config variableFelix Lange2015-03-061-2/+2
* 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
|/
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-21/+0
* 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