-
Notifications
You must be signed in to change notification settings - Fork 384
Test: support for Chopsticks fake signature #3487
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
base: master
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
WASM runtime size check:Compared to target branchMoonbase runtime: 1992 KB (no changes) ✅ Moonbeam runtime: 2104 KB (no changes) ✅ Moonriver runtime: 2104 KB (no changes) ✅ Compared to latest release (runtime-3900)Moonbase runtime: 1992 KB (-368 KB compared to latest release) ✅ Moonbeam runtime: 2104 KB (-376 KB compared to latest release) ✅ Moonriver runtime: 2104 KB (-376 KB compared to latest release) ✅ |
|
why not just use moonwall's built in chopsticks helpers?: (fake signature helpers are pure functions so should be able to work with chopsticks instance managed by moonwall) |
This is purely experimental for now, moonwall is usually enough for most things, but for example when you want to other capabilities of chopsticks, like https://github.com/AcalaNetwork/chopsticks?tab=readme-ov-file#dry-run, it does not support it. |
What does it do?
This feature is still to be implemented and supported in choptsticks, once ready, this test should pass.
Tests support for
chopsticksfake signatures