api
api copied to clipboard
Only LSB `BitVec` is currently supported, found `bitvec::order::Msb0`
- I'm submitting a ...
- [ ] Bug report
- [ ] Feature request
- [X] Support request
- [ ] Other
- What is the current behavior and expected behavior?
We cannot connect our chain anymore.
Due to https://github.com/polkadot-js/api/pull/5585.
AFAIK, this change will affect any chain which uses parity-bridges-common.
- Please tell us about your environment:
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fdarwiniacrab-rpc.dwellir.com#/explorer
Umpf. Will revert that specific throw and turn it into a warning as a start.
We are back to where we were, aka not-failing. However keeping this open so we can properly address this TODO so the toHuman
& toBoolArray
formatting can work as expected -
https://github.com/polkadot-js/api/blob/8fe02a14345b57e6abb8f7f2c2b624cf70c51b23/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts#L733-L746