Ethan Buchman
3c10f7a122
add p2p flush throttle to config
7 years ago
Ethan Buchman
ca8c34f966
add consensus reactor sleep durations to the config
7 years ago
Ethan Buchman
bd7ec18c19
fix tests
8 years ago
Ethan Buchman
fc6611b2d9
[config] RPCConfig
8 years ago
Ethan Buchman
3fbe286e5a
small fixes to changelog, config, default logging
8 years ago
Anton Kaliaev
f8fdbe3dbc
changes as per Bucky's review
8 years ago
Anton Kaliaev
f803544195
new logging
8 years ago
Ethan Frey
2a9e89b34f
Add basic tests on config, mainly to raise test coverage
8 years ago
Ethan Buchman
8a0466d81d
config: pex_reactor -> pex
8 years ago
Ethan Buchman
46151720f8
fix tests
8 years ago
Ethan Buchman
9109b20852
SetRoot
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
6afee8f117
rpc: fix tests
8 years ago
Ethan Buchman
24ce90fc72
fix up config defaults
8 years ago
Ethan Buchman
75b6c5215f
fewer structs. remove viper from consensus
8 years ago
Ethan Buchman
d8fb226ec4
new config
8 years ago
Ethan Buchman
56a1a2d917
remove logrotate.config
8 years ago
Ethan Buchman
fcf78a5da7
cleanup go-config/viper and some unnamed imports
8 years ago
Rigel Rozanski
7bb638e3b8
fix test_integrations error
8 years ago
Rigel Rozanski
7448753257
fixing tests
8 years ago
Rigel Rozanski
cefb2bede0
adding viper
int
int
8 years ago
Ethan Buchman
d1926bcad1
use tmlibs
8 years ago
Ethan Frey
e325ffc681
Lots of updates to use new go-crypto / json style
8 years ago
Ethan Buchman
9d2de2b756
tx_indexer -> tx_index
8 years ago
Ethan Buchman
23dbd0c8c3
enable tx_indexer by default
8 years ago
Anton Kaliaev
b08f29cb71
add config option for tx indexing and disable it by default
8 years ago
Ethan Buchman
85e83934a1
fixes from review
8 years ago
Ethan Buchman
077cf13a1f
consensus: timeout on replayLastBlock
8 years ago
Anton Kaliaev
12ead6cc7e
make changes backwards compatible (Refs #431 )
8 years ago
Anton Kaliaev
5f6de800a0
rename TMROOT to TMHOME (Refs #431 )
8 years ago
Ethan Buchman
0bec99fbd4
consensus: handshake replay test using wal
8 years ago
Ethan Buchman
c147b41013
TMSP -> ABCI
8 years ago
Anton Kalyaev
3308ac7d83
set skip_timeout_commit to true for tests
For the tests its better to not use the timeout_commit, and to wait for all the
votes, because otherwise we can end up with timing dependencies in the testing
code which can lead to nondeterministic failures. That was part of the reason
for this change originally.
8 years ago
Anton Kalyaev
a1fd312bb1
make progress asap on full precommit votes optional (Refs #348 )
8 years ago
Ethan Buchman
c90985d309
test: set log_level=info
8 years ago
Ethan Buchman
e981ff4e7d
tests: shorten timeouts
8 years ago
Ethan Buchman
db437e7a45
broadcast_tx via grpc
8 years ago
Ethan Buchman
8b80f8ee05
feature flag: pex reactor
8 years ago
Jae Kwon
d83fc02597
MakePartSet takes partSize from config. fix replay test
8 years ago
Jae Kwon
3d3d8b5b7b
cswal -> cs_wal_dir
8 years ago
Jae Kwon
642a24dc9c
Mempool WAL
8 years ago
Ethan Buchman
bfa690b6f7
config: reduce timeouts during test
8 years ago
Ethan Buchman
9bb32f41f1
config: filter_peers defaults to false
8 years ago
Ethan Buchman
bd429f3d4f
config: all urls use tcp:// or unix:// prefix
8 years ago
Ethan Buchman
54357bcf8f
crank consensus timeout parameters for tests (see #236 )
8 years ago
Ethan Buchman
2a1e7a427d
support tmsp via grpc
9 years ago
Ethan Buchman
b2e612fb79
default empty seeds. some node methods
9 years ago
Jae Kwon
ad17090a0f
No global config
9 years ago
Jae Kwon
4c114680a4
Remove spurious genesis.json
9 years ago