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

closes: https://github.com/AcalaNetwork/Acala/issues/2254

- [x] ACA 0x0000000000000000000100000000000000000000 - [x] AUSD 0x0000000000000000000100000000000000000001 - [x] DOT 0x0000000000000000000100000000000000000002 - [x] LDOT 0x0000000000000000000100000000000000000003 - [x] LCDOT 0x000000000000000000040000000000000000000d - [x] TAI_DOT 0x0000000000000000000300000000000000000000 - [x] EVM 0x0000000000000000000000000000000000000800 - [x]...

closes: https://github.com/AcalaNetwork/Acala/issues/2137 - `set_rebalance_swap_info` set the threshold and supply amount of token. if target swapped amount is less than threshold, no rebalance happened. We're using treasury account to do rebalance...

We have multiple pallets that execute something periodically during `on_initialize` hook. Most of the them are doing something like `if now % period === 0 { do_the_work() }`. This means...

T2-optimization
C5-misc

Additional to current liquidation improvements at #2164 . - If any on-chain liquidation participants offers better than immediate liquidation price, liquidation happens immediately with them. - If immediate liquidation price...

aggregate storage logs to avoid unnecessary reserve/unreserve

C6-evm

- module-partners - Types - type PartnerId = u32 - trait OnFeeDeposited - fn on_fee_deposited(origin: AccountId, currency: CurrencyId, amount: Balance) - Config - RegisterFee: Get\ - 10 ACA / KAR...

T1-feature
C5-misc