-
Notifications
You must be signed in to change notification settings - Fork 148
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: expose PendingAirdropId #2567
Conversation
Signed-off-by: Ivaylo Nikolov <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2567 +/- ##
==========================================
+ Coverage 84.41% 84.42% +0.01%
==========================================
Files 283 283
Lines 71021 71024 +3
==========================================
+ Hits 59951 59963 +12
+ Misses 11070 11061 -9 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Quality Gate passedIssues Measures |
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.
LGTM
* feat: expose PendingAirdropId Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: allow empty props Signed-off-by: Ivaylo Nikolov <[email protected]> * test: add pendingairdropid unit tests Signed-off-by: Ivaylo Nikolov <[email protected]> --------- Signed-off-by: Ivaylo Nikolov <[email protected]> Signed-off-by: b-l-u-e <[email protected]>
* feat: expose PendingAirdropId Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: allow empty props Signed-off-by: Ivaylo Nikolov <[email protected]> * test: add pendingairdropid unit tests Signed-off-by: Ivaylo Nikolov <[email protected]> --------- Signed-off-by: Ivaylo Nikolov <[email protected]> Signed-off-by: b-l-u-e <[email protected]>
Description:
PendingAirdropId
inexports.js
so it's used for our usersRelated issue(s):
Fixes #2560
Checklist