Skip to content

feat(erc20): add more tests & mock evm logging #17

feat(erc20): add more tests & mock evm logging

feat(erc20): add more tests & mock evm logging #17

Triggered via pull request March 21, 2024 11:02
Status Success
Total duration 1m 0s
Billable time 1m
Artifacts

nostd.yml

on: pull_request
Matrix: nostd
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
[clippy] lib/wavm-shims/src/lib.rs#L111: lib/wavm-shims/src/lib.rs#L111
warning: unsafe function's docs miss `# Safety` section --> lib/wavm-shims/src/lib.rs:111:1 | 111 | pub unsafe extern "C" fn emit_log(_: *const u8, _: usize, _: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
[clippy] lib/wavm-shims/src/lib.rs#L111: lib/wavm-shims/src/lib.rs#L111
warning: unsafe function's docs miss `# Safety` section --> lib/wavm-shims/src/lib.rs:111:1 | 111 | pub unsafe extern "C" fn emit_log(_: *const u8, _: usize, _: usize) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc