Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IRC27 and IRC30 metadata utilities #1160

Merged
merged 8 commits into from
Sep 7, 2023

fmt and refactor tests

2d7fd17
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add IRC27 and IRC30 metadata utilities #1160

fmt and refactor tests
2d7fd17
Select commit
Loading
Failed to load commit list.
GitHub Actions / Clippy Results for the Rust Core failed Sep 7, 2023 in 0s

Clippy Results for the Rust Core

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.73.0-beta.4 (9f37cd4f7 2023-09-01)
  • cargo 1.73.0-beta.4 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (9f37cd4 2023-09-01)

Annotations

Check failure on line 1213 in sdk/tests/client/input_selection/nft_outputs.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Results for the Rust Core

failed to resolve: could not find `Irc27Metadata` in `feature`

error[E0433]: failed to resolve: could not find `Irc27Metadata` in `feature`
    --> sdk/tests/client/input_selection/nft_outputs.rs:1213:61
     |
1213 |     let metadata = iota_sdk::types::block::output::feature::Irc27Metadata::new(
     |                                                             ^^^^^^^^^^^^^ could not find `Irc27Metadata` in `feature`

Check failure on line 1191 in sdk/tests/client/input_selection/nft_outputs.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Results for the Rust Core

failed to resolve: could not find `Irc27Metadata` in `feature`

error[E0433]: failed to resolve: could not find `Irc27Metadata` in `feature`
    --> sdk/tests/client/input_selection/nft_outputs.rs:1191:61
     |
1191 |     let metadata = iota_sdk::types::block::output::feature::Irc27Metadata::new(
     |                                                             ^^^^^^^^^^^^^ could not find `Irc27Metadata` in `feature`