Ethan Buchman
|
c3a8f202ab
|
consensus: fix negative timeout; log levels
|
9 years ago |
Ethan Buchman
|
36b7045f5c
|
example/golang
|
9 years ago |
Ethan Buchman
|
af2a1a6fc1
|
python fixes, tests
|
9 years ago |
Ethan Buchman
|
bb4a58aa0a
|
add counter app in python
|
9 years ago |
Jae Kwon
|
c95b89e98c
|
Merge remote-tracking branch 'origin/consensus_refactor' into consensus_refactor_jae
|
9 years ago |
Ethan Buchman
|
b9e143d956
|
Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review
|
9 years ago |
Ethan Buchman
|
261647a012
|
Enter* -> enter*. Comments/fixes from Jae
|
9 years ago |
Ethan Buchman
|
4483971776
|
conR uses events to trigger newstep & hasvote broadcasts
|
9 years ago |
Ethan Buchman
|
9dea9539b4
|
fix consensus tests
|
9 years ago |
Jae Kwon
|
855cb0f906
|
Merge remote-tracking branch 'origin/develop' into consensus_refactor
|
9 years ago |
Ethan Buchman
|
07a96a703e
|
move updateToState back
|
9 years ago |
Ethan Buchman
|
e30d1bbd04
|
updateRoundStep consistency
|
9 years ago |
Ethan Buchman
|
334cab82c2
|
fix tests: propose and full round suites
|
9 years ago |
Ethan Buchman
|
736bc1f02f
|
public interface; max steps; move updateToState
|
9 years ago |
Ethan Buchman
|
c3f880e758
|
fire timeout events in handleTimeout; internalMsgQueue
|
9 years ago |
Jae Kwon
|
34f6f50a07
|
Conform to go-merkle SimpleProof.Aunts
|
9 years ago |
Ethan Buchman
|
d9b55101e5
|
move routines to consensus state. drop locks and other go routines
|
9 years ago |
Jae Kwon
|
ab1e8a35c6
|
Shorten consensus log events
|
9 years ago |
Jae Kwon
|
f534410e57
|
Fix state/execution ExecBlock() not rolling back
|
9 years ago |
Jae Kwon
|
d3d7ff4818
|
Add mempool cache to reduce proxyapp pressure
|
9 years ago |
Jae Kwon
|
8b308c1c08
|
Tweak send/recv rates for performance test
|
9 years ago |
Jae Kwon
|
dfdd3cf18f
|
Tweak channel for performance test
|
9 years ago |
Jae Kwon
|
ea378c5565
|
Improve logging
|
9 years ago |
Jae Kwon
|
acdbd88e88
|
Add BypassHandler and NewBypass to bypass main filter
|
9 years ago |
Jae Kwon
|
15b751107e
|
Tweak logging; allow consensus to bypass filter
|
9 years ago |
Jae Kwon
|
d0b8650edf
|
Fix tests for counter application using uin64
|
9 years ago |
Jae Kwon
|
4a0469d3ec
|
Make counter app use LittleEndian uint64 encoding
|
9 years ago |
Jae Kwon
|
5c20d1b3e5
|
Add way to enforce serial order in counter app from command line
|
9 years ago |
Jae Kwon
|
ac4c43c3e6
|
Adding wire.JSON vs wire.Binary vs protobuf benchmarks
|
9 years ago |
Ethan Buchman
|
4b6e992a47
|
timeoutRoutine
|
9 years ago |
Jae Kwon
|
a62c7bfef1
|
Add benchmarking for RPC & wire
|
9 years ago |
Jae Kwon
|
53f74d052f
|
Fix deadlock bug in websocket client impl
|
9 years ago |
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.
|
9 years ago |
Jae Kwon
|
12c7f00c44
|
Merge pull request #164 from tendermint/proxy_fix
didSend -> willSend
|
9 years ago |
Ethan Buchman
|
2c595284d8
|
msgQueue and msgProcessor
|
9 years ago |
Jae Kwon
|
67e74756f4
|
Remove PEX/AddrBook
|
9 years ago |
Ethan Buchman
|
a7d0998bc0
|
didSend -> willSend
|
9 years ago |
Ethan Buchman
|
36e89b606e
|
fix test
|
9 years ago |
Jae Kwon
|
4347b91b89
|
Remove wrong comment
|
9 years ago |
Jae Kwon
|
432a37857d
|
Add RemoteAddr and ListenAddr to NodeInfo; Refactor IPRange logic
|
9 years ago |
Jae Kwon
|
f37f578b1d
|
Add RemoteAddr and ListenAddr to NodeInfo
|
9 years ago |
Jae Kwon
|
21abda0602
|
Make Counter app return nil hash initially
|
9 years ago |
Jae Kwon
|
35abb4df92
|
Allow for test apps to return nil hashes
|
9 years ago |
Jae Kwon
|
e5b9a5e849
|
Add proxy_app as node flag
|
9 years ago |
Jae Kwon
|
e67f385574
|
Conform to go-common WriteFile*(path,mode)
|
9 years ago |
Jae Kwon
|
c37e25e76b
|
Conform to go-common WriteFile*(path, mode)
|
9 years ago |
Jae Kwon
|
3b50efbe02
|
WriteFile*() takes file mode
|
9 years ago |
Jae Kwon
|
543ca16b6f
|
Conform to go-common EnsureDir(path, mode)
|
9 years ago |
Jae Kwon
|
4b6741ca3b
|
EnsureDir() takes file mode
|
9 years ago |
Jae Kwon
|
7b1ebb9245
|
Update README.md
|
9 years ago |