Skip to content
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

review shell runtime for polkadot parathread #142

Closed
brenzi opened this issue Jul 5, 2022 · 1 comment
Closed

review shell runtime for polkadot parathread #142

brenzi opened this issue Jul 5, 2022 · 1 comment
Assignees

Comments

@brenzi
Copy link
Collaborator

brenzi commented Jul 5, 2022

check if the shell is still how we would use it for our second TEER L1

  • total supply must me just a few TEER
  • extrinsics should be filtered entirely - except for sudo
@brenzi brenzi self-assigned this Jul 5, 2022
@brenzi
Copy link
Collaborator Author

brenzi commented Jul 6, 2022

checked:

  • runtime pallet indices in line with integritee-runtime
  • rotated sudo key to be fresh
  • bumped spec version to V4
  • tx calls are filtered
  • chain spec integritee-polkadot-fresh will generate a new shell genesis aimed at polkadot with
    • Paraid 2039
    • IntegriteeKeys and authorities
    • 10 TEER total issuance (should be burned on integritee-kusama once launched)
  • generated fresh polkadot genesis

tested local setup with
polkadot-launch launch-rococo-local-with-shell.json, changing chainspec to shell-rococo-local to get IntegriteeKeys

  • blocks produced after injecting authority key

  • sudo can forceTransfer (and sudo key is correct)

  • Alice can't transfer (call filtered)

  • as this doesn't REALLY test the new regenesis spec for polkadot, checked that new sudo key hex appears in genesis:0x26aab2e309d9fd4a04c58d37aaba04272a25720612128d36b125397c924b2053

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant