Skip to content

Initial SealedSender Implementation #19

Initial SealedSender Implementation

Initial SealedSender Implementation #19

Triggered via pull request October 6, 2023 22:22
Status Success
Total duration 3m 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
use of deprecated method `tokio_rustls::rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead: xmtp_api_grpc/src/grpc_api_helper.rs#L21
warning: use of deprecated method `tokio_rustls::rustls::RootCertStore::add_server_trust_anchors`: Please use `add_trust_anchors` instead --> xmtp_api_grpc/src/grpc_api_helper.rs:21:11 | 21 | roots.add_server_trust_anchors(webpki_roots::TLS_SERVER_ROOTS.0.iter().map(|ta| { | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
unused variable: `request`: xmtp/src/mock_xmtp_api_client.rs#L101
warning: unused variable: `request` --> xmtp/src/mock_xmtp_api_client.rs:101:33 | 101 | async fn batch_query(&self, request: BatchQueryRequest) -> Result<BatchQueryResponse, Error> { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` | = note: `#[warn(unused_variables)]` on by default
unused import: `xmtp_proto::xmtp::message_api::v1::PublishRequest`: xmtp/src/conversation.rs#L15
warning: unused import: `xmtp_proto::xmtp::message_api::v1::PublishRequest` --> xmtp/src/conversation.rs:15:5 | 15 | use xmtp_proto::xmtp::message_api::v1::PublishRequest; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused variable: `request`: xmtp/src/mock_xmtp_api_client.rs#L101
warning: unused variable: `request` --> xmtp/src/mock_xmtp_api_client.rs:101:33 | 101 | async fn batch_query(&self, request: BatchQueryRequest) -> Result<BatchQueryResponse, Error> { | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request` | = note: `#[warn(unused_variables)]` on by default
unused import: `xmtp_proto::xmtp::message_api::v1::PublishRequest`: xmtp/src/conversation.rs#L15
warning: unused import: `xmtp_proto::xmtp::message_api::v1::PublishRequest` --> xmtp/src/conversation.rs:15:5 | 15 | use xmtp_proto::xmtp::message_api::v1::PublishRequest; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default