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
Currently, the staking-miner uses an "approximation" where it doesn't know when the SignedPhase starts and ends. Ideally the transaction should only live for the SignedPhase and for example for the last block in the SignedPhase the mortality should only be one block.
Not the SignedPhase::get() as it's currently.
The text was updated successfully, but these errors were encountered:
Currently, the staking-miner uses an "approximation" where it doesn't know when the SignedPhase starts and ends. Ideally the transaction should only live for the
SignedPhase
and for example for the last block in the SignedPhase the mortality should only be one block.Not the
SignedPhase::get()
as it's currently.The text was updated successfully, but these errors were encountered: