941 Commits (d3d7ff481877202b5dad7d2b6a6dcc44ad51f34d)
 

Author SHA1 Message Date
  Jae Kwon c27d9d0494 rpc/core_client regenerate; uint->int 9 years ago
  Jae Kwon 43b075cbc3 direct tendermint node stderr to stdin for stdinwriter & logjack 9 years ago
  Ethan Buchman 7865cd3533 backwards compatible addresses 9 years ago
  ebuchman c6841e8499 Merge pull request #115 from tendermint/sconn_jae 9 years ago
  Jae Kwon 6ca7a3ec21 Fix Makefile build command; Define Signature interface 9 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 9 years ago
  Jae Kwon 8d1e176180 fixed-length arrays cleanup 9 years ago
  Ethan Buchman dc7b912881 crypto byte arrays are fixed length 9 years ago
  Ethan Buchman ba70bffa23 add handshakeTimeout, bound chunkLength, comments 9 years ago
  Jae Kwon 002d7c5475 scripts to stop/start groups 9 years ago
  Jae Kwon 84705caefb fix nil-pointer error in SecretConnection handshake 9 years ago
  Jae Kwon d83ee27b6a Merge branch 'sim_txs' into develop 9 years ago
  androlo 0a72c1ee50 * tendermint/binary handles fixed-length arrays 9 years ago
  Jae Kwon 198d7b9c6f Fixes #93 9 years ago
  Jae Kwon 9e2b138c35 Added link to doc above MakeSecretConnection 9 years ago
  Jae Kwon 9ef79e59bb Godeps <- golang.org/x/crypto/nacl etc 9 years ago
  Jae Kwon 44c950d96b bump version number 9 years ago
  Jae Kwon e4c351f5fc UUID -> PubKeyEd25519 9 years ago
  Jae Kwon fd64547ce7 Put a SecretConnection before the MConnection; Node Priv/PubKeys 9 years ago
  Jae Kwon a8d03bddc9 added sts-final doc 9 years ago
  Jae Kwon d13a593afd Parallel syntax change; SecretConnection implements net.Conn 9 years ago
  Jae Kwon 5b41cc4fa5 Added secret_connection benchmark test 9 years ago
  Jae Kwon 4981a5993d fixed handshake test; wrote broken read/write test 9 years ago
  Jae Kwon dbef516659 failing tests for secret_connection 9 years ago
  Jae Kwon 402b3a3e52 draft of secret_connection 9 years ago
  Jae Kwon d91f073676 uuid branch tidying 9 years ago
  Jae Kwon bdc2711f27 p2p comment prettify 9 years ago
  Jae Kwon e4fae760af move revisions file to ~/.tendermint/ 9 years ago
  Jae Kwon dea5eab643 fix GetStatus() usage 9 years ago
  Ethan Buchman f2ccfff18e respect maxNumPeers. closes #59 9 years ago
  Ethan Buchman 0728539bc1 limit num connections per ip range 9 years ago
  Ethan Buchman 9dba060e25 log chainID on startup 9 years ago
  Ethan Buchman af5b763112 avoid connection to self 9 years ago
  Ethan Buchman fca9e7f9ce send pexRequest to random peer in ensurePeers if no addrs to dial 9 years ago
  Ethan Buchman 555dab4fd6 limit number of allowed connections per ip 9 years ago
  Ethan Buchman d0610845dc peers use uuid to avoid duplicate connections 9 years ago
  Ethan Buchman 9521e4e4e7 add peer to addrbook on AddPeer, after handshake 9 years ago
  Ethan Buchman fadfc673e3 better upnp error msgs 9 years ago
  Ethan Buchman ab37f2d3b7 update docker for GOPATH tendermint install 9 years ago
  Ethan Buchman 3f7f3dd37f add git commit hash to nodeInfo 9 years ago
  Ethan Buchman 751b892cba cleanup, comments 9 years ago
  Jae Kwon 109a3c2dd3 Added sim_txs draft 9 years ago
  Jae Kwon 24acda1afc Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently 9 years ago
  Jae Kwon 4504e6a9f4 upgrade default genesis for testnet 9 years ago
  Jae Kwon 5107988fb5 Call peer.stop() if we're not going to start() it 9 years ago
  Jae Kwon 2e1d8ba054 Make Ripemd160 the default 9 years ago
  Jae Kwon 41845d5b85 fix dump_consensus_state error'ing when height=0 9 years ago
  Ethan Buchman 72b681a1bc fix TxID to use ripemd160 in events and rpc return 9 years ago
  Ethan Buchman 69a9dc932a docker: move FROM to golang:1.4 because 1.4.2 broke 9 years ago
  Jae Kwon f2f437a328 Improved consensus logging -- INFO shows round steps 9 years ago