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

fix: HasByAddress should take crypto.Address, like GetByAddress #6

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

jefft0
Copy link

@jefft0 jefft0 commented Oct 30, 2023

The Keybase method GetByAddress takes a crypto.Address . PR gnolang#1313 adds more methods, including HasByAddress, and we did a cherry-pick into the with-gno-PRs branch. However that version of HasByAddress takes a bech32Address. But it should also take a crypto.Address. I did a force commit to fix that PR. This PR makes the same changes here in the with-gno-PRs branch.

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bcb1dd9) 29.33% compared to head (28b43bc) 30.75%.
Report is 1 commits behind head on with-gno-PRs.

Additional details and impacted files
@@               Coverage Diff                @@
##           with-gno-PRs       #6      +/-   ##
================================================
+ Coverage         29.33%   30.75%   +1.41%     
================================================
  Files                69       82      +13     
  Lines             26082    27666    +1584     
================================================
+ Hits               7652     8508     +856     
- Misses            17646    18325     +679     
- Partials            784      833      +49     

see 13 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Jeff Thompson <jeff@thefirst.org>
@jefft0 jefft0 force-pushed the fix/HasByAddress-crypto-Address branch from 28b43bc to b20bcc2 Compare October 30, 2023 13:07
@jefft0 jefft0 merged commit 4aa291d into with-gno-PRs Oct 30, 2023
64 checks passed
@jefft0 jefft0 deleted the fix/HasByAddress-crypto-Address branch October 30, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants