Closed jakehemmerle closed 2 years ago
There is barrier errors in failing test. I believe it's the XCM configuration in statemine preventing to execute Transact
messages in these test cases. But the messages that are allowed by statemine runtime config should work well.
I'm trying to make some reserve transfer tests using the Kusama and Statemine runtimes for XCM documentation for runtime developers. I figured swapping the
yayoi
runtime forstatemine-runtime
would be a good start (literally swapping everyyayoi::
string forstatemine_runtime::
and addingstatemine-runtime
toConfig.toml
), but I'm getting the following errors.It appears that it's checking for the event type to have a remark or something similar, but it does not appear to exist. The relevant lines of code are https://github.com/shaunxw/xcm-simulator/blob/master/xcm-emulator/example/src/lib.rs#L239 and https://github.com/shaunxw/xcm-simulator/blob/master/xcm-emulator/example/src/lib.rs#L279