-
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 Runtime with Async Backing and Updated Configurations #853
Merged
Conversation
This file contains 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
…hain-nodes2' into fix/deploy-contract-using-hardhat
/describe |
/describe |
github-actions
bot
changed the title
Async backing: Enhance Node Service and Runtime with Updated Consensus and Slot Handling
Enhance Node Service and Runtime with Async Backing and Updated Configurations
Nov 4, 2024
PR Description updated to latest commit (0050b26) |
magecnion
reviewed
Nov 5, 2024
magecnion
reviewed
Nov 5, 2024
Closed
luispdm
reviewed
Nov 5, 2024
Co-authored-by: Luigi di Girolamo <17044119+luispdm@users.noreply.github.com>
magecnion
approved these changes
Nov 5, 2024
luispdm
approved these changes
Nov 5, 2024
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.
PR Type
Enhancement, Tests
Description
Changes walkthrough 📝
19 files
laos.rs
Update vesting configuration for predefined accounts
node/src/chain_spec/laos.rs
service.rs
Enhance node service with updated slot handling
node/src/service.rs
lib.rs
Update block weight constants and tests
primitives/src/lib.rs
aura.rs
Modify Aura configuration for slot handling
runtime/laos/src/configs/aura.rs
collective.rs
Update collective configuration imports
runtime/laos/src/configs/collective.rs
cumulus_parachain_system.rs
Update parachain system configuration
runtime/laos/src/configs/cumulus_parachain_system.rs
democracy.rs
Update democracy configuration and tests
runtime/laos/src/configs/democracy.rs
election_phragmen.rs
Update election phragmen configuration imports
runtime/laos/src/configs/election_phragmen.rs
evm.rs
Update EVM configuration tests
runtime/laos/src/configs/evm.rs
identity.rs
Update identity configuration imports
runtime/laos/src/configs/identity.rs
mod.rs
Modify module visibility for parachain system
runtime/laos/src/configs/mod.rs
parachain_staking.rs
Update parachain staking configuration
runtime/laos/src/configs/parachain_staking.rs
scheduler.rs
Update scheduler configuration imports
runtime/laos/src/configs/scheduler.rs
timestamp.rs
Update timestamp configuration
runtime/laos/src/configs/timestamp.rs
treasury.rs
Update treasury configuration imports
runtime/laos/src/configs/treasury.rs
vesting.rs
Update vesting configuration
runtime/laos/src/configs/vesting.rs
lib.rs
Update runtime constants and implement Aura API
runtime/laos/src/lib.rs
async_backing.rs
Implement async backing migration with tests
runtime/laos/src/migrations/async_backing.rs
mod.rs
Add async backing migration
runtime/laos/src/migrations/mod.rs
2 files
mod.rs
Update runtime tests for block limits and vesting
runtime/laos/src/tests/mod.rs
test-vesting.ts
Update vesting tests for new configuration
e2e-tests/tests/test-vesting.ts
1 files
download_polkadot.sh
Update download script comments
zombienet/download_polkadot.sh
1 files
build.yml
Enhance logging in build workflow
.github/workflows/build.yml
4 files
Cargo.toml
Update dependencies for parachain inherent and aura
Cargo.toml
package-lock.json
Update Truffle dependency version
e2e-tests/package-lock.json
Cargo.toml
Update node workspace dependencies
node/Cargo.toml
Cargo.toml
Update runtime Cargo features
runtime/laos/Cargo.toml
1 files
metadata15.golden
Update runtime metadata
runtime/laos/src/tests/metadata15.golden