Author | SHA1 | Message | Date |
---|---|---|---|
Sam Kleinman |
cb39e2f917
|
node,blocksync,config: remove support for running nodes with blocksync disabled (#7159)
We stopped testing these configurations a while ago, and it doesn't really make sense to allow nodes to run in this configuration. This drops support for non-blocksync nodes and cleans up the configuration/tests accordingly. Closes: #6908 |
3 years ago |
Sam Kleinman |
a8917040a8
|
e2e: avoid unset defaults in generated tests (#7145)
I've observed a few cases in tests that are probably wrong, and added some tests to cover this. |
3 years ago |
Sam Kleinman |
1f438f205a
|
e2e: improve network connectivity (#7077)
This tweaks the connectivity of test configurations, in hopes that more will be viable. Additionally reduces the prevalence of testing the legacy mempool. |
3 years ago |
Sam Kleinman |
03ad7d6f20
|
p2p: delete legacy stack initial pass (#7035)
A few notes: - this is not all the deletion that we can do, but this is the most "simple" case: it leaves in shims, and there's some trivial additional cleanup to the transport that can happen but that requires writing more code, and I wanted this to be easy to review above all else. - This should land *after* we cut the branch for 0.35, but I'm anticipating that to happen soon, and I wanted to run this through CI. |
3 years ago |
Sam Kleinman |
b1dfbb8bc3
|
e2e: generator ensure p2p modes (#7021) | 3 years ago |
Sam Kleinman |
8023a2aeef
|
e2e: add generator tests (#7008) | 3 years ago |