paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.89k stars 696 forks source link

Fix TrustedQueryApi Error #6170

Closed serban300 closed 3 weeks ago

serban300 commented 3 weeks ago

Related to https://github.com/paritytech/polkadot-sdk/issues/6161

This seems to fix the JavaScript heap out of memory error encountered in the bridge zombienet tests lately.

This is just a partial fix, since we also need to address https://github.com/paritytech/polkadot-sdk/issues/6133 in order to fully fix the bridge zombienet tests