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

use v2 of cosmwasm-std #22

Closed
wants to merge 8 commits into from
Closed

Conversation

PFC-developer
Copy link

trying start a project with 2.0 of the sdk, and this was bringing in old packages

points of interest:

  • upgraded to 2.0 versions of packages
  • changed version# to reflect the v2.0
  • some lifetimes are now static, from 'a
  • upgraded to Syn v2 (derive stuff)
  • moved to properly formed bech32 addresses, as code actually validates their validity (not sure if there is my issue or a 2.0 one)

tests pass.
didn't run format (as you have very precise formatting, and didn't want to ruin it)

Copy link

@ratik ratik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just some redundant spaces

packages/optional-indexes/src/unique.rs Outdated Show resolved Hide resolved
packages/item-set/src/lib.rs Outdated Show resolved Hide resolved
packages/paginate/src/lib.rs Outdated Show resolved Hide resolved
packages/paginate/src/lib.rs Outdated Show resolved Hide resolved
packages/paginate/src/lib.rs Outdated Show resolved Hide resolved
PFC-developer and others added 5 commits April 8, 2024 09:40
Co-authored-by: Sergey R <serg.s.r@gmail.com>
Co-authored-by: Sergey R <serg.s.r@gmail.com>
Co-authored-by: Sergey R <serg.s.r@gmail.com>
Co-authored-by: Sergey R <serg.s.r@gmail.com>
Co-authored-by: Sergey R <serg.s.r@gmail.com>
@PFC-developer
Copy link
Author

closing as #23 seemed to have accomplished the same thing

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.

2 participants