Martin Rieke
Martin Rieke
Hi, this issue still occurs regularly for us, so I've spent some more time investigating it. I believe it boils down to the following discrepancy: a) In the type registry,...
For your information, it is possible to hack this to work, by not relying on the outputTypeName to be unique and instead constructing the lookup name. in polkadot/rpc-core/bundle.js you could...
you are correct. this only fixes the issue that storage items with the same type name could not be decoded. for calls/extrinsics, more work is needed.
would it still be possible to merge this fix?