Anton Kaliaev
|
2c724d5eee
|
remove warning messages in favor of "Send failed"
|
2017-02-21 13:25:16 +04:00 |
|
Anton Kaliaev
|
6dbe9febce
|
log warning if peer send failed (Refs #174)
make lint happy
remove dead code
remove not needed go-common dependency
check peer.Send failures (Refs #174)
|
2017-02-21 11:57:33 +04:00 |
|
Ethan Buchman
|
f9df4294f3
|
move some interfaces to types/services.go
|
2017-02-20 20:09:15 -05:00 |
|
Ethan Buchman
|
2425711734
|
blockchain: use ApplyBlock
|
2016-12-06 23:01:55 -05:00 |
|
Ethan Buchman
|
5046d5b181
|
more handshake replay cleanup
|
2016-11-22 20:38:14 -05:00 |
|
Ethan Buchman
|
655b6300f5
|
val set changes
|
2016-11-22 20:38:14 -05:00 |
|
Jae Kwon
|
d83fc02597
|
MakePartSet takes partSize from config. fix replay test
|
2016-11-16 01:23:16 -05:00 |
|
Jae Kwon
|
1173a85c85
|
Use BlockID everywhere
|
2016-11-15 18:34:58 -05:00 |
|
Ethan Buchman
|
7d493774c7
|
log: move some Info to Debug
|
2016-10-14 20:27:50 -04:00 |
|
Ethan Buchman
|
71baad59df
|
replay: ensure cs.height and wal.height match
|
2016-10-11 16:06:46 -04:00 |
|
Ethan Buchman
|
35d4cca8bb
|
type safe events
|
2016-10-10 03:10:29 -04:00 |
|
Ethan Buchman
|
525378a145
|
Merge pull request #267 from tendermint/fastsync_fix
Fastsync fix
|
2016-09-09 20:10:06 -04:00 |
|
Ethan Buchman
|
bf7ba17932
|
test/p2p: name client conts so we dont need to rm them because circle
|
2016-08-27 17:20:34 -04:00 |
|
Ethan Buchman
|
7bec333017
|
fix fast sync
|
2016-08-27 14:50:10 -04:00 |
|
Ethan Buchman
|
3a7ee13ece
|
proxy: typed app conns
|
2016-08-24 01:45:45 -04:00 |
|
Ethan Buchman
|
ca674304c5
|
fix blockpool races. closes #188
|
2016-06-24 20:38:59 -04:00 |
|
Jae Kwon
|
f17c4c1d57
|
s/Validation/Commit/g
|
2016-04-02 09:10:16 -07:00 |
|
Jae Kwon
|
d5ab243cfd
|
Fix #198; Do not fast-sync when lone validator
|
2016-03-24 18:08:18 -07:00 |
|
Ethan Buchman
|
50ac66f79b
|
fast sync fixes
|
2016-02-07 16:56:59 -08:00 |
|
Ethan Buchman
|
0be13d1d27
|
move alert, events, rpc into own repos
|
2016-01-12 19:15:10 -05:00 |
|
Jae Kwon
|
3e3c0083c7
|
Make order be decided first; Remove TMSP Commit/Rollback
|
2016-01-08 16:51:20 -08:00 |
|
Jae Kwon
|
6132017f82
|
Remove mempool log bypass
|
2016-01-02 16:22:25 -08:00 |
|
Jae Kwon
|
dcc1caaf68
|
Make Receive() logging consistent
|
2015-12-31 14:27:05 -08:00 |
|
Jae Kwon
|
d87667a0c2
|
Conform to go-wire new TypeByte behavior for broadcasts
|
2015-12-21 15:18:16 -08:00 |
|
Jae Kwon
|
08d7980d80
|
Conform to go-wire new TypeByte behavior
|
2015-12-21 14:48:44 -08:00 |
|
Jae Kwon
|
c95b89e98c
|
Merge remote-tracking branch 'origin/consensus_refactor' into consensus_refactor_jae
|
2015-12-14 09:33:11 -08:00 |
|
Ethan Buchman
|
b9e143d956
|
Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review
|
2015-12-14 00:38:19 -05:00 |
|
Jae Kwon
|
3da76496b0
|
Fix BlockchainReactor bug w/ mismatched state.LastBlockHeight vs store.Height
This is due to a non-atomic saves of state.State vs blockchain.Store.
This is a simple hack.
|
2015-12-07 16:57:33 -08:00 |
|
Jae Kwon
|
ef43af19ab
|
Tendermint <-> Application refactor
|
2015-12-01 20:12:01 -08:00 |
|
Jae Kwon
|
d69b5c5ab6
|
Conform to go-wire 1.0
|
2015-11-10 13:10:43 -08:00 |
|
Jae Kwon
|
e12f9d10e7
|
Bare consensus refactor
|
2015-11-01 11:34:08 -08:00 |
|
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
2015-10-22 17:39:06 -07:00 |
|
Jae Kwon
|
fd9f816050
|
refactor variable names, pool.requests -> pool.requesters
|
2015-10-12 16:39:05 -07:00 |
|
Jae Kwon
|
1c17ea3b14
|
blockchain parameter && log tweaks
|
2015-09-11 21:09:27 -07:00 |
|
Jae Kwon
|
625f23af13
|
Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here)
|
2015-09-11 21:09:00 -07:00 |
|
Jae Kwon
|
908fd11665
|
more explicit _, err := Start() checking
|
2015-08-11 11:01:17 -07:00 |
|
Jae Kwon
|
e86073ec96
|
Use rpc/client/ws_client; OnStart() returns error
|
2015-08-11 11:01:17 -07:00 |
|
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
2015-07-28 12:18:17 -07:00 |
|
Jae Kwon
|
e7c1febb65
|
Simplify Service/Reactor pattern
|
2015-07-22 06:21:21 -07:00 |
|
Ethan Buchman
|
8e50bf15de
|
panic wrapper functions
|
2015-07-21 10:46:05 -04:00 |
|
Jae Kwon
|
571a134318
|
BaseService and BaseReactor refactor and unification
|
2015-07-20 14:52:24 -07:00 |
|
Ethan Buchman
|
bb4ca1407f
|
info->notice, debug->info
|
2015-07-19 22:44:40 +00:00 |
|
Jae Kwon
|
dea5eab643
|
fix GetStatus() usage
|
2015-07-13 11:03:31 -07:00 |
|
Ethan Buchman
|
751b892cba
|
cleanup, comments
|
2015-07-12 02:16:33 +00:00 |
|
Ethan Buchman
|
a7ecdd10de
|
Merge from panic branch
|
2015-06-29 14:54:48 -07:00 |
|
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
2015-06-25 20:28:34 -07:00 |
|
Jae Kwon
|
829df93577
|
Re-use ValidatorSet.VerifyValidation()
|
2015-06-21 19:11:21 -07:00 |
|
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
2015-05-29 18:14:19 -04:00 |
|
Ethan Buchman
|
bb67fe0356
|
dont run consensus state unless fast sync is off
|
2015-05-28 03:45:46 -07:00 |
|
Jae Kwon
|
057c8ef400
|
waiting back to pending
|
2015-05-28 03:30:26 -07:00 |
|