rust-teos/teos
Sergi Delgado Segura 013df67402 Adds a ready signal for the http API
In normal conditions, if the http API cannot bootstrap (due to the gRPC
server being temporary unavailable) it will just retry until it connects.

However, this is done asynchronously, meaning that it could be the case that
the tower is reported as ready when it is actually not. This can be hit during
E2E testing if the tower is restarted too quickly, resulting in a test failure:

https://github.com/sr-gi/rust-teos/runs/8074272734?check_suite_focus=true#step:9:5543
https://github.com/sr-gi/rust-teos/runs/8074272734?check_suite_focus=true#step:9:6970
2022-08-30 13:45:39 +02:00
..
proto/teos/v2 Splits protos in main and common 2022-07-06 17:23:04 +02:00
src Adds a ready signal for the http API 2022-08-30 13:45:39 +02:00
build.rs Adds getsubscriptioninfo to the CLN plugin 2022-08-16 12:41:10 +02:00
Cargo.toml Properly capitalizes Tor 2022-08-22 11:37:32 +02:00