Commit 6edbe3a
committed
fix: resolve CI failures in SDK and example code
This commit addresses all CI failures including:
- Fixed AtomicU32 Clone trait issue in MockSubmitter by removing Clone derive
- Fixed clippy uninlined_format_args warnings in example code
- Fixed incorrect test assertions (data size and CID checks)
- Fixed doctest imports (CidCodec and HashAlgorithm now from types module)
- Applied rustfmt formatting to all modified files
All checks now pass:
✓ cargo +nightly fmt --all -- --check
✓ taplo format --check
✓ zepter run
✓ cargo clippy --all-targets --all-features --workspace
✓ cargo test -p bulletin-sdk-rust
✓ cargo test -p rust-authorize-and-store1 parent 48fcd23 commit 6edbe3a
File tree
5 files changed
+462
-471
lines changed- examples/rust-authorize-and-store
- src
- sdk/rust/src
- submitters
5 files changed
+462
-471
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments