-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix E2E tests by updating Weight
type
#1496
Conversation
Don't the call sides need to be fixed now that the tests are required to pass |
The changes here already change the call argument to |
Was thinking about the actual tests in examples which might pass |
An auto dry run is performed rather than the user supplying it as a parameter https://github.com/paritytech/ink/blob/66c05c9b0a9139990fc2ac8e81090f668ea9e053/crates/e2e/src/client.rs#L574 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
I tested this with the v0.22.1 release of the contracts node and it worked 👍
sp_weights::Weight
type forgas_limit
.sp-core
etc andsubxt
Since the e2e test crate is already using
git
dependencies and is not currently released tocrates.io
, I am happy to convert the substrate crate dependencies to git. Once all dependencies are released to crates.io we can use those, and then this crate can be released.