-
Notifications
You must be signed in to change notification settings - Fork 321
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 Balance out of keychain #1175
Move Balance out of keychain #1175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for taking a crack at this! However, we want to move the actual definition of Balance
to lib.rs
. Currently, you are just doing a re-export.
Hey @evanlinjin, thanks for your feedback! I'm new to Rust development, but I see that |
My bad, I see the issue seems to suggest reexporting. However, I don't think cc. @danielabrozzoni |
Sorry @evanlinjin, I initially thought you meant to just re-export Balance, my issue was wrongly phrased. I agree with Evan that having I also agree with @acerbisgianluca that having it inside From a quick |
After a chat with @danielabrozzoni, we concluded that it'll be better to defer these decisions. I also mentioned that I'm also not a fan of the Let's continue discussion on the ticket and make sure we all agree before moving forwards. Please also provide your thoughts there! |
Moved to alpha.4 since this is a functional change we should figure out before the beta release. |
Hi @evanlinjin!
Have you reached to a conclusion? |
@acerbisgianluca we have reached a final conclusion for #1173
Please update this PR when you have time! |
A small change but I think we should push to 2.0 milestone. |
Closing this one as it's replaced by #1493. |
Description
Closes #1173. This PR makes
Balance
available at the top-level of thechain
crate.Changelog notice
All Submissions:
cargo fmt
andcargo clippy
before committing