aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/bindings.go
Commit message (Collapse)AuthorAgeFilesLines
* 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/