Skip to content
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

Merged
merged 34 commits into from
Dec 6, 2023
Merged

Develop #885

merged 34 commits into from
Dec 6, 2023

Conversation

Gauthamastro
Copy link
Member

@Gauthamastro Gauthamastro commented Dec 4, 2023

Describe your changes

v5.4.0 runtime release
spec_version: 312

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • I removed all Clippy and Formatting Warnings.
  • I added required Copyrights.

Gauthamastro and others added 23 commits November 3, 2023 11:27
## 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
@Gauthamastro Gauthamastro added the A0-PleaseReview Pull request needs code review. label Dec 4, 2023
Copy link

codecov bot commented Dec 4, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (5f0a92f) 36.12% compared to head (d803ec1) 37.52%.
Report is 4 commits behind head on mainnet-release.

❗ Current head d803ec1 differs from pull request most recent head 5974f72. Consider uploading reports for the commit 5974f72 to get more accurate results

Files Patch % Lines
primitives/polkadex/src/assets.rs 70.58% 5 Missing ⚠️
runtimes/mainnet/src/lib.rs 0.00% 3 Missing ⚠️
pallets/thea-executor/src/lib.rs 96.22% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Gauthamastro and others added 6 commits December 5, 2023 13:33
## 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.
@Gauthamastro Gauthamastro merged commit f140059 into mainnet-release Dec 6, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-PleaseReview Pull request needs code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants