serai/processor/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
..
multisigs November 2023 - Rust Nightly Update (#413) 2023-11-03 05:28:07 -04:00
networks log::debug all Monero RPC errors 2023-11-05 00:02:58 -04:00
tests Add Dex pallet (#407) 2023-11-05 12:02:34 -05:00
additional_key.rs Replace "coin" with "network" 2023-07-30 16:11:30 -04:00
coordinator.rs Simply Coordinator/Processors::send by accepting impl Into *Message 2023-09-29 04:19:59 -04:00
db.rs Add support for multiple multisigs to the processor (#377) 2023-09-25 09:48:15 -04:00
key_gen.rs Database Macro (#408) 2023-11-05 09:47:24 -05:00
lib.rs Replace "coin" with "network" 2023-07-30 16:11:30 -04:00
main.rs Support multiple key shares per validator (#416) 2023-11-04 19:26:13 -04:00
plan.rs Don't mutate Plans when signing 2023-10-20 10:56:18 -04:00
signer.rs Support multiple key shares per validator (#416) 2023-11-04 19:26:13 -04:00
substrate_signer.rs Support multiple key shares per validator (#416) 2023-11-04 19:26:13 -04:00