-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: rework proposal messages #2203
Conversation
and MsgGovUpdateQuota
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.
LGTM
Only one suggestion like , if you want remove title and description then remove it , no need for description again for emergency txn , anyway we can retrive from metadata field
@gsk967 I think description is needed for Emergency Group, because otherwise there is no way to explain the context. I think that should be on chain. |
…l-cleanup' into robert/ugov-proposal-cleanup
Codecov Report
@@ Coverage Diff @@
## main #2203 +/- ##
==========================================
- Coverage 75.38% 70.36% -5.03%
==========================================
Files 100 165 +65
Lines 8025 12594 +4569
==========================================
+ Hits 6050 8862 +2812
- Misses 1589 3141 +1552
- Partials 386 591 +205
|
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.
LGTM
@robert-zaremba I need one final confirmation , are you sure all explorers (pingpub/mintscan) showing proposal title and description from metadata
feild ?
@gsk967 pingpub and mintscan yes, other I don't know, they should. |
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.
I have a preference for using memo for emergency groups instead of sometimes using description and sometimes not. It's not a strong preference though
We will have to make sure (during a testnet) that when running this code against existing networks that we don't get problems such as unknown field: title
when querying previous MsgGovUpdateRegistry
which have that field.
@toteki and |
Description
Considerations
memo
instead of descriptionmemo
for non x/gov proposals.