aboutsummaryrefslogtreecommitdiffstats
path: root/server.go
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange packagesobscuren2014-01-241-208/+0
|
* Added synchronisation of transactions across remote poolsobscuren2014-01-221-15/+19
|
* Transaction processing. Implemented sending and receiving weiobscuren2014-01-211-1/+5
|
* Added get peers and peers msg.obscuren2014-01-181-4/+39
|
* Ping pong messageobscuren2014-01-181-2/+2
|
* Updated the wire protocolobscuren2014-01-171-12/+11
|
* Some miner reportsobscuren2014-01-131-2/+2
|
* Peer reaping and fake networkobscuren2014-01-131-5/+41
|
* Increased buffer sizeobscuren2014-01-131-3/+2
|
* Atomic syncs on connection statesobscuren2014-01-131-18/+18
|
* Server testing blocksobscuren2014-01-121-16/+27
|
* gofmt no coding standardsobscuren2014-01-111-81/+80
|
* Moving the ethgo to individual packagesobscuren2014-01-111-5/+5
|
* Updated server and peers and mining processingobscuren2014-01-101-2/+43
|
* Peer handlingobscuren2014-01-101-2/+18
|
* Minor updateobscuren2014-01-091-3/+12
|
* Split up db and trie and added interfaceobscuren2013-12-301-2/+2
|
* Added sample server, genesis block, and database interfaceobscuren2013-12-301-0/+55