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

Upgrade to Polkadot v1.1.0 #879

Merged
merged 73 commits into from
Nov 1, 2023
Merged

Upgrade to Polkadot v1.1.0 #879

merged 73 commits into from
Nov 1, 2023

Conversation

Gauthamastro
Copy link
Member

@Gauthamastro Gauthamastro commented Nov 1, 2023

Describe your changes

  1. Upgrade deps to polkadot-v1.1.0
  2. Fixes false positive error messages from off-chain workers
  3. Implement the client side and runtime changes for Polkapool
  4. Implement Asset Txn Payment to enable fee payment in other tokens than PDEX
  5. Fixes issues with gossip broadcast and networking

Issue ticket number and link

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.

serhii-temchenko and others added 20 commits October 27, 2023 17:24
## Describe your changes
After substrate version update in PR #870 weights of pallets should be
updated.
In this PR newly generated weights are provided. 

## Issue ticket number and link
[#241](Polkadex-Substrate/issue-tracker#241)

## Checklist before requesting a review
- [X] I have performed a self-review of my code.
- [X] If it is a core feature, I have added thorough tests.
- [X] I removed all Clippy and Formatting Warnings. 
- [X] I added required Copyrights.

~~:warning: Note that parachain related pallets weights (e.g.
`thea-council` and `xcm-helper`) didn't updated because of error:~~

> ~~Error: Input("Did not find the benchmarking metadata. This could
mean that you either did not build the node correctly with the
`--features runtime-benchmarks` flag, or the chain spec that you are
using was not created by a node that was compiled with the flag: Other:
Exported method Benchmark_benchmark_metadata is not found")~~

~~Even though `--features runtime-benchmarks` flag provided on the build
process.
@zktony please check this problem.~~ Fixed.
## Describe your changes
Merged Parachain repo.
- [x] Fix try-runtime error.
- [x] Generate new weights.
## Describe your changes
Update Transaction Payment - signed extra

## 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.
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

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

Comparison is base (bbe2ed9) 36.29% compared to head (5f0a92f) 36.12%.
Report is 7 commits behind head on mainnet-release.

Additional details and impacted files
@@                 Coverage Diff                 @@
##           mainnet-release     #879      +/-   ##
===================================================
- Coverage            36.29%   36.12%   -0.17%     
===================================================
  Files                   54       62       +8     
  Lines                 3257     3693     +436     
===================================================
+ Hits                  1182     1334     +152     
- Misses                2075     2359     +284     
Files Coverage Δ
client/src/lib.rs 0.00% <ø> (ø)
nodes/mainnet/src/chain_spec.rs 0.00% <ø> (ø)
pallets/liquidity/src/benchmarking.rs 0.00% <ø> (ø)
pallets/ocex/rpc/src/lib.rs 0.00% <ø> (ø)
pallets/ocex/src/benchmarking.rs 0.00% <ø> (ø)
pallets/ocex/src/storage.rs 75.60% <ø> (ø)
pallets/pdex-migration/src/lib.rs 79.82% <100.00%> (ø)
pallets/rewards/rpc/src/lib.rs 0.00% <ø> (ø)
pallets/rewards/src/benchmarking.rs 0.00% <ø> (ø)
pallets/rewards/src/lib.rs 59.18% <ø> (ø)
... and 30 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Gauthamastro Gauthamastro merged commit 192cfdf into mainnet-release Nov 1, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants