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

After https://github.com/AcalaNetwork/Acala/issues/2299 Update module-aggregated-dex to take an additional swap fee and send it to module-partner. The swap fee should be stored in storage and allow governance to update it. In...

T1-feature
C2-dex

## New Release Details: - Scope: Runtime Only - Network: Acala - Client Version: v2.9.1 - Runtime Version: 2091 - Release Branch: [release-acala-2.9.1](https://github.com/AcalaNetwork/Acala/tree/release-acala-2.9.1) - Diff: https://github.com/AcalaNetwork/Acala/compare/release-acala-2.9.0...release-acala-2.9.1 - Substrate version: [e8a7d161](https://github.com/paritytech/substrate/tree/e8a7d161)...

a-release

## New Release Details: - Scope: Runtime Only - Network: Karura - Client Version: v2.9.1 - Runtime Version: 2091 - Release Branch: [release-karura-2.9.1](https://github.com/AcalaNetwork/Acala/tree/release-karura-2.9.1) - Diff: https://github.com/AcalaNetwork/Acala/compare/release-karura-2.9.0...release-karura-2.9.1 - Substrate version: [e8a7d161](https://github.com/paritytech/substrate/tree/e8a7d161)...

a-release

* Base branch is liquidation_improvement(https://github.com/AcalaNetwork/Acala/pull/2164) merged into fee_distribution. * Honzon 's liquidation penalty from all sources (liquidate via DEX, LP withdrawal, Contract and Auction) goes to OnFeeDeposit. * Liquidation's Base...

This https://github.com/AcalaNetwork/Acala/pull/2237 introduce Erc20 as fee token, but can't used in Evm reserve/unreserve storage: https://github.com/AcalaNetwork/Acala/blob/92b83a8a5e80bf06231a54e3f4acd3c126fa2f5b/modules/evm/src/lib.rs#L1609-L1625 We need a way to manual specify erc20 contract address be using as reserve fee...

https://github.com/paritytech/substrate/issues/11891#issuecomment-1193826008

T2-optimization
C6-evm

GeneralKey will only be 32 bytes and our CurrencyId can be more than that so we need to support two modes: - For encoded length 32, register it into asset...

Add `0x3a7472616e73616374696f6e5f6c6576656c3a` to benchmark whitelist, which is `:transaction_level:` that used to track transactional nesting level.

T2-optimization
C5-misc

add an issue to update this later _Originally posted by @xlc in https://github.com/AcalaNetwork/Acala/pull/2273#discussion_r926379933_