Skip to content
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

Support TrustedCalls/TrustedGetter/Public getters for Note #120

Merged
merged 6 commits into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"publishConfig": {
"directory": "build"
},
"version": "0.16.0-alpha.1"
"version": "0.17.0-alpha.0"
}
4 changes: 2 additions & 2 deletions packages/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.16.0-alpha.1",
"version": "0.17.0-alpha.0",
"main": "index.js",
"dependencies": {
"@encointer/types": "^0.16.0-alpha.1",
"@encointer/types": "^0.17.0-alpha.0",
"@polkadot/api": "^11.2.1",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.16.0-alpha.1",
"version": "0.17.0-alpha.0",
"main": "index.js",
"scripts": {
"generate:defs": "node --experimental-specifier-resolution=node --loader ts-node/esm ../../node_modules/.bin/polkadot-types-from-defs --package @encointer/types/interfaces --input ./src/interfaces",
Expand Down
10 changes: 8 additions & 2 deletions packages/types/src/interfaces/augment-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { Assignment, AssignmentCount, AssignmentParams, Attestation, Attest
import type { FixedI64F64, IpfsCid, PalletString } from '@encointer/types/interfaces/common';
import type { AnnouncementSigner, Bip340, CidDigest, CidName, CommunityCeremony, CommunityIdentifier, CommunityMetadataType, CommunityRules, DegreeFixed, DegreeRpc, GeoHash, Location, LocationRpc, NominalIncomeType } from '@encointer/types/interfaces/community';
import type { EncointerBalanceTransferArgs, EncointerGetter, EncointerGetterArgs, EncointerPublicGetter, EncointerTrustedCall, EncointerTrustedCallSigned, EncointerTrustedGetter, EncointerTrustedGetterSigned, GrantReputationArgs, RegisterAttestationsArgs, RegisterParticipantArgs } from '@encointer/types/interfaces/encointerWorker';
import type { AttemptsArg, BalanceSetBalanceArgs, BalanceShieldArgs, BalanceTransferArgs, BalanceUnshieldArgs, GuessArgs, GuessTheNumberInfo, GuessTheNumberPublicGetter, GuessTheNumberSetWinningsArgs, GuessTheNumberTrustedCall, GuessTheNumberTrustedGetter, GuessType, IntegriteeGetter, IntegriteePublicGetter, IntegriteeTrustedCall, IntegriteeTrustedCallSigned, IntegriteeTrustedGetter, IntegriteeTrustedGetterSigned, IntegriteeTrustedOperation, TimestampSetArgs } from '@encointer/types/interfaces/integriteeWorker';
import type { AttemptsArg, BalanceShieldArgs, BalanceTransferArgs, BalanceTransferWithNoteArgs, BalanceUnshieldArgs, BucketIndex, BucketInfo, GuessArgs, GuessTheNumberInfo, GuessTheNumberPublicGetter, GuessTheNumberSetWinningsArgs, GuessTheNumberTrustedCall, GuessTheNumberTrustedGetter, GuessType, IntegriteeGetter, IntegriteePublicGetter, IntegriteeTrustedCall, IntegriteeTrustedCallSigned, IntegriteeTrustedGetter, IntegriteeTrustedGetterSigned, IntegriteeTrustedOperation, NoteIndex, NotesBucketInfo, NotesForArgs, TimestampSetArgs, TrustedNote } from '@encointer/types/interfaces/integriteeWorker';
import type { SchedulerState, SystemNumber } from '@encointer/types/interfaces/scheduler';
import type { DirectRequestStatus, Enclave, EnclaveFingerprint, GetterArgs, ParentchainId, ParentchainInfo, ParentchainsInfo, Request, RpcReturnValue, ShardIdentifier, TrustedOperationStatus, Vault, WorkerEncoded } from '@encointer/types/interfaces/worker';
import type { Data, StorageKey } from '@polkadot/types';
Expand Down Expand Up @@ -168,9 +168,9 @@ declare module '@polkadot/types/types/registry' {
Balance: Balance;
BalanceEntry: BalanceEntry;
BalanceOf: BalanceOf;
BalanceSetBalanceArgs: BalanceSetBalanceArgs;
BalanceShieldArgs: BalanceShieldArgs;
BalanceTransferArgs: BalanceTransferArgs;
BalanceTransferWithNoteArgs: BalanceTransferWithNoteArgs;
BalanceType: BalanceType;
BalanceUnshieldArgs: BalanceUnshieldArgs;
BeefyAuthoritySet: BeefyAuthoritySet;
Expand Down Expand Up @@ -226,6 +226,8 @@ declare module '@polkadot/types/types/registry' {
BridgedBlockNumber: BridgedBlockNumber;
BridgedHeader: BridgedHeader;
BridgeMessageId: BridgeMessageId;
BucketIndex: BucketIndex;
BucketInfo: BucketInfo;
BufferedSessionChange: BufferedSessionChange;
BusinessData: BusinessData;
BusinessIdentifier: BusinessIdentifier;
Expand Down Expand Up @@ -813,6 +815,9 @@ declare module '@polkadot/types/types/registry' {
NominatorIndex: NominatorIndex;
NominatorIndexCompact: NominatorIndexCompact;
NotConnectedPeer: NotConnectedPeer;
NoteIndex: NoteIndex;
NotesBucketInfo: NotesBucketInfo;
NotesForArgs: NotesForArgs;
NpApiError: NpApiError;
NpPoolId: NpPoolId;
Null: Null;
Expand Down Expand Up @@ -1221,6 +1226,7 @@ declare module '@polkadot/types/types/registry' {
TreasuryProposal: TreasuryProposal;
TrieId: TrieId;
TrieIndex: TrieIndex;
TrustedNote: TrustedNote;
TrustedOperationStatus: TrustedOperationStatus;
Type: Type;
u128: u128;
Expand Down
25 changes: 21 additions & 4 deletions packages/types/src/interfaces/integriteeWorker/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
unused_index_8: null,
unused_index_9: null,
parentchains_info: null,
unused_index_11: null,
note_buckets_info: null,
unused_index_12: null,
unused_index_13: null,
unused_index_14: null,
Expand Down Expand Up @@ -68,7 +68,7 @@ export default {
unused_index_7: null,
unused_index_8: null,
unused_index_9: null,
unused_index_10: null,
notes_for: 'NotesForArgs',
unused_index_11: null,
unused_index_12: null,
unused_index_13: null,
Expand Down Expand Up @@ -140,7 +140,7 @@ export default {
balance_transfer: 'BalanceTransferArgs',
balance_unshield: 'BalanceUnshieldArgs',
balance_shield: 'BalanceShieldArgs',
balance_set_balance: 'BalanceSetBalanceArgs',
balance_transfer_with_note: 'BalanceTransferWithNoteArgs',
unused_index_6: null,
unused_index_7: null,
unused_index_8: null,
Expand Down Expand Up @@ -190,9 +190,26 @@ export default {
},
TimestampSetArgs: '(AccountId, H160, BalanceType)',
BalanceTransferArgs: '(AccountId, AccountId, BalanceType)',
BalanceTransferWithNoteArgs: '(AccountId, AccountId, BalanceType, String)',
BalanceShieldArgs: '(AccountId, AccountId, BalanceType, ParentchainId)',
BalanceUnshieldArgs: '(AccountId, AccountId, BalanceType, ShardIdentifier)',
BalanceSetBalanceArgs: '(AccountId, AccountId, BalanceType, BalanceType)',
NotesForArgs: '(AccountId, BucketIndex)',
BucketIndex: 'u32',
NoteIndex: 'u64',
TrustedNote: {
_enum: {
TrustedCall: 'Vec<u8>',
SgxRuntimeEvent: 'Vec<u8>'
}
},
BucketInfo: {
index: 'BucketIndex',
bytes: 'u32',
},
NotesBucketInfo: {
first: 'BucketInfo',
last: 'BucketInfo',
},
Comment on lines +209 to +212
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, the WIP in the worker uses a tuple here, but I decided it is more convenient to use a struct, and the worker will change this hopefully soon. However, we can already use a struct here because the scale codec is compatible.

GuessTheNumberPublicGetter: {
_enum: {
guess_the_number_info: null,
Expand Down
53 changes: 42 additions & 11 deletions packages/types/src/interfaces/integriteeWorker/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import type { BalanceType } from '@encointer/types/interfaces/balances';
import type { ParentchainId, ShardIdentifier } from '@encointer/types/interfaces/worker';
import type { Enum, Option, Struct, Vec, u32 } from '@polkadot/types-codec';
import type { Bytes, Enum, Option, Struct, Text, Vec, u32, u64 } from '@polkadot/types-codec';
import type { ITuple } from '@polkadot/types-codec/types';
import type { MultiSignature } from '@polkadot/types/interfaces/extrinsics';
import type { AccountId, Balance, H160, Moment } from '@polkadot/types/interfaces/runtime';
Expand All @@ -13,18 +13,27 @@ export interface AttemptsArg extends Struct {
readonly origin: AccountId;
}

/** @name BalanceSetBalanceArgs */
export interface BalanceSetBalanceArgs extends ITuple<[AccountId, AccountId, BalanceType, BalanceType]> {}

/** @name BalanceShieldArgs */
export interface BalanceShieldArgs extends ITuple<[AccountId, AccountId, BalanceType, ParentchainId]> {}

/** @name BalanceTransferArgs */
export interface BalanceTransferArgs extends ITuple<[AccountId, AccountId, BalanceType]> {}

/** @name BalanceTransferWithNoteArgs */
export interface BalanceTransferWithNoteArgs extends ITuple<[AccountId, AccountId, BalanceType, Text]> {}

/** @name BalanceUnshieldArgs */
export interface BalanceUnshieldArgs extends ITuple<[AccountId, AccountId, BalanceType, ShardIdentifier]> {}

/** @name BucketIndex */
export interface BucketIndex extends u32 {}

/** @name BucketInfo */
export interface BucketInfo extends Struct {
readonly index: BucketIndex;
readonly bytes: u32;
}

/** @name GuessArgs */
export interface GuessArgs extends ITuple<[AccountId, GuessType]> {}

Expand Down Expand Up @@ -91,7 +100,7 @@ export interface IntegriteePublicGetter extends Enum {
readonly isUnusedIndex8: boolean;
readonly isUnusedIndex9: boolean;
readonly isParentchainsInfo: boolean;
readonly isUnusedIndex11: boolean;
readonly isNoteBucketsInfo: boolean;
readonly isUnusedIndex12: boolean;
readonly isUnusedIndex13: boolean;
readonly isUnusedIndex14: boolean;
Expand Down Expand Up @@ -132,7 +141,7 @@ export interface IntegriteePublicGetter extends Enum {
readonly isUnusedIndex49: boolean;
readonly isGuessTheNumber: boolean;
readonly asGuessTheNumber: GuessTheNumberPublicGetter;
readonly type: 'SomeValue' | 'TotalIssuance' | 'UnusedIndex2' | 'UnusedIndex3' | 'UnusedIndex4' | 'UnusedIndex5' | 'UnusedIndex6' | 'UnusedIndex7' | 'UnusedIndex8' | 'UnusedIndex9' | 'ParentchainsInfo' | 'UnusedIndex11' | 'UnusedIndex12' | 'UnusedIndex13' | 'UnusedIndex14' | 'UnusedIndex15' | 'UnusedIndex16' | 'UnusedIndex17' | 'UnusedIndex18' | 'UnusedIndex19' | 'UnusedIndex20' | 'UnusedIndex21' | 'UnusedIndex22' | 'UnusedIndex23' | 'UnusedIndex24' | 'UnusedIndex25' | 'UnusedIndex26' | 'UnusedIndex27' | 'UnusedIndex28' | 'UnusedIndex29' | 'UnusedIndex30' | 'UnusedIndex31' | 'UnusedIndex32' | 'UnusedIndex33' | 'UnusedIndex34' | 'UnusedIndex35' | 'UnusedIndex36' | 'UnusedIndex37' | 'UnusedIndex38' | 'UnusedIndex39' | 'UnusedIndex40' | 'UnusedIndex41' | 'UnusedIndex42' | 'UnusedIndex43' | 'UnusedIndex44' | 'UnusedIndex45' | 'UnusedIndex46' | 'UnusedIndex47' | 'UnusedIndex48' | 'UnusedIndex49' | 'GuessTheNumber';
readonly type: 'SomeValue' | 'TotalIssuance' | 'UnusedIndex2' | 'UnusedIndex3' | 'UnusedIndex4' | 'UnusedIndex5' | 'UnusedIndex6' | 'UnusedIndex7' | 'UnusedIndex8' | 'UnusedIndex9' | 'ParentchainsInfo' | 'NoteBucketsInfo' | 'UnusedIndex12' | 'UnusedIndex13' | 'UnusedIndex14' | 'UnusedIndex15' | 'UnusedIndex16' | 'UnusedIndex17' | 'UnusedIndex18' | 'UnusedIndex19' | 'UnusedIndex20' | 'UnusedIndex21' | 'UnusedIndex22' | 'UnusedIndex23' | 'UnusedIndex24' | 'UnusedIndex25' | 'UnusedIndex26' | 'UnusedIndex27' | 'UnusedIndex28' | 'UnusedIndex29' | 'UnusedIndex30' | 'UnusedIndex31' | 'UnusedIndex32' | 'UnusedIndex33' | 'UnusedIndex34' | 'UnusedIndex35' | 'UnusedIndex36' | 'UnusedIndex37' | 'UnusedIndex38' | 'UnusedIndex39' | 'UnusedIndex40' | 'UnusedIndex41' | 'UnusedIndex42' | 'UnusedIndex43' | 'UnusedIndex44' | 'UnusedIndex45' | 'UnusedIndex46' | 'UnusedIndex47' | 'UnusedIndex48' | 'UnusedIndex49' | 'GuessTheNumber';
}

/** @name IntegriteeTrustedCall */
Expand All @@ -147,8 +156,8 @@ export interface IntegriteeTrustedCall extends Enum {
readonly asBalanceUnshield: BalanceUnshieldArgs;
readonly isBalanceShield: boolean;
readonly asBalanceShield: BalanceShieldArgs;
readonly isBalanceSetBalance: boolean;
readonly asBalanceSetBalance: BalanceSetBalanceArgs;
readonly isBalanceTransferWithNote: boolean;
readonly asBalanceTransferWithNote: BalanceTransferWithNoteArgs;
readonly isUnusedIndex6: boolean;
readonly isUnusedIndex7: boolean;
readonly isUnusedIndex8: boolean;
Expand Down Expand Up @@ -195,7 +204,7 @@ export interface IntegriteeTrustedCall extends Enum {
readonly isUnusedIndex49: boolean;
readonly isGuessTheNumber: boolean;
readonly asGuessTheNumber: GuessTheNumberTrustedCall;
readonly type: 'Noop' | 'TimestampSet' | 'BalanceTransfer' | 'BalanceUnshield' | 'BalanceShield' | 'BalanceSetBalance' | 'UnusedIndex6' | 'UnusedIndex7' | 'UnusedIndex8' | 'UnusedIndex9' | 'UnusedIndex10' | 'UnusedIndex11' | 'UnusedIndex12' | 'UnusedIndex13' | 'UnusedIndex14' | 'UnusedIndex15' | 'UnusedIndex16' | 'UnusedIndex17' | 'UnusedIndex18' | 'UnusedIndex19' | 'UnusedIndex20' | 'UnusedIndex21' | 'UnusedIndex22' | 'UnusedIndex23' | 'UnusedIndex24' | 'UnusedIndex25' | 'UnusedIndex26' | 'UnusedIndex27' | 'UnusedIndex28' | 'UnusedIndex29' | 'UnusedIndex30' | 'UnusedIndex31' | 'UnusedIndex32' | 'UnusedIndex33' | 'UnusedIndex34' | 'UnusedIndex35' | 'UnusedIndex36' | 'UnusedIndex37' | 'UnusedIndex38' | 'UnusedIndex39' | 'UnusedIndex40' | 'UnusedIndex41' | 'UnusedIndex42' | 'UnusedIndex43' | 'UnusedIndex44' | 'UnusedIndex45' | 'UnusedIndex46' | 'UnusedIndex47' | 'UnusedIndex48' | 'UnusedIndex49' | 'GuessTheNumber';
readonly type: 'Noop' | 'TimestampSet' | 'BalanceTransfer' | 'BalanceUnshield' | 'BalanceShield' | 'BalanceTransferWithNote' | 'UnusedIndex6' | 'UnusedIndex7' | 'UnusedIndex8' | 'UnusedIndex9' | 'UnusedIndex10' | 'UnusedIndex11' | 'UnusedIndex12' | 'UnusedIndex13' | 'UnusedIndex14' | 'UnusedIndex15' | 'UnusedIndex16' | 'UnusedIndex17' | 'UnusedIndex18' | 'UnusedIndex19' | 'UnusedIndex20' | 'UnusedIndex21' | 'UnusedIndex22' | 'UnusedIndex23' | 'UnusedIndex24' | 'UnusedIndex25' | 'UnusedIndex26' | 'UnusedIndex27' | 'UnusedIndex28' | 'UnusedIndex29' | 'UnusedIndex30' | 'UnusedIndex31' | 'UnusedIndex32' | 'UnusedIndex33' | 'UnusedIndex34' | 'UnusedIndex35' | 'UnusedIndex36' | 'UnusedIndex37' | 'UnusedIndex38' | 'UnusedIndex39' | 'UnusedIndex40' | 'UnusedIndex41' | 'UnusedIndex42' | 'UnusedIndex43' | 'UnusedIndex44' | 'UnusedIndex45' | 'UnusedIndex46' | 'UnusedIndex47' | 'UnusedIndex48' | 'UnusedIndex49' | 'GuessTheNumber';
}

/** @name IntegriteeTrustedCallSigned */
Expand All @@ -218,7 +227,8 @@ export interface IntegriteeTrustedGetter extends Enum {
readonly isUnusedIndex7: boolean;
readonly isUnusedIndex8: boolean;
readonly isUnusedIndex9: boolean;
readonly isUnusedIndex10: boolean;
readonly isNotesFor: boolean;
readonly asNotesFor: NotesForArgs;
readonly isUnusedIndex11: boolean;
readonly isUnusedIndex12: boolean;
readonly isUnusedIndex13: boolean;
Expand Down Expand Up @@ -260,7 +270,7 @@ export interface IntegriteeTrustedGetter extends Enum {
readonly isUnusedIndex49: boolean;
readonly isGuessTheNumber: boolean;
readonly asGuessTheNumber: GuessTheNumberTrustedGetter;
readonly type: 'AccountInfo' | 'UnusedIndex1' | 'UnusedIndex2' | 'UnusedIndex3' | 'UnusedIndex4' | 'UnusedIndex5' | 'UnusedIndex6' | 'UnusedIndex7' | 'UnusedIndex8' | 'UnusedIndex9' | 'UnusedIndex10' | 'UnusedIndex11' | 'UnusedIndex12' | 'UnusedIndex13' | 'UnusedIndex14' | 'UnusedIndex15' | 'UnusedIndex16' | 'UnusedIndex17' | 'UnusedIndex18' | 'UnusedIndex19' | 'UnusedIndex20' | 'UnusedIndex21' | 'UnusedIndex22' | 'UnusedIndex23' | 'UnusedIndex24' | 'UnusedIndex25' | 'UnusedIndex26' | 'UnusedIndex27' | 'UnusedIndex28' | 'UnusedIndex29' | 'UnusedIndex30' | 'UnusedIndex31' | 'UnusedIndex32' | 'UnusedIndex33' | 'UnusedIndex34' | 'UnusedIndex35' | 'UnusedIndex36' | 'UnusedIndex37' | 'UnusedIndex38' | 'UnusedIndex39' | 'UnusedIndex40' | 'UnusedIndex41' | 'UnusedIndex42' | 'UnusedIndex43' | 'UnusedIndex44' | 'UnusedIndex45' | 'UnusedIndex46' | 'UnusedIndex47' | 'UnusedIndex48' | 'UnusedIndex49' | 'GuessTheNumber';
readonly type: 'AccountInfo' | 'UnusedIndex1' | 'UnusedIndex2' | 'UnusedIndex3' | 'UnusedIndex4' | 'UnusedIndex5' | 'UnusedIndex6' | 'UnusedIndex7' | 'UnusedIndex8' | 'UnusedIndex9' | 'NotesFor' | 'UnusedIndex11' | 'UnusedIndex12' | 'UnusedIndex13' | 'UnusedIndex14' | 'UnusedIndex15' | 'UnusedIndex16' | 'UnusedIndex17' | 'UnusedIndex18' | 'UnusedIndex19' | 'UnusedIndex20' | 'UnusedIndex21' | 'UnusedIndex22' | 'UnusedIndex23' | 'UnusedIndex24' | 'UnusedIndex25' | 'UnusedIndex26' | 'UnusedIndex27' | 'UnusedIndex28' | 'UnusedIndex29' | 'UnusedIndex30' | 'UnusedIndex31' | 'UnusedIndex32' | 'UnusedIndex33' | 'UnusedIndex34' | 'UnusedIndex35' | 'UnusedIndex36' | 'UnusedIndex37' | 'UnusedIndex38' | 'UnusedIndex39' | 'UnusedIndex40' | 'UnusedIndex41' | 'UnusedIndex42' | 'UnusedIndex43' | 'UnusedIndex44' | 'UnusedIndex45' | 'UnusedIndex46' | 'UnusedIndex47' | 'UnusedIndex48' | 'UnusedIndex49' | 'GuessTheNumber';
}

/** @name IntegriteeTrustedGetterSigned */
Expand All @@ -280,7 +290,28 @@ export interface IntegriteeTrustedOperation extends Enum {
readonly type: 'IndirectCall' | 'DirectCall' | 'Get';
}

/** @name NoteIndex */
export interface NoteIndex extends u64 {}

/** @name NotesBucketInfo */
export interface NotesBucketInfo extends Struct {
readonly first: BucketInfo;
readonly last: BucketInfo;
}

/** @name NotesForArgs */
export interface NotesForArgs extends ITuple<[AccountId, BucketIndex]> {}

/** @name TimestampSetArgs */
export interface TimestampSetArgs extends ITuple<[AccountId, H160, BalanceType]> {}

/** @name TrustedNote */
export interface TrustedNote extends Enum {
readonly isTrustedCall: boolean;
readonly asTrustedCall: Bytes;
readonly isSgxRuntimeEvent: boolean;
readonly asSgxRuntimeEvent: Bytes;
readonly type: 'TrustedCall' | 'SgxRuntimeEvent';
}

export type PHANTOM_INTEGRITEEWORKER = 'integriteeWorker';
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"version": "0.16.0-alpha.1",
"version": "0.17.0-alpha.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
Expand Down
8 changes: 4 additions & 4 deletions packages/worker-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"version": "0.16.0-alpha.1",
"version": "0.17.0-alpha.0",
"main": "index.js",
"dependencies": {
"@encointer/node-api": "^0.16.0-alpha.1",
"@encointer/types": "^0.16.0-alpha.1",
"@encointer/util": "^0.16.0-alpha.1",
"@encointer/node-api": "^0.17.0-alpha.0",
"@encointer/types": "^0.17.0-alpha.0",
"@encointer/util": "^0.17.0-alpha.0",
"@peculiar/webcrypto": "^1.4.6",
"@polkadot/api": "^11.2.1",
"@polkadot/keyring": "^12.6.2",
Expand Down
Loading
Loading