-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/lp v2 use gateway queue (#1943)
* liquidity-pools: Use LP gateway queue for inbound and outbound messages (wip) * tests: wip * lp-gateway-queue: Add TODO for benchmarks * lp-gateway: Add MaxEncodedLen of inbound Message * gateway: Move GatewayMessage to gateway pallet * integration-tests: Adapt existing tests to LP gateway queue usage, add specific inbound tests * integration-tests: Add LP gateway queue tests * unit-tests: Fix * integration-tests: Enable all runtimes for LP gateway queue tests * integration-tests: Skip the gateway queue for LP gateway router tests * integration-tests: Reduce visibility for LP utils module * integration-tests: Drop fudge from router evm tests * integration-tests: Drop fudge from foreign investments tests * lp-gateway: Replace DispatchResultWithPostInfo with (DispatchResult, Weight) * integration-tests: Fix LP tests (wip) * lp-gateway: Drop AddAssign * integration-tests: Fix failing tests * lp-gateway-queue: Add defensive weight to extrinsics * lp-gateway: Add defensive weight when processing inbound message * unit-tests: Update expected weight in LP gateway tests * lp: Add constants for LP defensive weights * deps: Add cfg-primitives * LP: Add and use LP_DEFENSIVE_WEIGHT * lp-gateway-queue: Drop benchmarks and use defensive weights instead
- Loading branch information
Showing
47 changed files
with
1,142 additions
and
1,342 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.