-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Identity pallet improvements #2048
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ac9f37e
Rename `simple` module to `legacy`
georgepisaltu e3ce237
Fix benchmarks incorrectly using `additional`
georgepisaltu 0e72dc1
Implement byte deposit
georgepisaltu 3112da8
Add `poke_deposit` extrinsic
georgepisaltu f41d3f0
Move max identity size to constant out of pallet
georgepisaltu c6e7bf0
Remove obsolete config and fix alliance tests
georgepisaltu e84fdca
Address review comments
georgepisaltu 2ff0b51
Add more checked arithmetic
georgepisaltu 09cdec0
Remove explicit `IdentityFields` parameter
georgepisaltu bf3eca5
Merge remote-tracking branch 'origin' into george/fix-identity-pallet
georgepisaltu 47ae9b6
Fix formatting
georgepisaltu 41b3d81
Fix clippy
georgepisaltu d0d23a2
Remove `poke_deposit` extrinsic
georgepisaltu 28564c8
Merge remote-tracking branch 'origin' into george/fix-identity-pallet
georgepisaltu 609bbf3
Merge remote-tracking branch 'origin' into george/fix-identity-pallet
georgepisaltu 07b24e3
Fix doc comment
georgepisaltu f84b0bf
Base substrate node basic deposit on byte size
georgepisaltu 98f8ce4
Merge remote-tracking branch 'origin' into george/fix-identity-pallet
georgepisaltu 70abd0d
Use correct max additional fields in legacy
georgepisaltu d92dfff
Add integrity test for identity max size
georgepisaltu e8f094f
Merge remote-tracking branch 'origin' into george/fix-identity-pallet
georgepisaltu 4d742cb
Refine identity field impl
georgepisaltu 810cbd7
Adapt alliance pallet to new identity impl
georgepisaltu cf03bae
Rename `IdentityField` to `FieldsBitFlags`
georgepisaltu b6f914b
Move `MAX_IDENTITY_SIZE` to pallet config
georgepisaltu 7a18853
Fix substrate-node alliance impl
georgepisaltu 34719cc
Merge remote-tracking branch 'origin' into george/fix-identity-pallet
georgepisaltu de46783
Collapse alliance required id functions
georgepisaltu 8d713cc
Minor refactoring
georgepisaltu 63e952e
Remove `MaxIdentitySize` from config
georgepisaltu b01a556
Improve docs for `IdentityInformationProvider`
georgepisaltu 9d5405a
Rename `FieldsBitFlags` to `FieldsIdentifier`
georgepisaltu 19151c5
Merge remote-tracking branch 'origin' into george/fix-identity-pallet
georgepisaltu 0d17140
Remove unused import in substrate node impls
georgepisaltu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.