-
Notifications
You must be signed in to change notification settings - Fork 75
feat(gov): open gov sudo(root) in picasso #4086
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
Conversation
Pull reviewers statsStats of the last 30 days for composable:
|
# run Composable node
nix run "github:ComposableFi/composable/refs/pull/4086/merge" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed# run local Picasso DevNet (for CosmWasm development)
nix run "github:ComposableFi/composable/refs/pull/4086/merge#devnet-picasso" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed # CosmWasm on Substrate CLI tool
nix run "github:ComposableFi/composable/refs/pull/4086/merge#ccw" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed # run cross chain devnet with Dotsama and Cosmos nodes
nix run "github:ComposableFi/composable/refs/pull/4086/merge#devnet-xc-fresh" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed
# or same with docker
nix build "github:ComposableFi/composable/refs/pull/4086/merge#devnet-xc-image" --allow-import-from-derivation --extra-experimental-features "flakes nix-command" --no-sandbox --accept-flake-config --option sandbox relaxed \
&& docker load --input result && docker run -it --entrypoint bash devnet-xc:latest -c /bin/devnet-xc-fresh |
|
stale-pr |
|
stale-pr |
|
cc @kkast . closing this. please reopen or start when when you really will start. |
|
OpenGov implementation: New instance of balances pallet to control Gov Token 2 tracks: Sudo track and Whitelist track On both composable and picasso: On picasso: any pica holder can create referendum: to create they need submission deposit equal to 500k pica. then depending on referenda they need different deposit in pica for root they need 500k Pica, for whitelist they need 50k Pica. On composable: only member of native council can create referenda because we dont have LAYR token released. Thus Submission and Deposits are 0 on composable. Because pokadot.js page is using native token balances pallet, support curve on referenda page is going to be off. To get real support we need to check opengovbalances total issuance and support value for referenda in Referenda.ReferendumInfoFor For convocation voting pallet: VoteLockingPeriod is 0 so that tokens wont be locked after referenda and could be claimed immediately after. Next stages during the release: Tracks’ Curves for Sudo and Whitelist are the same as for Kusama&Polkadot https://guide.kusama.network/docs/maintain-guides-polkadot-opengov/#whitelisted-caller Resources: |
|
we need tech collective to cancel once without slashing? |
|
composable: picasso: |
386e595 to
e1439c4
Compare
|
approved |
|
stale-pr |
kkast
left a comment
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.
approved
Required for merge:
pr-workflow-check / draft-release-checkis ✅ successMakes review faster:
misclabel if it should not be in release notesReviewers@) or used other form of notification of one person who I think can handle best review of this PR