Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1735 +/- ##
=======================================
Coverage 76.60% 76.60%
=======================================
Files 24 24
Lines 979 979
Branches 186 186
=======================================
Hits 750 750
Misses 205 205
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I encountered an error when testing a P->E transfer, specfically when executing the following extrinsic on Westend Asset Hub (WAH): The error occurs during However, performing a dry-run succeeds, which suggests the issue may be related to Polkadot.js rather than the runtime itself. I attempted upgrading @polkadot/api to 16.5.4, but the issue persists. |
| "@polkadot/keyring": "14.0.1", | ||
| "@polkadot/types": "16.5.4", | ||
| "@polkadot/util": "14.0.1", | ||
| "@polkadot/util-crypto": "14.0.1", |
There was a problem hiding this comment.
Nice thought these were out of support!
There was a problem hiding this comment.
@alistair-singh I’ve confirmed that it works on PAH but not on WAH. I also verified that the Rust smoke tests pass on WAH, which suggests the above issue is most likely related to PJS.
Since PJS is now in maintenance mode, does this mean we should consider migrating to PAPI instead?
There was a problem hiding this comment.
There must be some new addition on WAH that makes this break. Potentially metadata.
There was a problem hiding this comment.
It appears to be related to the Dwellir endpoints. The issue was resolved after switching to the Parity endpoints.
Co-authored-by: Alistair Singh <[email protected]>
No description provided.