-
Notifications
You must be signed in to change notification settings - Fork 11
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 tg4-group
contract
#105
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.
Minor comments.
@@ -0,0 +1,606 @@ | |||
use crate::ContractError::Unauthorized; |
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 assume this file/contract is mostly copied from cw-plus with s/weight/points
renamed?
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.
That, plus introducing the TgradeMsg
binding. Plus adapting the hooks to tg-utils (based on the tg4-engagement impl)
Co-authored-by: Jakub Bogucki <[email protected]>
Co-authored-by: Jakub Bogucki <[email protected]>
Based on
cw4-group
. Adapted totgrade-bindings
(TgradeMsg
), andtgrade-utils
hooks.Publishing as Draft, as tests are still failing.(fixed)