-
Notifications
You must be signed in to change notification settings - Fork 6
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
extra type support for auto-test #102
Comments
Closed
Checking following:
|
cargo run --release -p uptest-examples --example generate_pallet_tests |
nice |
untracked symbol... , Now SUPPORTS UNTRACKED SYMBOLS!! error[E0599]: no method named `ty` found for reference `&[scale_info::interner::UntrackedSymbol<TypeId>]` in the current scope
--> examples/examples/generate_pallet_tests.rs:101:55
|
101 | println!("Type: {:?}", value.fields().ty());
| ^^ method not found in `&[UntrackedSymbol<TypeId>]` |
nice tuple output:
|
Storage Variant storage entry support:
|
Merged
todo: Sequence type |
special storage value support |
|
lets mark that the sequence type as currently unstable |
This was referenced Sep 1, 2023
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to detect the following types:
Currently we do not support all storage entry types
The text was updated successfully, but these errors were encountered: