Structs§
- CertKeyPair wraps a self signed certificate and the corresponding public key
- Reqwest client holds the global client for remote_push api calls it also holds the username and password. The client has an underlying connection pool. See reqwest documentation for details
Functions§
- App will configure our routes. This fn is also used to instrument our tests
- Default allow mode for server, we don’t verify clients, everything is accepted
- Verify clients against sui blockchain, clients that are not found in sui_getValidators will be rejected
- Generate server certs for use with peer verification
- Server creates our http/https server
- Configure our graceful shutdown scenarios