-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make rococo relaychain work as shielding target (#1546)
* add rococo-runtime as target-a * cleanup * bump pallets to get multi-instance parentchain pallet * support all parentchain instances * fix lockfile with downgrades * only create shard vault on one parentchain, based on --shielding-target * implemented setting shard_vault in stf pallet_parentchain. trouble with type argument * trouble solved * ensure write once for shard vault * shard vault management with parentchain pallets completed * clippy * ensure shielding only happens from single assigned parentchain * clippy * reduce proxy funding to make it work with rococo relay settings too * make block importer and indirect executor aware of their parentchain_id and avoid sending confirmations to non-integritee parentchains * hardcode STF parentchain to TargetA -> unshielding works * SCV will use StfExecutor from vault target for STF to use * fix enclave tests * fix tests * clippy * dynamic account funding based on api fee estimates * make work if no teerex pallet present (target_a * clippy * review fixes
- Loading branch information
Showing
52 changed files
with
761 additions
and
331 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.