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

Follow up #1423 - [x] More unit tests - [x] Verify every single byte in the transaction is covered by signature - [ ] https://github.com/AcalaNetwork/Acala/blob/4e1f574724871fbed3a74dfcc39dca1b0c0f78ea/primitives/src/unchecked_extrinsic.rs#L126 - [x] https://github.com/AcalaNetwork/Acala/blob/4e1f574724871fbed3a74dfcc39dca1b0c0f78ea/primitives/src/unchecked_extrinsic.rs#L215 - [x]...

T4-tests
C5-misc
T5-maintenance

Added a new module called PRT (Perpetual Relaychain Tokens). This module interfaces with the Gilt module on Kusama/Polkadot, and allow Gilt holders to mint and own a NFT, when the...

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

The weight of the extra swap action should be considered.

T2-optimization
C5-misc

Currently the Homa pallet required the on_initialized hook to be called before ParachainSystem. Need to revisit all the on_initialized hook in our runtime (including the one in upstream) and ensure...

T4-tests
C5-misc

https://github.com/paritytech/substrate/pull/10692 Also needs to make sure wasm are built with those flags

https://github.com/paritytech/substrate/pull/10626 We should be able to convert some of our code to use the new trait.

T2-optimization
C5-misc

The tokens stats chart, for example [KAR stats](https://stats.karura.network/tokens/KAR) keep showing old stats, as if it wasn't updated. **Expected Behavior** We should see a period of time ending with the current...

relates to: https://github.com/AcalaNetwork/Acala/issues/1773 the `asset-registry` module could used for not only statemine/statemint assets, but also sibling token(i.e BNC, PHA etc). thus for new sibling token onboard to acala, now we...

R3-low