aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
Commit message (Collapse)AuthorAgeFilesLines
* Do not queue messages if the peer isn't connected (e.g. timing out)obscuren2014-05-141-0/+4
|
* Removed peers from peerlist as soon as they disconnect. Might fix #13Maran2014-05-121-0/+10
| | | | We used to wait for the reaping timer to clean up the peerlist, not any longer
* Only accept peers if we asked for themMaran2014-05-121-14/+14
|
* Don't forward localhost connections over the public networkMaran2014-05-121-1/+4
|
* Properly exchange peer capabilities between peersMaran2014-05-121-1/+1
|
* Made the debug line for invalid peer versions dynamicMaran2014-05-121-1/+1
|
* Removed debug logobscuren2014-05-021-27/+27
|
* Removed debugging logobscuren2014-04-301-12/+4
|
* Fixed state problemobscuren2014-04-291-2/+4
|
* Small tweaksMaran2014-04-011-6/+3
|
* Merge conflictsMaran2014-04-011-2/+17
|\
| * Added missing GetTx (0x16) wire messageobscuren2014-03-281-2/+16
| |
| * Reworked transaction constructorsobscuren2014-03-271-1/+2
| |
* | initial testcode for canonical chainMaran2014-03-241-1/+1
| |
* | Remove some xtra logsMaran2014-03-241-1/+1
| |
* | Merge branch 'master' into minerMaran2014-03-241-2/+1
|\|
| * Added client string to configurationobscuren2014-03-171-2/+1
| | | | | | | | | | Clients can set their own client string which will be send to connected peers during the handshake.
* | FindCanonicalChain returns true or false when we are on the Canonical chain ↵Maran2014-03-241-3/+11
| | | | | | | | or not
* | Initial block reorganisation codeMaran2014-03-211-19/+100
| |
* | More mining reworkMaran2014-03-201-1/+1
|/
* Logobscuren2014-03-171-0/+1
|
* Moved on to the state managerobscuren2014-03-171-1/+2
|
* Partially refactored server/txpool/block manager/block chainobscuren2014-03-051-9/+11
| | | | | | | 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
* Updated protocol version to 7obscuren2014-03-031-2/+4
|
* Fixed shutting downobscuren2014-02-281-3/+2
|
* Infof rather than infolnobscuren2014-02-241-2/+2
|
* Updated some of the log statements to use the ethutil loggerobscuren2014-02-221-16/+14
|
* Merge pull request #5 from sdboyer/iotasJeffrey Wilcke2014-02-191-3/+6
|\ | | | | Idiomatic go: use iotas for const declarations
| * Add comment explaining why iota is not used.Sam Boyer2014-02-191-0/+3
| |
| * Express bit flag constants using iota bitshift.Sam Boyer2014-02-191-3/+3
| |
* | Fix a couple errors from go vetSam Boyer2014-02-181-2/+1
|/
* Changed debug messagesobscuren2014-02-181-5/+7
|
* Added proper error messageobscuren2014-02-171-1/+3
|
* The great mergeobscuren2014-02-151-6/+5
|
* Refactoring RlpValue => Valueobscuren2014-02-131-43/+80
|
* Put leveldbobscuren2014-02-121-0/+2
|
* Interop!obscuren2014-02-121-3/+4
|
* Fixed peer handlingobscuren2014-02-101-7/+8
|
* Reversed backobscuren2014-02-101-12/+13
|
* Changed client idobscuren2014-02-101-1/+4
|
* Added some loggersobscuren2014-02-101-8/+16
|
* Corrected version number in error logobscuren2014-02-101-6/+7
|
* Forgot to bump the versionobscuren2014-02-101-1/+1
|
* Version 3 and added added catch upobscuren2014-02-101-7/+28
|
* Self connect on handshakeobscuren2014-02-101-9/+10
|
* Fixed self connect through public key discovery.obscuren2014-02-101-19/+29
| | | | Bumped protocol version number
* Changed peer formatobscuren2014-02-091-6/+9
|
* Fixed valueobscuren2014-02-061-25/+16
|
* Properly encode txobscuren2014-02-031-1/+1
|
* Transaction processingobscuren2014-02-031-1/+1
|
* removed self connect logobscuren2014-02-031-2/+0
|
* Encode caps as byteobscuren2014-02-031-2/+2
|
* Disconnection reasonsobscuren2014-02-031-13/+38
|
* Removed the seed peer option from startobscuren2014-02-031-15/+2
|
* upnp testobscuren2014-02-021-10/+25
|
* UPNP wipobscuren2014-02-021-25/+20
|
* (un)pack addrobscuren2014-02-011-33/+87
|
* For the testnet always 30303 for now to make it easyobscuren2014-01-311-2/+4
|
* Self connectobscuren2014-01-311-1/+0
|
* Get peers returns now both in and outbound peersobscuren2014-01-311-2/+2
|
* Self connect detectobscuren2014-01-311-12/+42
|
* Updated seed peersobscuren2014-01-311-114/+129
|
* Implemented get chain msgobscuren2014-01-281-11/+33
|
* Removed default connectionobscuren2014-01-271-1/+27
|
* Graceful shutdown of peersobscuren2014-01-261-13/+20
|
* Updated peersobscuren2014-01-251-8/+8
|
* Data send over the wire shouldn't be RLPed more then onceobscuren2014-01-241-6/+9
|
* Updated packagesobscuren2014-01-241-1/+2
|
* Initial commit bootstrapping packageobscuren2014-01-241-0/+303