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()
2022-01-20 14:53:20 +01:00
Sam Kleinman
23be048294
p2p: use correct transport configuration ( #7152 )
2021-10-25 07:19:20 -04:00
Sam Kleinman
b879f71e8e
e2e: reduce log noise ( #7004 )
2021-09-27 13:27:08 -04:00
Sam Kleinman
1c4950dbd2
state: move package to internal ( #6964 )
2021-09-22 13:04:25 -04:00
Callum Waters
e932b469ed
e2e: tweak semantics of waitForHeight ( #6943 )
2021-09-15 20:49:24 +02:00
Sam Kleinman
c3bcf9b180
e2e: test multiple broadcast tx methods ( #6925 )
2021-09-10 12:03:41 -04:00
Sam Kleinman
af71f1cbcb
e2e: load generation and logging changes ( #6912 )
2021-09-10 09:26:17 -04:00
Sam Kleinman
77615b900f
e2e: wait for all nodes rather than just one ( #6892 )
2021-09-03 13:03:16 -04:00
Sam Kleinman
21b5e5931a
e2e: skip light clients when waiting for height ( #6891 )
2021-09-03 10:19:15 -04:00
Sam Kleinman
8228936155
e2e: extend timeouts in test harness ( #6694 )
2021-07-13 11:28:07 -04:00
Callum Waters
2c81638787
e2e: fix looping problem while waiting ( #6568 )
2021-06-11 14:47:55 +02:00
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 >
2021-03-18 11:17:53 +01:00
Aleksandr Bezobchuk
be88fd3e63
mempool/rpc: log grooming ( #6201 )
2021-03-03 19:45:35 -05:00
Callum Waters
cab10db725
e2e: adjust timeouts to be dynamic to size of network ( #6202 )
2021-03-03 18:41:07 -05:00
Erik Grinaker
b6be889b97
node: feature flag for legacy p2p support ( #6056 )
2021-02-16 11:57:16 -05:00
Erik Grinaker
f0d4ddcf3c
test: tweak E2E tests for nightly runs ( #5512 )
2020-10-16 12:10:29 +02:00
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.
2020-10-05 09:35:01 +00:00