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
This is actually not directly related to confidential tokens implementation.
We wanted to change the way the extended message was being computed to follow best practices like domain separation and framing when signing a message.
Reviewers agreed that this is an improvement.
To avoid toggling explicitly on block version values, we could treat this as a feature use_merlin_extended_message_digest or something, which can happen at the same time as the token id change. We need to describe this in an MCIP, either MCIP 25 or another MCIP.
The text was updated successfully, but these errors were encountered:
Shouldn't this use the
BlockVersion::has_feature()
API?Originally posted by @jcape in #1700 (comment)
In confidential token ids PR, we added this code:
This is actually not directly related to confidential tokens implementation.
We wanted to change the way the extended message was being computed to follow best practices like domain separation and framing when signing a message.
Reviewers agreed that this is an improvement.
To avoid toggling explicitly on block version values, we could treat this as a feature
use_merlin_extended_message_digest
or something, which can happen at the same time as the token id change. We need to describe this in an MCIP, either MCIP 25 or another MCIP.The text was updated successfully, but these errors were encountered: