-
Notifications
You must be signed in to change notification settings - Fork 181
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 proxy types #292
Add proxy types #292
Conversation
Codecov Report
@@ Coverage Diff @@
## master #292 +/- ##
==========================================
- Coverage 69.41% 68.79% -0.62%
==========================================
Files 130 132 +2
Lines 6732 6794 +62
==========================================
+ Hits 4673 4674 +1
- Misses 1359 1410 +51
- Partials 700 710 +10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
30ee3d4
to
11e9aef
Compare
e9f586a
to
dc7c8c4
Compare
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, just a comment around the error format.
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.
👍
* types: Add entities from the keystore pallet * keystore: Change enum to uint alias * account_id: Add helper methods * account_id: Add equal method * proxy: Add proxy storage types * proxy: Add name and value maps for proxy type * types: Check bytes length when creating account ID * types: Add more tests * proxy: Add anchor management proxy type * proxy: Implement encode/decode for ProxyStorageEntry and ProxyDefinition * keystore: Add keystore events * types: Rename uniques pallet vars * tests: Fix proxy tests * types: Add generic option * proxy: Update proxy types * types: Use [4]U8 for module error * metadata: Use [4]U8 for metadata.FindError * types: Use U128 for item IDs for uniques pallet events * types: Export testing functions * types: Fix lint errors * option: Add HasValue method * client: Add extra check for closed connections * header: Remove OptionBlockNumber
No description provided.