-
Notifications
You must be signed in to change notification settings - Fork 47
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
make rococo relaychain work as shielding target #1546
Conversation
27b8980
to
b6e30d3
Compare
seems to work for parachain target_A, but for rococo-relay, I ran int: #1547 |
…id and avoid sending confirmations to non-integritee parentchains
M6 fails for shard vault because the enclave is not a proxy of vault. seems to be a bug in defaulting to Integritee as shielding-target... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments, but all in all it looks great! I actually thought, this will be harder to achieve.
closes #1539
use rococo relay chain for shielding/unshielding and ROC as native token on sidechain
--shielding-target
(See let STF access metadata for all parentchains #1568 for context)goals:
abort if cli argument conflicts with pre-initialized shardleftover task: test target_a provisioning completeness #1569testing
Goal: perform ROC shielding from local rococo relay to sidechain and unshield back to rococo relay
expected failures
start seconf SCV without target_a specified
./integritee-service -c -u ws://172.17.0.1 -d ./worker2 -P 3000 -w 3001 -r 3444 -h 4546 run --skip-ra --dev &> worker2-rococo.log
now, we supply target_a endpoint, but still omit
--shielding-target
. this should fail tooit does fail, but for the wrong reason:
this shall be fixed elsewhere: Rococo-runtime as target-a panics upon parentchain sync #1547
next step would be to supply a correct
--shielding-target
and then it should work, even if we shut down SCV1 and retry the shielding-unshielding cycle. Left for #1569