-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enhance node service and update parachain configurations #830
Conversation
…hain-nodes2' into fix/deploy-contract-using-hardhat
/describe |
/review |
PR Description updated to latest commit (528aeb0) |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
move here : #853 |
PR Type
enhancement, configuration changes
Description
RelayNumberMonotonicallyIncreases
in the parachain system configuration.Cargo.toml
files.Changes walkthrough 📝
2 files
service.rs
Update node service for relay chain slot and state proof
node/src/service.rs
Slot
andSlotDuration
.duration.
lib.rs
Define maximum block weight constant
primitives/src/lib.rs
WEIGHT_REF_TIME_PER_SECOND
to imports.MAXIMUM_BLOCK_WEIGHT
constant for block weight.4 files
aura.rs
Enable multiple blocks per slot in Aura config
runtime/laos/src/configs/aura.rs
AllowMultipleBlocksPerSlot
to true.cumulus_parachain_system.rs
Modify relay number check in parachain system config
runtime/laos/src/configs/cumulus_parachain_system.rs
RelayNumberMonotonicallyIncreases
.timestamp.rs
Adjust minimum period in timestamp config
runtime/laos/src/configs/timestamp.rs
MinimumPeriod
to 0.lib.rs
Update block time configuration
runtime/laos/src/lib.rs
MILLISECS_PER_BLOCK
to 6000.1 files
download_polkadot.sh
Update download directory comment in script
zombienet/download_polkadot.sh
2 files
Cargo.toml
Add new dependencies for parachain and relay chain
Cargo.toml
Cargo.toml
Update node workspace dependencies
node/Cargo.toml