-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add ExtrinsicSignatureV5 #68
Add ExtrinsicSignatureV5 #68
Conversation
…t into david/extrinsic-sig
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! Thanks @ansermino !
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
==========================================
- Coverage 60.58% 60.57% -0.02%
==========================================
Files 87 87
Lines 3506 3505 -1
==========================================
- Hits 2124 2123 -1
Misses 1034 1034
Partials 348 348
Continue to review full report at Codecov.
|
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.
Awesome, thanks @ansermino
This reverts commit 461cf42.
* Revert "Add ExtrinsicSignatureV5 (centrifuge#68)" This reverts commit 461cf42. * Add missing hasher * review comments * fix test
This mitigates the issue with the
Address
type needing to be configurable by just using it in place ofAddress
.This should resolve any present issue of errors like this:
Note: This error can be fixed in the UI by adding
Address: AccountId
to the custom type declarations.