aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
Commit message (Collapse)AuthorAgeFilesLines
* gofmt -w ethereum.goJarrad Hope2014-03-071-3/+3
|
* Small Optimization on portJarrad Hope2014-03-071-2/+2
|
* Fix WhitespaceJarrad Hope2014-03-071-37/+37
|
* Add DNS BootstrappingJarrad Hope2014-03-071-14/+39
|
* Renamed block manager to state managerobscuren2014-03-051-6/+6
|
* Partially refactored server/txpool/block manager/block chainobscuren2014-03-051-12/+23
| | | | | | | The Ethereum structure now complies to a EthManager interface which is being used by the tx pool, block manager and block chain in order to gain access to each other. It's become simpeler. TODO: BlockManager => StateManager
* Fixed shutting downobscuren2014-02-281-1/+1
|
* Addad db name for new ldbobscuren2014-02-251-1/+1
|
* Moved txpool start to initialisation method of ethereummobscuren2014-02-231-5/+6
|
* Updated some of the log statements to use the ethutil loggerobscuren2014-02-221-8/+8
|
* Running contracts fixedobscuren2014-02-191-1/+1
|
* Rlp updateobscuren2014-02-181-17/+20
|
* Removed RlpValue in favour of Valueobscuren2014-02-151-2/+2
|
* The great mergeobscuren2014-02-151-6/+6
|
* Refactoring RlpValue => Valueobscuren2014-02-131-0/+1
|
* Put leveldbobscuren2014-02-121-2/+2
|
* Interop!obscuren2014-02-121-14/+17
|
* Seed bootstrapping addedobscuren2014-02-111-0/+16
|
* Databaseobscuren2014-02-101-2/+2
|
* Reversed backobscuren2014-02-101-2/+2
|
* level db back inobscuren2014-02-101-2/+2
|
* Fixed self connect through public key discovery.obscuren2014-02-101-2/+2
| | | | Bumped protocol version number
* Switched over to leveldb instead of memdbobscuren2014-02-091-5/+11
|
* Do not quit if upnp failsobscuren2014-02-041-1/+0
|
* Removed the seed peer option from startobscuren2014-02-031-1/+1
|
* UPnP Supportobscuren2014-02-031-18/+14
|
* Implemented support for UPnPobscuren2014-02-031-0/+62
|
* removed upnpobscuren2014-02-021-52/+0
|
* upnp testobscuren2014-02-021-41/+66
|
* Reverted back to messagesobscuren2014-02-021-7/+2
|
* UPNP wipobscuren2014-02-021-5/+59
|
* Self connectobscuren2014-01-311-9/+0
|
* Get peers returns now both in and outbound peersobscuren2014-01-311-0/+16
|
* Peer connection checkingobscuren2014-01-311-1/+4
|
* Don't connect to peers that are already connectedobscuren2014-01-311-0/+16
|
* Self connect detectobscuren2014-01-311-1/+1
|
* Updated seed peersobscuren2014-01-311-5/+9
|
* Switched port and removed loggingobscuren2014-01-281-15/+3
|
* Removed default connectionobscuren2014-01-271-5/+7
|
* Updated peersobscuren2014-01-251-1/+1
|
* Data send over the wire shouldn't be RLPed more then onceobscuren2014-01-241-2/+3
|
* Initial commit bootstrapping packageobscuren2014-01-241-0/+213