-
Notifications
You must be signed in to change notification settings - Fork 355
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
Cw3 fixed multisig #91
Conversation
2b32808
to
a7fcee2
Compare
@maurolacy this is a super rough draft, but if you want to take a quick look and let me know if I forgot any error cases or such, please do so. |
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.
Logic looks good to me.
Thanks for the feedback. I will update the spec in some places, code in others |
73696f3
to
bee924b
Compare
@maurolacy I think I finished all logic and updated it with your feedback When you have time, can you start writing some unit tests (also for the logic I added in cw0)? Just make a branch and push the commits when you finish them. I will merge them in and add some more tests myself possibly. Thanks |
library = [] | ||
|
||
[dependencies] | ||
cosmwasm-std = { version = "0.10.1", features = ["iterator"] } |
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.
Added task migration to issue #96
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.
Hi, better to do that in another MR in my opinion.
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.
Yes, let us merge this first (and the nft contract) before migrating to 0.11.
For contract obligations, I need #97 and would like this PR to be merged (0.10.x compatible) before end of month, and published as 0.2.2. Once those are merged, let's get the 0.11 branch going and prepare a 0.3.0 release.
Unit tests for cw3-fixed-multisig
I just gotta fix up the readme, then this is ready for merge. Last reviews welcome |
Closes #8
Status:
TODO: