-
Notifications
You must be signed in to change notification settings - Fork 12
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
add dispatchable filtering for PoA mainnet launch #35
Comments
Add vesting pallet to node |
If we suppress all balances call, as is done in the parachain, we can't start the worker:
|
What about the treasury calls? |
filter treasury calls too |
And what about the balances call? And this error?
|
When we launch a standalone mainnet, we don't want users to be able to send extrinsics immediately. Especially token actions need to be suppressed before the official token generation event
as done for parachain:
https://github.com/integritee-network/parachain/blob/75650f539c07de174ef6d4e0cd2c60347907fc30/polkadot-parachains/shell-runtime/src/lib.rs#L153-L161
But please disable all
Vesting
calls, not onlyvested_transfer
The text was updated successfully, but these errors were encountered: