Jasmina Malicevic
d68d25dcd5
light: return light client status on rpc /status ( #7536 )
*light: rpc /status returns status of light client ; code refactoring
light: moved lightClientInfo into light.go, renamed String to ID
test/e2e: Return light client trusted height instead of SyncInfo trusted height
test/e2e/start.go: Not waiting for light client to catch up in tests. Removed querying of syncInfo in start if the node is a light node
* light: Removed call to primary /status. Added trustedPeriod to light info
* light/provider: added ID function to return IP of primary and witnesses
* light/provider/http/http_test: renamed String() to ID()
3 years ago
Sam Kleinman
23be048294
p2p: use correct transport configuration ( #7152 )
3 years ago
Sam Kleinman
b879f71e8e
e2e: reduce log noise ( #7004 )
3 years ago
Sam Kleinman
1c4950dbd2
state: move package to internal ( #6964 )
3 years ago
Callum Waters
e932b469ed
e2e: tweak semantics of waitForHeight ( #6943 )
3 years ago
Sam Kleinman
c3bcf9b180
e2e: test multiple broadcast tx methods ( #6925 )
3 years ago
Sam Kleinman
af71f1cbcb
e2e: load generation and logging changes ( #6912 )
3 years ago
Sam Kleinman
77615b900f
e2e: wait for all nodes rather than just one ( #6892 )
3 years ago
Sam Kleinman
21b5e5931a
e2e: skip light clients when waiting for height ( #6891 )
3 years ago
Sam Kleinman
8228936155
e2e: extend timeouts in test harness ( #6694 )
3 years ago
Callum Waters
2c81638787
e2e: fix looping problem while waiting ( #6568 )
3 years ago
Callum Waters
9f7051d38a
node: implement tendermint modes ( #6241 )
Co-authored-by: dongsam <dongsamb@gmail.com>
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
4 years ago
Aleksandr Bezobchuk
be88fd3e63
mempool/rpc: log grooming ( #6201 )
4 years ago
Callum Waters
cab10db725
e2e: adjust timeouts to be dynamic to size of network ( #6202 )
4 years ago
Erik Grinaker
b6be889b97
node: feature flag for legacy p2p support ( #6056 )
4 years ago
Erik Grinaker
f0d4ddcf3c
test: tweak E2E tests for nightly runs ( #5512 )
4 years ago
Erik Grinaker
250c3aa92e
test: add end-to-end testing framework ( #5435 )
Partial fix for #5291 . For details, see [README.md](https://github.com/tendermint/tendermint/blob/erik/e2e-tests/test/e2e/README.md ) and [RFC-001](https://github.com/tendermint/tendermint/blob/master/docs/rfc/rfc-001-end-to-end-testing.md ).
This only includes a single test case under `test/e2e/tests/`, as a proof of concept - additional test cases will be submitted separately. A randomized testnet generator will also be submitted separately, there a currently just a handful of static testnets under `test/e2e/networks/`. This will eventually replace the current P2P tests and run in CI.
4 years ago