-
Notifications
You must be signed in to change notification settings - Fork 19
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
API Augment update to use metadata v15 #2191
Conversation
name: 'StalePageState', | ||
section: 'statefulStorage', |
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.
Message is not always included in the result from testnet due to how the wasm is compressed
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.
👍 great!
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
Goal
The goal of this PR is to update API Augment to use the newer metadata v15 provided with Polkadotjs/api v 14.1.1
Part of #2154
Discussion
Testing
make js
/target/debug/frequency export-metadata --tmp ./js/api-augment/metadata.json && cd js/api-augment && npm run build