aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
Commit message (Expand)AuthorAgeFilesLines
* Exit after importing a keyobscuren2014-02-281-13/+10
* Minor fixes that to reflect changes in libraryobscuren2014-02-241-0/+2
* Added some ui elements to make it easier to connect to nodesobscuren2014-02-231-1/+2
* Added a basic <UNSTABLE> UIobscuren2014-02-211-36/+50
* Added import/exporting of private keysobscuren2014-02-181-3/+48
* Added text for keysobscuren2014-02-151-3/+13
* Updated to the great merge packageobscuren2014-02-151-2/+2
* Default to .ethereumobscuren2014-02-121-1/+2
* Skip the first byte in generating addressesobscuren2014-02-111-2/+2
* removed pub key logobscuren2014-02-101-2/+1
* Added pub key to keyringobscuren2014-02-101-3/+6
* Added addressobscuren2014-02-091-2/+2
* Proper keysobscuren2014-02-091-2/+4
* Unused packageobscuren2014-02-091-1/+0
* Use the generated keyobscuren2014-02-091-1/+1
* Woopsobscuren2014-02-091-0/+2
* Added key address and key generationobscuren2014-02-091-21/+41
* Genesis loggingpoc1obscuren2014-02-081-2/+9
* Mining using a different hash nowobscuren2014-02-061-3/+7
* Block processing during miningobscuren2014-02-031-2/+3
* Process transactionsobscuren2014-02-031-8/+4
* TApply transactionsobscuren2014-02-031-25/+5
* Fixed miningobscuren2014-02-031-1/+1
* Changed miningobscuren2014-02-031-7/+3
* UPnP supportobscuren2014-02-031-1/+5
* upnp testobscuren2014-02-021-3/+1
* Reverted back to old messagesobscuren2014-02-021-11/+1
* RLP Updatesobscuren2014-02-021-3/+16
* Mine?obscuren2014-01-311-19/+27
* Updated to the new Trieobscuren2014-01-301-2/+2
* Changed block chain specific methodsobscuren2014-01-281-3/+3
* Debugging handlesobscuren2014-01-271-3/+4
* Removed the last block of the block chainobscuren2014-01-251-1/+1
* Fake block miningobscuren2014-01-251-8/+13
* Dev test miningobscuren2014-01-251-7/+21
* tx is now part of the chain packageobscuren2014-01-241-1/+1
* Rearrange packagesobscuren2014-01-241-13/+13
* Added synchronisation of transactions across remote poolsobscuren2014-01-221-22/+41
* Removed dagger broadcasting to the netobscuren2014-01-171-1/+2
* Updated to temporary trieobscuren2014-01-151-2/+1
* Some miner reportsobscuren2014-01-131-2/+2
* Peer reaping and fake networkobscuren2014-01-131-8/+0
* Server testing blocksobscuren2014-01-121-2/+4
* gofmt no coding standardsobscuren2014-01-111-66/+66
* Moving the ethgo to individual packagesobscuren2014-01-111-3/+3
* Updated read me and changed mine argument to mobscuren2014-01-101-1/+1
* Encodingobscuren2014-01-101-1/+1
* Updated server and peers and mining processingobscuren2014-01-101-7/+24
* Dagger improvementsobscuren2014-01-091-6/+7
* db console is now a general console.obscuren2014-01-091-4/+3
* Minor updateobscuren2014-01-091-2/+25
* Moved some testing codeobscuren2014-01-011-27/+15
* Updated database interface and eth test codeobscuren2014-01-011-1/+1
* update testobscuren2013-12-301-8/+19
* Commentsobscuren2013-12-291-1/+0
* Test code updatedobscuren2013-12-281-2/+9
* Updated testsobscuren2013-12-281-5/+10
* Testingobscuren2013-12-281-1/+3
* Initial commitobscuren2013-12-261-0/+33