Anton Kaliaev
|
91dc87e7c4
|
update for a new ABCI API
|
8 years ago |
Anton Kaliaev
|
f8fdbe3dbc
|
changes as per Bucky's review
|
8 years ago |
Anton Kaliaev
|
f803544195
|
new logging
|
8 years ago |
Ethan Buchman
|
46151720f8
|
fix tests
|
8 years ago |
Ethan Frey
|
6b059e0063
|
Accept relative paths in all configs, TODO: must SetRoot
|
8 years ago |
Ethan Frey
|
604bf03f3a
|
Pulled out all config structs (except p2p.PeerConfig) into config package
|
8 years ago |
Ethan Buchman
|
4982cb4d1f
|
fix tests for state and mempool
|
8 years ago |
Ethan Buchman
|
75b6c5215f
|
fewer structs. remove viper from consensus
|
8 years ago |
Ethan Buchman
|
7c0f51e24b
|
remove viper from mempool
|
8 years ago |
Ethan Buchman
|
fcf78a5da7
|
cleanup go-config/viper and some unnamed imports
|
8 years ago |
Rigel Rozanski
|
cefb2bede0
|
adding viper
int
int
|
8 years ago |
Ethan Buchman
|
56c60fba23
|
go-p2p -> tendermint/p2p
|
8 years ago |
Ethan Buchman
|
d1926bcad1
|
use tmlibs
|
8 years ago |
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)
|
8 years ago |
Ethan Buchman
|
cbe6dbe7a1
|
handshake replay through consensus using mockApp
|
8 years ago |
Ethan Buchman
|
94b6dd65ee
|
AppendTx -> DeliverTx
|
8 years ago |
Ethan Buchman
|
c147b41013
|
TMSP -> ABCI
|
8 years ago |
Ethan Buchman
|
8ec1839f5d
|
save block b4 apply; track stale apphash
|
8 years ago |
Jae Kwon
|
2aecb2a4a3
|
Ensure *_wal_dir exists
|
8 years ago |
Jae Kwon
|
3d3d8b5b7b
|
cswal -> cs_wal_dir
|
8 years ago |
Jae Kwon
|
830e84adc4
|
Fix minor bug in Consensus WAL; Fix AutoFile dependency
|
8 years ago |
Jae Kwon
|
642a24dc9c
|
Mempool WAL
|
8 years ago |
Jae Kwon
|
a9d8039082
|
Fix peer memleak; stop goroutine when peer is offline
|
8 years ago |
Ethan Buchman
|
7d493774c7
|
log: move some Info to Debug
|
8 years ago |
Ethan Buchman
|
a07063f119
|
add test for mempool deadlock
|
8 years ago |
Ethan Buchman
|
35d4cca8bb
|
type safe events
|
8 years ago |
Jae Kwon
|
b38748ad1a
|
Fix race condition; Refactor out txCache
|
8 years ago |
Silas Davis
|
7f31ec3398
|
Fix doc comment on mempool reap
|
8 years ago |
Ethan Buchman
|
3a7ee13ece
|
proxy: typed app conns
|
8 years ago |
Ethan Buchman
|
cadb9e8bfe
|
mempool: don't remove committed txs from cache
|
8 years ago |
Ethan Buchman
|
e8271c8a4b
|
update tmsp glide
|
8 years ago |
Ethan Buchman
|
8ca615c301
|
wait until txs removed from mempool to fire tx events
|
8 years ago |
Ethan Buchman
|
7e3e9ee9d2
|
rpc: broadcast tests. closes #219
|
8 years ago |
Ethan Buchman
|
5fb171edff
|
mempool: remove bad txs from cacheMap
|
8 years ago |
Ethan Buchman
|
7383ead106
|
updates for new tmsp protobuf
|
9 years ago |
Jae Kwon
|
ad17090a0f
|
No global config
|
9 years ago |
Ethan Buchman
|
850d769273
|
allow no recheck if empty block
|
9 years ago |
Ethan Buchman
|
5296507665
|
some mempool log statements
|
9 years ago |
Ethan Buchman
|
8e5e5c689f
|
lock mempool for commit and update. closes #202
|
9 years ago |
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 |