Skip to content

Bump to polkadot-v0.9.43 as a base for substrate related deps#940

Merged
dmitrylavrenov merged 22 commits intomasterfrom
polkadot-v0.9.43
Mar 5, 2025
Merged

Bump to polkadot-v0.9.43 as a base for substrate related deps#940
dmitrylavrenov merged 22 commits intomasterfrom
polkadot-v0.9.43

Conversation

@dmitrylavrenov
Copy link
Contributor

@dmitrylavrenov dmitrylavrenov commented Mar 13, 2024

Closes #923

@dmitrylavrenov dmitrylavrenov force-pushed the polkadot-v0.9.43 branch 5 times, most recently from ddaf6e6 to 850bae6 Compare March 18, 2024 11:59
@dmitrylavrenov dmitrylavrenov changed the base branch from master to polkadot-v0.9.42 June 7, 2024 08:17
@dmitrylavrenov dmitrylavrenov changed the base branch from polkadot-v0.9.42 to master June 7, 2024 08:22
@dmitrylavrenov dmitrylavrenov force-pushed the polkadot-v0.9.43 branch 4 times, most recently from 8064102 to 9224b6c Compare October 22, 2024 15:17
@dmitrylavrenov dmitrylavrenov force-pushed the polkadot-v0.9.43 branch 6 times, most recently from f398868 to 037a87b Compare October 31, 2024 14:05
@dmitrylavrenov dmitrylavrenov force-pushed the polkadot-v0.9.43 branch 5 times, most recently from 58c1004 to 12321fd Compare November 25, 2024 11:10
@dmitrylavrenov dmitrylavrenov force-pushed the polkadot-v0.9.43 branch 6 times, most recently from 4e26dc7 to f5e49a4 Compare March 4, 2025 20:59
@MOZGIII MOZGIII requested a review from Copilot March 4, 2025 23:02
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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())

@dmitrylavrenov dmitrylavrenov added this pull request to the merge queue Mar 5, 2025
Merged via the queue into master with commit 17b204e Mar 5, 2025
51 of 63 checks passed
@dmitrylavrenov dmitrylavrenov deleted the polkadot-v0.9.43 branch March 5, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Tracking issue to bump substrate related deps to polkadot-v0.9.43

4 participants