-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #885
Develop #885
Conversation
## Describe your changes 1. Solves Polkadex-Substrate/orderbook#872 2. Swap deposit tokens for ED in PDEX automatically 3. Ability to pay withdrawal fees in tokens 4. Claim callable by anyone. ## Issue ticket number and link ## Checklist before requesting a review - [x] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [x] I removed all Clippy and Formatting Warnings. - [x] I added required Copyrights.
## Describe your changes Added test cases to test swap features ## Issue ticket number and link #881
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## mainnet-release #885 +/- ##
===================================================
+ Coverage 36.12% 37.52% +1.39%
===================================================
Files 62 62
Lines 3693 3750 +57
===================================================
+ Hits 1334 1407 +73
+ Misses 2359 2343 -16 ☔ View full report in Codecov by Sentry. |
## Describe your changes The recent substrate upgrade broke our Orderbook offchain RPCs. This PR fixes that. ## Checklist before requesting a review - [x] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [x] I removed all Clippy and Formatting Warnings. - [x] I added required Copyrights.
Describe your changes
v5.4.0 runtime release
spec_version: 312
Checklist before requesting a review