uptest-sc / uptest

"curl" for substrate runtime upgrade testing
7 stars 4 forks source link

anyhow error for libuptest error support #98

Closed flipchan closed 11 months ago

flipchan commented 11 months ago

error[E0277]: ? couldn't convert the error to libuptest::error::Error --> examples/examples/generate_pallet_tests.rs:20:50 | 20 | parse_pallet_storage_types(metadatablob).await?; | ^ the trait From<anyhow::Error> is not implemented for libuptest::error::Error

flipchan commented 11 months ago

fixed, need to push