3276 Commits (459633fb4c7b4d9bf2baa78a5829a6e470f0d46b)
 

Author SHA1 Message Date
  Ethan Buchman 459633fb4c types/priv_validator 6 years ago
  Ethan Buchman f1c8489270
Merge pull request #1201 from tendermint/1022-do-not-enforce-1/3-val-changes 6 years ago
  Ethan Buchman 2d10c8f15b
Merge pull request #1095 from tendermint/804-p2p-issues 6 years ago
  Anton Kaliaev 106cdb74e5
do not enforce 1/3 validator power change 6 years ago
  Anton Kaliaev 22b038810a
do not block in recvRoutine 6 years ago
  Anton Kaliaev 45750e1b29
fix race by sending signal instead of stopping pongTimer 6 years ago
  Anton Kaliaev 26419fba28
refactor code plus add one more test 6 years ago
  Anton Kaliaev ac0123d249
drain pongTimeoutCh and pongTimer's channel to prevent leaks 6 years ago
  Anton Kaliaev f4ff66de30
rewrite pong timer to use time.AfterFunc 7 years ago
  Anton Kaliaev 747b73cb95
fix merge conflicts 7 years ago
  Anton Kaliaev 161e100a24
close return channel when we're done 7 years ago
  Anton Kaliaev 3ae738f453
increase timeouts 7 years ago
  Anton Kaliaev d14d4a2527
remove TryBroadcast 7 years ago
  Anton Kaliaev 860da464df
remove weird concurrency testing 7 years ago
  Anton Kaliaev 4e2000abfe
control order by sending msgs from one goroutine 7 years ago
  Anton Kaliaev 5834a59816
read ping 7 years ago
  Anton Kaliaev b28b76ddf7
rename pingTimeout to pingInterval, pongTimer is now time.Timer 7 years ago
  zbo14 91e4f4b786
ping/pong timeout in config 7 years ago
  zbo14 9b554fb2c4
switch test modification 7 years ago
  zbo14 f97ead4f5f
prep for merge 7 years ago
  zbo14 5af22d6ee6
remove SwitchEventNewPeer, SwitchEventDonePeer 7 years ago
  zbo14 1d16df6a92
add test, TrySend in broadcast 7 years ago
  Ethan Buchman e7bc946760
Merge pull request #1200 from tendermint/update-deps 6 years ago
  Ethan Buchman cf1e1f5899
Merge pull request #1194 from tendermint/1177-semantics-of-currate-low-msg 6 years ago
  Anton Kaliaev 2f8372d629
update protobuf 6 years ago
  Anton Kaliaev d84e4effce
update tmlibs 6 years ago
  Anton Kaliaev 0c1b91b762
revert back curRate != 0 6 years ago
  Anton Kaliaev c8990d06d9
remove curRate != 0 6 years ago
  Anton Kaliaev b0a55882b2
lower the minRecvRate 6 years ago
  Anton Kaliaev d1fa44e816
improve "curRate too low" message 6 years ago
  Ethan Buchman 199ea40980
Merge pull request #1196 from tendermint/1149-TestReactorValidatorSetChanges-fails-non-deterministically 6 years ago
  Ethan Buchman 66fc476e1e
Merge pull request #1173 from tendermint/memory-leak-in-reconnect-to-peer-2 6 years ago
  Ethan Buchman 6b347200d9
Merge pull request #1197 from tendermint/1155-seed-mode-flag 6 years ago
  Ethan Buchman 8a908a7cf9
Merge pull request #1193 from tendermint/return-back-cmd-logging 6 years ago
  Ethan Buchman 0bcc11c9bc
Merge pull request #1191 from tendermint/event-buffer-slice-clearing-on-flush 6 years ago
  Ethan Buchman 0247a21a93
Merge pull request #1086 from tendermint/966-deterministic-tooling-for-releases 6 years ago
  Anton Kaliaev cf1f483526
add seed_mode flag (`--p2p.seed_mode`) 6 years ago
  Anton Kaliaev 3f9aa8d8fa
document that msgBytes in p2p/connection change 6 years ago
  Anton Kaliaev d6d1f8512d
do not reset pingTimer 6 years ago
  Anton Kaliaev 2b2c233977
write docs for Reactor interface 6 years ago
  Ethan Buchman 7640e6a29f
add some p2p TODOs 7 years ago
  Anton Kaliaev b0ca8a0872
With must be called on log.filter, otherwise "main" entries get filtered 6 years ago
  Ethan Buchman 9e767771fc
Merge pull request #1188 from ltfschoen/patch-1 6 years ago
  Anton Kaliaev 6c8d7a8c19
deterministic tooling for releases 7 years ago
  Emmanuel Odeke 15ef57c6d0
types: TxEventBuffer.Flush now uses capacity preserving slice clearing idiom 6 years ago
  Luke Schoen f37c502fd8
Update getting-started.rst with Python 3 example 6 years ago
  Anton Kaliaev 945b0e6eca
cleanup glide.yaml 6 years ago
  Anton Kaliaev 84a0a1987c
comment out tests for now 6 years ago
  Anton Kaliaev 11b68f1934
rewrite broadcastTxRoutine to use channels 7 years ago
  Anton Kaliaev 202d9a2c0c
fix memory leak in mempool reactor 7 years ago