You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no longer a plan to support direct manipulation of the staking accounts from the runtimes (in order to isolate the runtimes from corrupting the consensus layer).
To reduce complexity, we should remove the staking-related roothash messages. The general roothash message mechanism can stay as-is since it may be useful in the future, but any commits with non-empty messages should be rejected for now.
The text was updated successfully, but these errors were encountered:
We previously left the total supply inconsistent when transferring
tokens to/from a runtime. Fix that to adjust the total supply
accordingly when transferring.
It was also proposed to move these transferred tokens to/from
per-runtime holding areas for bookkeeping. That remains a good
idea.
It's proposed in #2377 to dismantle this whole runtime transfer
system. So with any luck, none of this will be used after all.
We previously left the total supply inconsistent when transferring
tokens to/from a runtime. Fix that to adjust the total supply
accordingly when transferring.
It was also proposed to move these transferred tokens to/from
per-runtime holding areas for bookkeeping. That remains a good
idea.
It's proposed in #2377 to dismantle this whole runtime transfer
system. So with any luck, none of this will be used after all.
We previously left the total supply inconsistent when transferring
tokens to/from a runtime. Fix that to adjust the total supply
accordingly when transferring.
It was also proposed to move these transferred tokens to/from
per-runtime holding areas for bookkeeping. That remains a good
idea.
It's proposed in #2377 to dismantle this whole runtime transfer
system. So with any luck, none of this will be used after all.
There is no longer a plan to support direct manipulation of the staking accounts from the runtimes (in order to isolate the runtimes from corrupting the consensus layer).
To reduce complexity, we should remove the staking-related roothash messages. The general roothash message mechanism can stay as-is since it may be useful in the future, but any commits with non-empty messages should be rejected for now.
The text was updated successfully, but these errors were encountered: