-
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: adding signerNonce field #2133
feat: adding signerNonce field #2133
Conversation
f83d1b9
to
23325a7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2133 +/- ##
===========================================
- Coverage 84.33% 84.26% -0.08%
===========================================
Files 305 53 -252
Lines 76228 11432 -64796
===========================================
- Hits 64289 9633 -54656
+ Misses 11939 1799 -10140 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: svetoslav-nikol0v <svetoslav.nikolov@limechain.tech>
Signed-off-by: svetoslav-nikol0v <svetoslav.nikolov@limechain.tech>
Signed-off-by: svetoslav-nikol0v <svetoslav.nikolov@limechain.tech>
Signed-off-by: svetoslav-nikol0v <svetoslav.nikolov@limechain.tech>
51b684b
to
e35452a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2133 +/- ##
===========================================
- Coverage 84.33% 84.26% -0.08%
===========================================
Files 305 53 -252
Lines 76228 11432 -64796
===========================================
- Hits 64289 9633 -54656
+ Misses 11939 1799 -10140 ☔ View full report in Codecov by Sentry. |
|
Description:
Added
signer_nonce
field defined in v0.47.0 proto which is needed for HIP-844. Updated SDK to use the new proto release.Related issue(s):
Fixes #2108
Checklist