-
Notifications
You must be signed in to change notification settings - Fork 90
Refactoring TEE Worker and RRSC Implementation, Upgrading Gramine Framework
#450
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
Merged
Conversation
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
…oSolver, and copying `BABE`'s code to implement it is actually not advisable
1. Refactor the RRSC vote resolver and back to BABE consensus. 2. Introduce BEEFY consensus to support the use of Light-Client. 3. Introducing Light-Client to address the trustless block synchronization issue in `ceseal`. 4. Reconstruct the block synchronization, inter-chain communication, and code structure of `ceseal`.
…lation to reduce feature chain dependencies
…e2412-6` instead of volatile branch to track `polkadot-sdk`) The latest release tag for `stable2412` is `polkadot-stable2412-7`. Testing has shown that updating to this version causes frequent errors in RPC calls from light clients (`smoldot`) and existing client SDK code. This may be because this version uses `litep2p` as the default library for `substrate`. watch this: paritytech/polkadot-sdk#8461
…-codec` to `3.7.5` and some scale relative crates
…le-codec` crate updated
…independent repository
democ98
approved these changes
Aug 13, 2025
ytqaljn
approved these changes
Aug 13, 2025
This was referenced Aug 14, 2025
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.
Features:
RRSCconsensus implementation: extend based onBABEconsensus instead of duplicating codeBEEFYconsensusTEE Worker: integrateLight-Clientto sync blocks and optimize its interaction with the on-chain networkGramineframework version to1.9Ubuntu-22,Debian-12Issues Resolved:
RRSCcode after upgradingpolkadot-sdkTEE Workercaused by flaws in the block synchronization mechanismTEE Workerafter thepolkadot-sdkupgradeRRSC#436 Bug: ceseal seems hang up when dns probe failed #433 A fatal error occurs when TEE is started. #410Impact
testnetcannot be upgraded directlytestnetonly need to redirect to the migrated new chainRelease Plan
testnetmigration acceptance testing is completed