Xiliang Chen
Xiliang Chen
avoid multiple polkadot.js in yarn.lock
should be replaced by `state_call` to be compatible with light clients See more: https://github.com/polkadot-js/api/issues/4930
It needs to able to use wormhole and the honzon-bridge pallet to ensure the transferred aUSD is on the right shape. Also needs some examples and documentations.
https://github.com/AcalaNetwork/acala.js/blob/66fab75aeeeb212d403bd92101b054138970050a/packages/sdk/src/liquidity/liquidity.spec.ts#L11 https://github.com/AcalaNetwork/acala.js/blob/7091baf970f4491b544ff66a3f256ab1ef358131/packages/sdk/src/wallet/wallet.spec.ts#L11 Keep getting timeout error Also need to investigate why `forceExit` is required https://github.com/AcalaNetwork/acala.js/blob/93d94aa08addd59e41dc88a9b2aa51aa9f3c5bd9/package.json#L41
https://github.com/polkadot-js/apps/pull/5760#issuecomment-873525589 https://github.com/AcalaNetwork/acala.js/blob/ecde6e964ae4e4a861486ade81dc33a6f1a44efd/packages/type-definitions/src/index.ts#L75 include homa council and financial council
Right now the code just not usable. I can tell the code is written in such a way that's not considered external usage, which defeats the purpose. Changes: - Accept...
Currently XCM emulator makes too much assumption about everything so that it is not generic and cannot be used for many commonly enough setups such as non u128 balance type...
Right now it have pretty much no docs and many small issues, which can be discovered if someone is trying to use it to create a simple example. I have...
I want to reuse the networks defined in integration-tests-common in our own tests but getting this ``` error[E0117]: only traits defined in the current crate can be implemented for types...
https://github.com/paritytech/cumulus/blob/066db6b95f6f83d38893d5151946866bb401b4f5/parachains/integration-tests/statemint/xcm/4_hrmp.yml#L183 It shouldn't work but it worked?? The correct way to transfer DOT/KSM from system chain to community parachain is teleport it to relay and reserve transfer to para. But...