Closed serban300 closed 8 months ago
@jacogr could you take a look on this PR please ? It's a very small change.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Related to https://github.com/paritytech/polkadot-sdk/issues/3176
We use
polkadot-js-api
as part of the bridge integration tests. Lately, since async backing was enabled for test system parachains we are seeing an increasing number of invalid txs in our tests because of https://github.com/paritytech/polkadot-sdk/issues/3204As a workaround I plan to just disregard these error statuses, but we also need
polkadot-js-api
to gracefully close in this case.