fix tests i32->i128 #469
ci.yml
on: push
Bitrot check
1m 38s
Lint
1m 11s
Nightly lint
19s
Intra-doc links
1m 24s
Rustfmt
14s
Security - Cargo Audit
6m 30s
Matrix: build
Matrix: test
Annotations
6 errors and 2 warnings
Rustfmt
Process completed with exit code 1.
|
Nightly lint
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
the trait bound `masp_primitives::convert::AllowedConversion: std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>>` is not satisfied:
masp_proofs/benches/convert.rs#L45
error[E0277]: the trait bound `masp_primitives::convert::AllowedConversion: std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>>` is not satisfied
--> masp_proofs/benches/convert.rs:45:10
|
45 | .into();
| ^^^^ the trait `std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>>` is not implemented for `masp_primitives::convert::AllowedConversion`
|
= help: the trait `std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i128>>` is implemented for `masp_primitives::convert::AllowedConversion`
= note: required for `masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>` to implement `std::convert::Into<masp_primitives::convert::AllowedConversion>`
|
Lint
Clippy had exited with the 101 exit code
|
the trait bound `masp_primitives::convert::AllowedConversion: std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>>` is not satisfied:
masp_proofs/benches/convert.rs#L45
error[E0277]: the trait bound `masp_primitives::convert::AllowedConversion: std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>>` is not satisfied
--> masp_proofs/benches/convert.rs:45:10
|
45 | .into();
| ^^^^ the trait `std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>>` is not implemented for `masp_primitives::convert::AllowedConversion`
|
= help: the trait `std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i128>>` is implemented for `masp_primitives::convert::AllowedConversion`
= note: required for `masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>` to implement `std::convert::Into<masp_primitives::convert::AllowedConversion>`
|
Bitrot check
Process completed with exit code 101.
|
Nightly lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|