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