Skip to content

feat: option to set block timestamp (#121) #400

feat: option to set block timestamp (#121)

feat: option to set block timestamp (#121) #400

Triggered via push September 9, 2025 09:27
Status Success
Total duration 1m 31s
Artifacts
Check publish on crates.io
1m 28s
Check publish on crates.io
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
[clippy] crates/motsu/src/context.rs#L632: crates/motsu/src/context.rs#L632
warning: returning the result of a `let` binding from a block --> crates/motsu/src/context.rs:634:5 | 632 | / let selector = 633 | | u32::from_be_bytes(TryInto::try_into(&calldata[..4]).unwrap()); | |_______________________________________________________________________- unnecessary `let` binding 634 | selector | ^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return = note: `-W clippy::let-and-return` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::let_and_return)]` help: return the expression directly | 632 ~ 633 ~ u32::from_be_bytes(TryInto::try_into(&calldata[..4]).unwrap()) |
[clippy] crates/motsu/src/context.rs#L632: crates/motsu/src/context.rs#L632
warning: returning the result of a `let` binding from a block --> crates/motsu/src/context.rs:634:5 | 632 | / let selector = 633 | | u32::from_be_bytes(TryInto::try_into(&calldata[..4]).unwrap()); | |_______________________________________________________________________- unnecessary `let` binding 634 | selector | ^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return = note: `-W clippy::let-and-return` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::let_and_return)]` help: return the expression directly | 632 ~ 633 ~ u32::from_be_bytes(TryInto::try_into(&calldata[..4]).unwrap()) |
Check publish on crates.io
Cache not found for keys: v0-rust-check-publish-Linux-x64-999e9954-9cb15d14, v0-rust-check-publish-Linux-x64-999e9954