Skip to content
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

Migrate cw3-fixed-multisig #119

Merged
merged 13 commits into from
Oct 12, 2020
Merged

Migrate cw3-fixed-multisig #119

merged 13 commits into from
Oct 12, 2020

Conversation

ethanfrey
Copy link
Member

@ethanfrey ethanfrey commented Oct 12, 2020

Follow up from #116

cw3-fixed-multisig now uses cw-storage-plus. Since it made heavy use of integer keys in the Buckets, this pushed for a lot of API extensions, to allow such keys to work. As well as many helpers for creating bounds for dynamic range queries (from options) for pagination. Good stuff to pull in.

Api is untouched. As soon as the code compiled, all tests passed 😄 Gotta love the Rust compiler as a QA partner.

Now that CosmWasm/wasmd#290 validated the bounds as expected, happy to merge.

@ethanfrey ethanfrey merged commit 4fc0929 into master Oct 12, 2020
@ethanfrey ethanfrey deleted the migrate-cw3-fixed-multisig branch October 12, 2020 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant