Acala icon indicating copy to clipboard operation
Acala copied to clipboard

Acala - cross-chain DeFi hub and stablecoin based on Substrate for Polkadot and Kusama.

Results 184 Acala issues
Sort by recently updated
recently updated
newest added

We need a way to clear banned transactions, so that after we did a state revert, we will be able to send the same transaction again. Could be something like...

T1-feature

Before we enable EVM on Karura, we need to make sure: - [x] We include the standard set of precompiles and they are up to date - [x] The scheduler...

P1-asap
C6-evm

We have many pallets execute some code at `on_initialize` hook periodic. This means every once a while, we will have a block executing all of those hooks, and resulting a...

T2-optimization
C5-misc

Enable sync_state_genSyncSpec RPC

T1-feature
C5-misc

closes: https://github.com/AcalaNetwork/Acala/issues/2170 - use encoded call instead of signature as parameter of `with_fee_paid_by` dispatch call. testcase: - sender nonce change should failed. - era expire should failed. i.e. sign unsubmit...

Following https://github.com/AcalaNetwork/Acala/pull/2029, because of addition signed(precisely [`Era`](https://github.com/paritytech/substrate/blob/fe5bf49290d166b9552f65e751d46ec592173ebd/frame/system/src/extensions/check_mortality.rs#L81)) between blocks is changed, this feature can only work in one block. when manual testing, this normally will failed. we should make sure...

C5-misc

current we have a lot of `FixedRateOfFungible`, maybe gets more later. we could support a more concise way to use `Trader`. i.e: ``` FixedRateOfFungibles ``` Also the implementation of `FixedRateOfForeignAsset`...

T2-optimization
C5-misc

companion: https://github.com/open-web3-stack/open-runtime-module-library/pull/748 env variable: `SUBSTRATE_CLI_GIT_COMMIT_HASH`

relates: https://github.com/AcalaNetwork/Acala/issues/2087 current statemine still not support using RMRK/USDT as fee, as the Trader only support KSM for now. https://github.com/paritytech/cumulus/blob/0c779d926beeb6e1f3f2aa777d9bcec792c0bdac/polkadot-parachains/statemine/src/xcm_config.rs#L171 ```rust type Trader = UsingComponents; ```