Closed gregdhill closed 1 year ago
Additional context We should also test our usage of
transactionPaymentApi.queryInfo
to catch failures in CI early when we upgrade the node.
Added separate critical issue to add tests here: https://github.com/interlay/interbtc-api/issues/675
Describe the bug A recent parachain update changed the supported runtime-api version for
transactionPaymentApi
.To Reproduce Steps to reproduce the behavior:
https://github.com/polkadot-js/api/blob/319535a1e938e89522ff18ef2d1cef66a5af597c/packages/api/src/submittable/createClass.ts#L134
Expected behavior The root error should be resolved by this upgrade or we can hard-code the definition here:
Additional context We should also test our usage of
transactionPaymentApi.queryInfo
to catch failures in CI early when we upgrade the node.