Xiliang Chen

Results 371 comments of Xiliang Chen

You are not suppose to run it like that. Please read the docs.

https://github.com/AcalaNetwork/Acala/blob/master/scripts/polkadot-launch/acala-launch.json

What we really want is async operations. We already have proper abstraction for it with years of experiences and I want to make sure we don't repeat the same mistakes...

The main reason we want to split some operations to multiple blocks is due weight limit, not just because we want to do it due to business reason (which I...

- [ ] https://github.com/paritytech/substrate/issues/6753

This will make #1791 possible

A permisionless pause could introduce new attack vector for some chains with time sensitive operations. A possible solution is permisionless counter pause and later require strong governance origin to decide...

It doesn't need to be in this PR. No need to implement everything in a single pass. Also I am thinking something like this https://github.com/paritytech/substrate/blob/cc4d5cc8654d280f03a13421669ba03632e14aa7/bin/node/runtime/src/lib.rs#L279-L313 So we can define ```...

We really need a solution to this. I am doing a cargo check and it is downloading repos and I have already finished my coffee and it still downloading.

We usually just pass `Balances` for native token but there isn't a lot of reason why we can't implement `CurrencyAdapter` for `orml_currencies`. It is just that no one requested it...