Skip to content

Conversation

@webmaster128
Copy link
Member

@webmaster128 webmaster128 commented Mar 20, 2025

Closes #2252

@webmaster128 webmaster128 marked this pull request as ready for review March 25, 2025 10:39
@webmaster128 webmaster128 force-pushed the all-balances branch 2 times, most recently from f10d040 to 8bdaf98 Compare March 25, 2025 13:18
Copy link
Contributor

@chipshort chipshort left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines -917 to +922
assert_eq!(report2.used_internally, 24140405);
assert_eq!(report2.used_internally, 17646125);
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, nice. The optimizer upgrade makes quite a difference

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah. But this is also due to an upgrade to latest cosmwasm-std, which changes the JSON serde library

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, true. I forgot about that one.

@chipshort chipshort merged commit 12c927d into main Apr 23, 2025
33 checks passed
@chipshort chipshort deleted the all-balances branch April 23, 2025 12:39
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.

Remove BankQuery::AllBalances

3 participants