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

Issue154 upgrade smart contracts to provwasm 2.0.0 #159

Merged
merged 6 commits into from
Aug 25, 2023

Conversation

leeduan
Copy link
Member

@leeduan leeduan commented Jul 11, 2023

@leeduan
Copy link
Member Author

leeduan commented Jul 11, 2023

@EasyEtHP4 / @kherzinger-figure FYI - relevant while you are still on the smart contract

.mock_querier
.update_balance("customer", vec![dcc]);

// TODO - fix test since mock response returns same result no matter the input
Copy link
Member Author

Choose a reason for hiding this comment

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

waiting on resolution from provwasm team about mocking not considering the inputs of the query

@@ -1739,9 +2010,30 @@ mod tests {
)
.unwrap();

// TODO - fix mock response so it is only returnable for checking bank2 and not bank1
Copy link
Member Author

Choose a reason for hiding this comment

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

waiting on resolution from provwasm team about mocking not considering the inputs of the query

jtalis
jtalis previously approved these changes Jul 13, 2023
cw2 = "1.0.1"
provwasm-std = { version = "1.1.2" }
provwasm-std = { version = "2.0.0-rc1" }
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

for some reason they never published it on crate...

smart-contract/src/contract.rs Outdated Show resolved Hide resolved
smart-contract/src/contract.rs Outdated Show resolved Hide resolved
@leeduan leeduan marked this pull request as ready for review August 25, 2023 12:56
@leeduan leeduan merged commit 14d156d into main Aug 25, 2023
@leeduan leeduan linked an issue Aug 25, 2023 that may be closed by this pull request
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.

Upgrade to provwasm v2.0.0
2 participants