serai/substrate/primitives/src
akildemir 899a9604e1
Add Dex pallet (#407)
* Move pallet-asset-conversion

* update licensing

* initial integration

* Integrate Currency & Assets types

* integrate liquidity tokens

* fmt

* integrate dex pallet tests

* fmt

* compilation error fixes

* integrate dex benchmarks

* fmt

* cargo clippy

* replace all occurrences of "asset" with "coin"

* add the actual add liq/swap logic to in-instructions

* add client side & tests

* fix deny

* Lint and changes

- Renames InInstruction::AddLiquidity to InInstruction::SwapAndAddLiquidity
- Makes create_pool an internal function
- Makes dex-pallet exclusively create pools against a native coin
- Removes various fees
- Adds new crates to GH workflow

* Fix rebase artifacts

* Correct other rebase artifact

* Correct CI specification for liquidity-tokens

* Correct primitives' test to the standardized pallet account scheme

---------

Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
2023-11-05 12:02:34 -05:00
..
account.rs Coins pallet (#399) 2023-10-19 06:22:21 -04:00
amount.rs Update substrate 2023-07-18 22:30:55 -04:00
balance.rs Update substrate 2023-07-18 22:30:55 -04:00
block.rs Update substrate 2023-07-18 22:30:55 -04:00
lib.rs Increase MAX_ADDRESS_LEN 2023-08-21 02:56:10 -04:00
networks.rs Add Dex pallet (#407) 2023-11-05 12:02:34 -05:00