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

♻️ Replace custom impl of Coins with cw_std Coins #33

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

NotJeremyLiu
Copy link
Member

@NotJeremyLiu NotJeremyLiu commented Jul 26, 2023

Closes: #22

This PR replaces our own custom implementation of a binary tree representations of multiple coins with the new Coins type and methods introduced in cosmwasm_std 1.3

@NotJeremyLiu NotJeremyLiu merged commit 53d2e0f into main Jul 26, 2023
@NotJeremyLiu NotJeremyLiu deleted the jl/use-cw_std-coins-instead-of-own-btree-impl branch July 26, 2023 22:09
@NotJeremyLiu NotJeremyLiu mentioned this pull request Jul 26, 2023
23 tasks
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.

Assess using cosmwasm_std 1.3 for the Coins binary tree type
1 participant