Skip to content

Adds update permissions intent and validation #2768

Adds update permissions intent and validation

Adds update permissions intent and validation #2768

Triggered via pull request June 27, 2024 16:15
Status Success
Total duration 7m 41s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
`assert!(false, ..)` should probably be replaced: xmtp_mls/src/groups/mod.rs#L2414
warning: `assert!(false, ..)` should probably be replaced --> xmtp_mls/src/groups/mod.rs:2414:13 | 2414 | assert!(false, "Expected error updating permissions"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use `panic!(..)` or `unreachable!(..)` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants
`assert!(false, ..)` should probably be replaced: xmtp_mls/src/groups/mod.rs#L2404
warning: `assert!(false, ..)` should probably be replaced --> xmtp_mls/src/groups/mod.rs:2404:13 | 2404 | assert!(false, "Expected error adding member"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use `panic!(..)` or `unreachable!(..)` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants = note: `#[warn(clippy::assertions_on_constants)]` on by default
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test
/home/runner/work/libxmtp/libxmtp/xmtp_mls/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test
/home/runner/work/libxmtp/libxmtp/xmtp_proto/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test
/home/runner/work/libxmtp/libxmtp/xmtp_id/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test
/home/runner/work/libxmtp/libxmtp/mls_validation_service/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test
Patch `openssl-sys v0.9.92 (https://github.com/xmtp/rust-openssl.git?branch=clone-v0.9.92#00dacb93)` was not used in the crate graph.
Test
Patch `openssl-sys v0.9.92 (https://github.com/xmtp/rust-openssl.git?branch=clone-v0.9.92#00dacb93)` was not used in the crate graph.