-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check status of peers in kdf network (#25)
* require kdf connection string in the config file Signed-off-by: onur-ozkan <[email protected]> * add {serializer, deserializer} wrappers for `RpcClient` Signed-off-by: onur-ozkan <[email protected]> * implement expirable hashmap Signed-off-by: onur-ozkan <[email protected]> * implement peer status check logic into the middleware Signed-off-by: onur-ozkan <[email protected]> * check if KDF is available on app initialization Signed-off-by: onur-ozkan <[email protected]> * update kdf rpc module Signed-off-by: onur-ozkan <[email protected]> * allow dead-code for various `expirable_map` functions Signed-off-by: onur-ozkan <[email protected]> * move `peer_connection_healthcheck` priority Signed-off-by: onur-ozkan <[email protected]> * update execution flow docs Signed-off-by: onur-ozkan <[email protected]> * update drawio document file Signed-off-by: onur-ozkan <[email protected]> * Update README.md * keep `RpcSocketPayload` private Signed-off-by: onur-ozkan <[email protected]> * update README Signed-off-by: onur-ozkan <[email protected]> * Update README.md * extend configuration interface with `peer_healthcheck_caching_secs` Signed-off-by: onur-ozkan <[email protected]> * update README Signed-off-by: onur-ozkan <[email protected]> * sync the upstream changes Signed-off-by: onur-ozkan <[email protected]> * update proxy_signature Signed-off-by: onur-ozkan <[email protected]> * sync upstream expirable map impl Signed-off-by: onur-ozkan <[email protected]> * exclude nightly pipeline from runner Signed-off-by: onur-ozkan <[email protected]> --------- Signed-off-by: onur-ozkan <[email protected]>
- Loading branch information
1 parent
e382d29
commit 3c191bb
Showing
13 changed files
with
450 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.