Xiliang Chen

Results 244 issues of Xiliang Chen

Use https://insta.rs for tests containing weights that requires change on every benchmark/version upgrade. This should reduce the work required to fix tests.

blocked by https://github.com/paritytech/polkadot-sdk/issues/209

We don't want to use xcm-emulator anymore and all the XCM tests should be ported to http://github.com/AcalaNetwork/e2e-tests

After #2560, we need to transfer additional ED for NFT operations to be able to have reserve. Need to see if we can have a better solution for this.

With https://github.com/paritytech/substrate/pull/12951, reserved balance no longer add provider ref. Update the module-support to add features to reserve balance and manage provider ref. - fn reserve(who: Account, id: ReserveId, amount: Balance)...

Need more tests for #2520 including one confirm swap is also working as intented

Nonce have its own meaning and looks confusing with the usage of idle-schduler. We could just have a `type Index = Nonce`

need to update weight template to support 2d weight benchmarking

There are some breaking changes causing compatibility issue with our current CurrencyId encoding format. Will need to figure out a solution first.

Tests for #2497