Bump to polkadot-v0.9.43 as a base for substrate related deps#940
Merged
dmitrylavrenov merged 22 commits intomasterfrom Mar 5, 2025
Merged
Bump to polkadot-v0.9.43 as a base for substrate related deps#940dmitrylavrenov merged 22 commits intomasterfrom
polkadot-v0.9.43 as a base for substrate related deps#940dmitrylavrenov merged 22 commits intomasterfrom
Conversation
ddaf6e6 to
850bae6
Compare
38f0bff to
d46c37e
Compare
d46c37e to
c07af5c
Compare
c07af5c to
f114e53
Compare
8064102 to
9224b6c
Compare
f398868 to
037a87b
Compare
184f897 to
1ed81c4
Compare
58c1004 to
12321fd
Compare
MOZGIII
reviewed
Nov 30, 2024
crates/pallet-balanced-currency-swap-bridges-initializer/src/lib.rs
Outdated
Show resolved
Hide resolved
…CLI options and remove backward compatible HTTP server
4e26dc7 to
f5e49a4
Compare
MOZGIII
approved these changes
Mar 4, 2025
There was a problem hiding this comment.
PR Overview
This PR updates the Substrate and Frontier dependencies to polkadot-v0.9.43 and adjusts various runtime weight values accordingly. Key changes include the generation of new weights for pallet_sudo, adjustment of execution time estimates and weight constants across multiple pallets, and updated Cargo.toml dependency tags.
Reviewed Changes
| File | Description |
|---|---|
| crates/humanode-runtime/src/weights/pallet_sudo.rs | New autogenerated weights for pallet_sudo added. |
| crates/humanode-runtime/src/weights/frame_system.rs | Updated weight constants and added the set_code() function. |
| crates/humanode-runtime/Cargo.toml | Updated benchmark list and dependency tags to v0.9.43. |
| crates/humanode-runtime/src/lib.rs | Updated runtime configuration to integrate pallet_sudo. |
| crates/humanode-runtime/src/weights/* | Minor weight adjustments across multiple pallets. |
| crates/humanode-peer/src/service/mod.rs | Refactored network configuration handling. |
| crates/humanode-peer/src/cli/config.rs | Simplified RPC URL building by using a single rpc_port. |
| Cargo.toml | Updated all Substrate and Frontier forks to v0.9.43. |
| crates/humanode-peer/src/service/frontier.rs | Simplified frontier directory resolution. |
Copilot reviewed 47 out of 47 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
crates/humanode-peer/src/service/frontier.rs:15
- Previously, a fallback was provided when config.base_path was not set. If config.base_path is optional, consider preserving the fallback logic to avoid potential runtime panics.
config.base_path.config_dir(config.chain_spec.id())
quasiyoke
approved these changes
Mar 5, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #923