Ethan Buchman
|
501c4e4bac
|
fixes from review
|
9 years ago |
Ethan Buchman
|
196af01707
|
maxTxs=-1 for Reap to return empty
|
9 years ago |
Ethan Buchman
|
f5be3cd8f9
|
rpc: start/stop cpu profiler
|
9 years ago |
Jae Kwon
|
daa76dcff0
|
Fix CheckTx/Update race condition
|
9 years ago |
Jae Kwon
|
a8ee0377d5
|
Use tmsp.Client interface
|
9 years ago |
Jae Kwon
|
8183e3201b
|
CommitSync() returns tmsp.Result
|
9 years ago |
Jae Kwon
|
de6f76758d
|
Group (code,data,log) return values into types.Result
|
9 years ago |
Jae Kwon
|
2c1504f93c
|
Reap takes maxTxs
|
9 years ago |
Jae Kwon
|
03115cbf93
|
Fix tests; Tests run in their own directory
|
9 years ago |
Ethan Buchman
|
94f3d201e1
|
drop mempool_reap. use block_size=-1 instead
|
9 years ago |
Ethan Buchman
|
3891e4d66d
|
config: cswal_light, mempool_broadcast, mempool_reap
|
9 years ago |
Ethan Buchman
|
c9ec9cf00e
|
config: block size, consensus timeouts, recheck tx
|
9 years ago |
Jae Kwon
|
d31d3c58ad
|
Recheck txs
|
9 years ago |
Jae Kwon
|
d17d4fa106
|
Fix tmsp/example import paths
|
9 years ago |
Jae Kwon
|
a6d37a49a2
|
s/GetHash/Commit/g
|
9 years ago |
Jae Kwon
|
a7523015f7
|
Fix fix -- ignore cb if mempool broadcastTx cb is nil
|
9 years ago |
Jae Kwon
|
7613557528
|
Fix bug in mempool broadcastTx for duplicate txs
|
9 years ago |
Jae Kwon
|
a4f57e164b
|
BroadcastTx results
|
9 years ago |
Jae Kwon
|
f1b48ff009
|
Use protobuf enums for CodeType
|
9 years ago |
Jae Kwon
|
a73a65a45b
|
Use protobuf enums
|
9 years ago |
Jae Kwon
|
3f49b509d2
|
Conform to protobuf TMSP
|
9 years ago |
Jae Kwon
|
236c7afe9e
|
Conform to TMSP v0.2
|
9 years ago |
Ethan Buchman
|
0be13d1d27
|
move alert, events, rpc into own repos
|
9 years ago |
Jae Kwon
|
3e3c0083c7
|
Make order be decided first; Remove TMSP Commit/Rollback
|
9 years ago |
Jae Kwon
|
6132017f82
|
Remove mempool log bypass
|
9 years ago |
Jae Kwon
|
dcc1caaf68
|
Make Receive() logging consistent
|
9 years ago |
Jae Kwon
|
08d7980d80
|
Conform to go-wire new TypeByte behavior
|
9 years ago |
Jae Kwon
|
f288e58c81
|
Prefix TMSP messages with length
|
9 years ago |
Ethan Buchman
|
b9e143d956
|
Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review
|
9 years ago |
Jae Kwon
|
d3d7ff4818
|
Add mempool cache to reduce proxyapp pressure
|
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
|
ef43af19ab
|
Tendermint <-> Application refactor
|
9 years ago |
Ethan Buchman
|
df9ef1e733
|
check peerMempoolChan for nil on Reset
|
9 years ago |
Jae Kwon
|
d69b5c5ab6
|
Conform to go-wire 1.0
|
9 years ago |
Jae Kwon
|
e12f9d10e7
|
Bare consensus refactor
|
9 years ago |
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
9 years ago |
Jae Kwon
|
82c65e423b
|
fix mempool PeerState nil conversion bug
|
9 years ago |
Jae Kwon
|
28c5e9b4ec
|
variable name changes
|
9 years ago |
Jae Kwon
|
2f60b5b674
|
fix mempool test
|
9 years ago |
Jae Kwon
|
ceed000c58
|
Use ResetFor... callback instead of EventSwitch for mempool new blocks
|
9 years ago |
Ethan Buchman
|
cccb722ba8
|
mempool tests
|
9 years ago |
Ethan Buchman
|
12566f51af
|
better mempool queueing
|
9 years ago |
Ethan Buchman
|
555ecb095d
|
precommit nil if locked and no POL
|
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
|
e86073ec96
|
Use rpc/client/ws_client; OnStart() returns error
|
9 years ago |
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
9 years ago |
Jae Kwon
|
e7c1febb65
|
Simplify Service/Reactor pattern
|
9 years ago |
Jae Kwon
|
571a134318
|
BaseService and BaseReactor refactor and unification
|
9 years ago |
Ethan Buchman
|
bb4ca1407f
|
info->notice, debug->info
|
9 years ago |