Skip to content

Commit

Permalink
feat: add versioning support (#806)
Browse files Browse the repository at this point in the history
* Add version type

* Set package versions

* Fix identity commitment version type
  • Loading branch information
ntn-x2 committed Dec 13, 2023
1 parent 0735b8c commit 1973617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/type-definitions/src/types_11000.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ import { types10900 } from './types_10900.js'

export const types11000: RegistryTypes = {
...types10900,
IdentityCommitmentVersion: 'u16',
// DipProvider state_call
DipProofRequest: {
identifier: 'AccountId32',
version: 'IdentityCommitmentVersion',
keys: 'Vec<Hash>',
accounts: 'Vec<PalletDidLookupLinkableAccountLinkableAccountId>',
shouldIncludeWeb3Name: 'bool',
Expand Down Expand Up @@ -77,6 +79,7 @@ export const types11000: RegistryTypes = {
},
DidMerkleProofError: {
_enum: [
'UnsupportedVersion',
'DidNotFound',
'KeyNotFound',
'LinkedAccountNotFound',
Expand Down

0 comments on commit 1973617

Please sign in to comment.