773 Commits (849461aab254014f6b7976710400ea59f83265ce)

Author SHA1 Message Date
  Ethan Buchman 5d660e073a remove viper from p2p 8 years ago
  Ethan Buchman 75b6c5215f fewer structs. remove viper from consensus 8 years ago
  Ethan Buchman fcf78a5da7 cleanup go-config/viper and some unnamed imports 8 years ago
  Ethan Buchman 56c60fba23 go-p2p -> tendermint/p2p 8 years ago
  Ethan Buchman 93c58d0b24 remove glide and license from rpc and p2p 8 years ago
  Ethan Buchman 23a6a6f8fc move into p2p package 8 years ago
  Jae Kwon c4ed55d801 Refactor to move common libraries out of project 9 years ago
  Ethan Buchman cccb722ba8 mempool tests 9 years ago
  Ethan Buchman bb662b8861 more config options 9 years ago
  Ethan Buchman b54522c60f more versioning 9 years ago
  Ethan Buchman 555ecb095d precommit nil if locked and no POL 10 years ago
  Jae Kwon 1c17ea3b14 blockchain parameter && log tweaks 9 years ago
  Jae Kwon 21d45023d3 various bug fixes 9 years ago
  Jae Kwon 625f23af13 Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here) 9 years ago
  Jae Kwon afc3e3b6c7 mconnection constants adjustment 10 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 10 years ago
  Jae Kwon 908fd11665 more explicit _, err := Start() checking 10 years ago
  Jae Kwon e86073ec96 Use rpc/client/ws_client; OnStart() returns error 10 years ago
  Jae Kwon 3be3647dc8 tendermint/binary -> tendermint/wire 10 years ago
  Jae Kwon f91bc8d8c3 Retries for net.Listen to account for MacOSX socket close delay 10 years ago
  Jae Kwon e7c1febb65 Simplify Service/Reactor pattern 10 years ago
  Ethan Buchman 8e50bf15de panic wrapper functions 10 years ago
  Jae Kwon 3a9b465c75 Fix MConnection race condiiton 10 years ago
  Jae Kwon c0a64d74be Service log prettify 10 years ago
  Jae Kwon 1d362a71ed Stop the peer to stop the mconn 10 years ago
  Jae Kwon 571a134318 BaseService and BaseReactor refactor and unification 10 years ago
  Jae Kwon c30d38270c base_service draft and some samples 10 years ago
  Ethan Buchman a28d924966 move some logs to debug 10 years ago
  Ethan Buchman bb4ca1407f info->notice, debug->info 10 years ago
  Ethan Buchman e087284a4f update logger package for new level 'notice' 10 years ago
  Ethan Buchman 95765db7eb actually stop peer on failed Add 10 years ago
  Ethan Buchman dc7b912881 crypto byte arrays are fixed length 10 years ago
  Ethan Buchman ba70bffa23 add handshakeTimeout, bound chunkLength, comments 10 years ago
  Jae Kwon 84705caefb fix nil-pointer error in SecretConnection handshake 10 years ago
  Jae Kwon 9e2b138c35 Added link to doc above MakeSecretConnection 10 years ago
  Jae Kwon 9ef79e59bb Godeps <- golang.org/x/crypto/nacl etc 10 years ago
  Jae Kwon e4c351f5fc UUID -> PubKeyEd25519 10 years ago
  Jae Kwon fd64547ce7 Put a SecretConnection before the MConnection; Node Priv/PubKeys 10 years ago
  Jae Kwon a8d03bddc9 added sts-final doc 10 years ago
  Jae Kwon d13a593afd Parallel syntax change; SecretConnection implements net.Conn 10 years ago
  Jae Kwon 5b41cc4fa5 Added secret_connection benchmark test 10 years ago
  Jae Kwon 4981a5993d fixed handshake test; wrote broken read/write test 10 years ago
  Jae Kwon dbef516659 failing tests for secret_connection 10 years ago
  Jae Kwon 402b3a3e52 draft of secret_connection 10 years ago
  Jae Kwon d91f073676 uuid branch tidying 10 years ago
  Jae Kwon bdc2711f27 p2p comment prettify 10 years ago
  Ethan Buchman f2ccfff18e respect maxNumPeers. closes #59 10 years ago
  Ethan Buchman 0728539bc1 limit num connections per ip range 10 years ago
  Ethan Buchman af5b763112 avoid connection to self 10 years ago
  Ethan Buchman fca9e7f9ce send pexRequest to random peer in ensurePeers if no addrs to dial 10 years ago