Xiliang Chen

Results 371 comments of Xiliang Chen

Let's have some examples ```rust let a: PositiveImbalance = MultiCurrency::withdraw(CurrencyId:TokenA, Alice, 1000) let b: PositiveImbalance = MultiCurrency::withdraw(CurrencyId:TokenB, Alice, 1000) ``` `a` and `b` are imbalance for two different tokens, therefore...

I spend two days trying to use smoldot & https://github.com/polytope-labs/substrate-simnode to implement this but found neither are suitable. smoldot is not mature enough and it is simply not possible to...

https://github.com/AcalaNetwork/chopsticks is now MVP ready

I am not sure if I understand your intention of this requested feature correctly. But you can use screen sharing to control your iMac and never need to switch to...

Yes, you can. Your (at least my) macs can VNC/Screen Sharing using thunderbolt connection. You don't even need them have WiFi or ethernet enabled. When you connect macs with thunderbolt...

What I did was to generate the spec with old image, and manually edit the output docker compose file to update the image.

Handling 20 bytes accounts are not yet implemented. PR are welcome!

We can try to not touch relevant fields if there are no genesis sudo key or collator specified

It is possible to override the genesis https://github.com/open-web3-stack/parachain-launch/blob/a4e17b56fc23b8a4245f53db6f0db4a123e23817/config.yml#L5-L9

Initially I was thinking the accumulate period will be like 20 blocks or something similar, so there isn't much to game with and it is easy to implement. Make it...