-
Notifications
You must be signed in to change notification settings - Fork 50
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
feature(banners): banners package #3862
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your project check has failed because the head coverage (22.80%) is below the target coverage (100.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #3862 +/- ##
===========================================
+ Coverage 22.73% 22.80% +0.07%
===========================================
Files 1156 1163 +7
Lines 22074 22125 +51
Branches 3405 3409 +4
===========================================
+ Hits 5018 5046 +28
- Misses 16911 16934 +23
Partials 145 145
🚀 New features to boost your workflow:
|
000b9cf
to
a55516c
Compare
@@ -77,3 +77,6 @@ export const time = freeze({ | |||
// session here means while the wallet is open | |||
session: Infinity, | |||
}) | |||
|
|||
// NOTE: bech32 'drep1ygr9tuapcanc3kpeyy4dc3vmrz9cfe5q7v9wj3x9j0ap3tswtre9j' | |||
export const yoroiDRepIdHex = '220655f3a1c76788d839212adc459b188b84e680f30ae944c593fa18ae' |
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.
@michaeljscript the endpoint is returning the hash of the vote drep delegation.
@@ -153,15 +153,9 @@ PODS: | |||
- libwebp/sharpyuv (1.3.2) | |||
- libwebp/webp (1.3.2): | |||
- libwebp/sharpyuv | |||
<<<<<<< Updated upstream |
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.
👍
Description / Change(s) / Related issue(s)
Ticket
YV-284