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

Move shared Balance struct to cw20 #118

Merged
merged 1 commit into from
Oct 12, 2020
Merged

Move shared Balance struct to cw20 #118

merged 1 commit into from
Oct 12, 2020

Conversation

maurolacy
Copy link
Contributor

Closes #115.

Copy link
Member

@ethanfrey ethanfrey left a comment

Choose a reason for hiding this comment

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

Great work. Thank you

@@ -1,4 +1,3 @@
pub mod balance;
Copy link
Member

Choose a reason for hiding this comment

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

You removed the reference, but I don't see the file removed in this diff

@@ -3,7 +3,8 @@ use serde::{Deserialize, Serialize};

use cosmwasm_std::Coin;
use cw0::NativeBalance;
use cw20::Cw20Coin;

use crate::Cw20Coin;
Copy link
Member

Choose a reason for hiding this comment

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

Ahh.... nevermind, it was moved to cw20. Excellent!

@ethanfrey ethanfrey merged commit 8a8058a into master Oct 12, 2020
@ethanfrey ethanfrey deleted the move-balance-struct branch October 12, 2020 16:55
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 dependency between cw20_escrow and cw20_atomic_swap
2 participants