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

Upgrade 0.16 -> 1.0.0-beta #2

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

webmaster128
Copy link
Contributor

This is an upgrade PR that solves the type issues with the new generic parameter for the custom query request.

It is based on commit 342d91d intentionally to allow me to see the full 0.16.0 -> 1.0.0-beta diff for the MIGRATING guide.

Ethan's suggestion to add the following aliases probably makes sense, but is a matter of taste and optional:

type Deps<'a> = cosmwasm_std::Deps<'a, CyberQueryWrapper>;
type DepsMut<'a> = cosmwasm_std::DepsMut<'a, CyberQueryWrapper>;

Feel free to pick from here or just close.

@cyborgshead cyborgshead marked this pull request as ready for review January 19, 2022 08:59
@cyborgshead cyborgshead merged commit cd54afb into cybercongress:main Apr 26, 2022
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.

None yet

2 participants