Make epoch
non optional in RegisterSignerMessage
#1956
Labels
refactoring 🛠️
Code refactoring and enhancements
epoch
non optional in RegisterSignerMessage
#1956
Why
The
epoch
field of theRegisterSignerMessage
is optional but sent by all the signers from distribution2318
. We want to make it non optional.Note
The signer version released with
2318
distribution is0.2.36
which is not run any more by any signer in therelease-mainnet
network. Thus it is not considered as a breaking-change.What
Make the
epoch
field non optional inRegisterSignerMessage
(marked byera_deprecate!("make epoch of RegisterSignerMessage not optional");
in the code.How
epoch
field non optional inRegisterSignerMessage
The text was updated successfully, but these errors were encountered: