Xiliang Chen
Xiliang Chen
Remove try-runtime related code and migrate usage to use https://github.com/paritytech/try-runtime-cli Update Makefile to use try-runtime-cli
We can use Chopsticks instead to launch node from chain spec Need to update existing tests that using dev mode
so that acala-service doesn't need runtimes and the chain spec generator can be easily used by e2e tests with Chopsticks to run a dev node
We should have two workspaces, one for the runtimes, and one for the node binary. The runtime part will be similar to https://github.com/polkadot-fellows/runtimes In this way we would be able...
cumulus_pallet_dmp_queue is updated to become a migration pallet. it can be removed after the current version is deployed and migrated all the data
set it to some reasonable value, make sure it doesn't break UI fee calculation logic
https://github.com/AcalaNetwork/Acala/blob/f59e1e1e264ebe499032ebd65ba89217f3c11d75/modules/xnft/src/xcm_helpers.rs#L72 There is no event from orml-nft. We should add more events in xnft pallet and see if we can change the usage of orml-nft to module-nft.
Remove FinancialCouncil, FinancialCouncilMembership, HomaCouncil, HomaCouncilMembership and ensure all the pallet storages are cleared. They will be replaced by OpenGov tracks.
Need to define tracks first
benchmark xcm instructions and set proper weigher