-
Notifications
You must be signed in to change notification settings - Fork 46
feat(test-utils)!: use bitcoin::Amount instead of u64 on tests
#223
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
feat(test-utils)!: use bitcoin::Amount instead of u64 on tests
#223
Conversation
Pull Request Test Coverage Report for Build 15303847386Details
💛 - Coveralls |
oleonardolima
left a comment
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.
ACK 114a94a
114a94a to
820a3a0
Compare
oleonardolima
left a comment
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.
ACK 820a3a0
820a3a0 to
21a3dcf
Compare
|
Rebased to trigger CI with the new ARM jobs. |
21a3dcf to
bf0a8b0
Compare
|
Now CI is happy again. |
ValuedMammal
left a comment
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.
tACK bf0a8b0
bitcoin::Amount instead of u64 on testsbitcoin::Amount instead of u64 on tests
|
@luisschwab I changed the PR title to denote that this is an API change in the |
notmandatory
left a comment
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.
ACK bf0a8b0
bf0a8b0 to
104a301
Compare
|
reACK 104a301 |
Description
This PR simply updates tests to use
bitcoin::Amountinstead ofu64.Checklists
All Submissions:
cargo fmtandcargo clippybefore committing