mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-15 12:50:15 +02:00
This commit adjusts the backwards compatability test in 2 ways: 1) we first set up the bitcoin backend before waiting for our network nodes to start. This is so that the nodes can sync to chain and become fully active during the `wait_for_nodes` call. 2) Then, in the `wait_for_node` helper, we use the status server response to determine if a node is ready instead of just waiting for `GetInfo` to return a response. This is because waiting for SERVER_ACTIVE is a more accurate signal that the node is ready to receive RPC calls. |
||
|---|---|---|
| .. | ||
| bw-compatibility-test | ||
| keys | ||
| check-commit.sh | ||
| check-each-commit.sh | ||
| check-go-version-dockerfile.sh | ||
| check-go-version-yaml.sh | ||
| check-release-notes.sh | ||
| check-rest-annotations.sh | ||
| check-sample-lnd-conf.sh | ||
| fuzz.sh | ||
| gen_man_pages.sh | ||
| gen_sqlc_docker.sh | ||
| install_bitcoind.sh | ||
| itest_parallel.sh | ||
| itest_part.sh | ||
| release.sh | ||
| tidy_modules.sh | ||
| unit-test-flake-hunter.sh | ||
| unit_test_modules.sh | ||
| verify-install.sh | ||