build: bump sdk v0.10 #398
check-publish.yml
on: pull_request
Check publish on crates.io
1m 15s
Annotations
6 warnings
[clippy] crates/motsu/src/precompiles/errors.rs#L101:
crates/motsu/src/precompiles/errors.rs#L101
warning: these match arms have identical bodies
--> crates/motsu/src/precompiles/errors.rs:101:13
|
101 | / PrecompileError::ModexpModOverflow => {
102 | | Error::ModexpModOverflow(PrecompileModexpModOverflow {})
103 | | }
| |_____________^
104 | / PrecompileError::ModexpEip7823LimitSize => {
105 | | Error::ModexpModOverflow(PrecompileModexpModOverflow {})
106 | | }
| |_____________^
|
= help: if this is unintentional make the arms return different values
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_same_arms
= note: `-W clippy::match-same-arms` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::match_same_arms)]`
help: otherwise merge the patterns into a single arm
|
101 ~ PrecompileError::ModexpModOverflow | PrecompileError::ModexpEip7823LimitSize => {
102 | Error::ModexpModOverflow(PrecompileModexpModOverflow {})
103 | }
104 ~ PrecompileError::Bn254FieldPointNotAMember => {
|
|
[clippy] crates/motsu/src/precompiles/errors.rs#L101:
crates/motsu/src/precompiles/errors.rs#L101
warning: these match arms have identical bodies
--> crates/motsu/src/precompiles/errors.rs:101:13
|
101 | / PrecompileError::ModexpModOverflow => {
102 | | Error::ModexpModOverflow(PrecompileModexpModOverflow {})
103 | | }
| |_____________^
104 | / PrecompileError::ModexpEip7823LimitSize => {
105 | | Error::ModexpModOverflow(PrecompileModexpModOverflow {})
106 | | }
| |_____________^
|
= help: if this is unintentional make the arms return different values
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_same_arms
= note: `-W clippy::match-same-arms` implied by `-W clippy::pedantic`
= help: to override `-W clippy::pedantic` add `#[allow(clippy::match_same_arms)]`
help: otherwise merge the patterns into a single arm
|
101 ~ PrecompileError::ModexpModOverflow | PrecompileError::ModexpEip7823LimitSize => {
102 | Error::ModexpModOverflow(PrecompileModexpModOverflow {})
103 | }
104 ~ PrecompileError::Bn254FieldPointNotAMember => {
|
|
Check publish on crates.io
function cannot return without recursing
|
Check publish on crates.io
unexpected `cfg` condition value: `contract-client-gen`
|
Check publish on crates.io
unexpected `cfg` condition value: `contract-client-gen`
|
Check publish on crates.io
Cache not found for keys: v0-rust-check-publish-Linux-x64-b2db61f6-0cf6edf6, v0-rust-check-publish-Linux-x64-b2db61f6
|