-
Notifications
You must be signed in to change notification settings - Fork 338
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 message_info and deprecate mock_info #2160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, just two minor things.
IMHO, this looks good now, just changelog and migrating entry. |
@mergify backport release/2.0 |
✅ Backports have been created
|
I guess the text is good enough for merge now. We can improve it later when I updates the upgrade PR in the nois-contracts repo. |
Add message_info and deprecate mock_info (backport #2160)
3 reasons for this:
Addr
instances and don't want to call.as_str()
all the timemock_info
is unsafe as it internally usesAddr::unchecked
TODO: