Skip to content

Commit

Permalink
[CI Skip] bump/beta 10.3.3-1-x
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Apr 14, 2023
1 parent 4c8e713 commit e331399
Show file tree
Hide file tree
Showing 36 changed files with 192 additions and 179 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
1 Alan Sapede Adds Eth feeHistory & maxPriorityFeePerGas rpc (#4956)
1 Aleš Ferlan fix: use H160 for address in getTransactionCount (#5472)
1 Brad Larson [NEW] Support for custom headers with providers (#2423)
1 Branislav Kontur Fungibles runtime api for statemine/statemint/westmint (#5584)
1 Btwiuse Arch Add side effect check workaround (#4994) (#5009)
1 chriswmercer little readme tweak (#279)
1 codingsh #2182 - add: search for docs (#2232)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"sideEffects": false,
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"versions": {
"git": "10.3.3-0-x",
"git": "10.3.3-1-x",
"npm": "10.3.2"
},
"workspaces": [
Expand Down
12 changes: 6 additions & 6 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "10.3.3-0-x",
"@polkadot/rpc-augment": "10.3.3-0-x",
"@polkadot/types": "10.3.3-0-x",
"@polkadot/types-augment": "10.3.3-0-x",
"@polkadot/types-codec": "10.3.3-0-x",
"@polkadot/api-base": "10.3.3-1-x",
"@polkadot/rpc-augment": "10.3.3-1-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/types-augment": "10.3.3-1-x",
"@polkadot/types-codec": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api-augment/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
6 changes: 3 additions & 3 deletions packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.3.3-0-x",
"@polkadot/types": "10.3.3-0-x",
"@polkadot/rpc-core": "10.3.3-1-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-base/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
12 changes: 6 additions & 6 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.3.3-0-x",
"@polkadot/types": "10.3.3-0-x",
"@polkadot/types-codec": "10.3.3-0-x",
"@polkadot/types-create": "10.3.3-0-x",
"@polkadot/api": "10.3.3-1-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/types-codec": "10.3.3-1-x",
"@polkadot/types-create": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "10.3.3-0-x",
"@polkadot/api-augment": "10.3.3-1-x",
"@polkadot/keyring": "^11.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/api-contract/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
24 changes: 12 additions & 12 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.3.3-0-x",
"@polkadot/api-augment": "10.3.3-0-x",
"@polkadot/api-base": "10.3.3-0-x",
"@polkadot/rpc-core": "10.3.3-0-x",
"@polkadot/types": "10.3.3-0-x",
"@polkadot/types-codec": "10.3.3-0-x",
"@polkadot/api": "10.3.3-1-x",
"@polkadot/api-augment": "10.3.3-1-x",
"@polkadot/api-base": "10.3.3-1-x",
"@polkadot/rpc-core": "10.3.3-1-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/types-codec": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api": "10.3.3-0-x",
"@polkadot/api-augment": "10.3.3-0-x",
"@polkadot/rpc-augment": "10.3.3-0-x",
"@polkadot/rpc-provider": "10.3.3-0-x",
"@polkadot/types-support": "10.3.3-0-x"
"@polkadot/api": "10.3.3-1-x",
"@polkadot/api-augment": "10.3.3-1-x",
"@polkadot/rpc-augment": "10.3.3-1-x",
"@polkadot/rpc-provider": "10.3.3-1-x",
"@polkadot/types-support": "10.3.3-1-x"
}
}
2 changes: 1 addition & 1 deletion packages/api-derive/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
28 changes: 14 additions & 14 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "10.3.3-0-x",
"@polkadot/api-base": "10.3.3-0-x",
"@polkadot/api-derive": "10.3.3-0-x",
"@polkadot/api-augment": "10.3.3-1-x",
"@polkadot/api-base": "10.3.3-1-x",
"@polkadot/api-derive": "10.3.3-1-x",
"@polkadot/keyring": "^11.1.3",
"@polkadot/rpc-augment": "10.3.3-0-x",
"@polkadot/rpc-core": "10.3.3-0-x",
"@polkadot/rpc-provider": "10.3.3-0-x",
"@polkadot/types": "10.3.3-0-x",
"@polkadot/types-augment": "10.3.3-0-x",
"@polkadot/types-codec": "10.3.3-0-x",
"@polkadot/types-create": "10.3.3-0-x",
"@polkadot/types-known": "10.3.3-0-x",
"@polkadot/rpc-augment": "10.3.3-1-x",
"@polkadot/rpc-core": "10.3.3-1-x",
"@polkadot/rpc-provider": "10.3.3-1-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/types-augment": "10.3.3-1-x",
"@polkadot/types-codec": "10.3.3-1-x",
"@polkadot/types-create": "10.3.3-1-x",
"@polkadot/types-known": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"eventemitter3": "^5.0.0",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "10.3.3-0-x",
"@polkadot/types-support": "10.3.3-0-x"
"@polkadot/api-augment": "10.3.3-1-x",
"@polkadot/types-support": "10.3.3-1-x"
}
}
2 changes: 1 addition & 1 deletion packages/api/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
8 changes: 4 additions & 4 deletions packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.3.3-0-x",
"@polkadot/types": "10.3.3-0-x",
"@polkadot/types-codec": "10.3.3-0-x",
"@polkadot/rpc-core": "10.3.3-1-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/types-codec": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-augment/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
10 changes: 5 additions & 5 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "10.3.3-0-x",
"@polkadot/rpc-provider": "10.3.3-0-x",
"@polkadot/types": "10.3.3-0-x",
"@polkadot/rpc-augment": "10.3.3-1-x",
"@polkadot/rpc-provider": "10.3.3-1-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/rpc-augment": "10.3.3-0-x"
"@polkadot/rpc-augment": "10.3.3-1-x"
}
}
2 changes: 1 addition & 1 deletion packages/rpc-core/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types": "10.3.3-0-x",
"@polkadot/types-support": "10.3.3-0-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/types-support": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/x-fetch": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-provider/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
20 changes: 10 additions & 10 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
Expand All @@ -28,15 +28,15 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "10.3.3-0-x",
"@polkadot/api-augment": "10.3.3-0-x",
"@polkadot/rpc-augment": "10.3.3-0-x",
"@polkadot/rpc-provider": "10.3.3-0-x",
"@polkadot/types": "10.3.3-0-x",
"@polkadot/types-augment": "10.3.3-0-x",
"@polkadot/types-codec": "10.3.3-0-x",
"@polkadot/types-create": "10.3.3-0-x",
"@polkadot/types-support": "10.3.3-0-x",
"@polkadot/api": "10.3.3-1-x",
"@polkadot/api-augment": "10.3.3-1-x",
"@polkadot/rpc-augment": "10.3.3-1-x",
"@polkadot/rpc-provider": "10.3.3-1-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/types-augment": "10.3.3-1-x",
"@polkadot/types-codec": "10.3.3-1-x",
"@polkadot/types-create": "10.3.3-1-x",
"@polkadot/types-support": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/x-ws": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
6 changes: 3 additions & 3 deletions packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/types": "10.3.3-0-x",
"@polkadot/types-codec": "10.3.3-0-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/types-codec": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types-augment/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
2 changes: 2 additions & 0 deletions packages/types-augment/src/registry/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engin
import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';
import type { EvmAccount, EvmCallInfo, EvmCreateInfo, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';
import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicUnknown, ExtrinsicV4, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';
import type { FungiblesAccessError } from '@polkadot/types/interfaces/fungibles';
import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';
import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';
import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, AuthoritySetChanges, AuthorityWeight, DelayKind, DelayKindBest, EncodedFinalityProofs, ForkTreePendingChange, ForkTreePendingChangeNode, GrandpaCommit, GrandpaEquivocation, GrandpaEquivocationProof, GrandpaEquivocationValue, GrandpaJustification, GrandpaPrecommit, GrandpaPrevote, GrandpaSignedPrecommit, JustificationNotification, KeyOwnerProof, NextAuthority, PendingChange, PendingPause, PendingResume, Precommits, Prevotes, ReportedRoundStates, RoundState, SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa';
Expand Down Expand Up @@ -504,6 +505,7 @@ declare module '@polkadot/types/types/registry' {
FungibilityV0: FungibilityV0;
FungibilityV1: FungibilityV1;
FungibilityV2: FungibilityV2;
FungiblesAccessError: FungiblesAccessError;
Gas: Gas;
GiltBid: GiltBid;
GlobalValidationData: GlobalValidationData;
Expand Down
8 changes: 4 additions & 4 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^11.1.3",
"@polkadot/x-bigint": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "10.3.3-0-x",
"@polkadot/types-augment": "10.3.3-0-x",
"@polkadot/types-support": "10.3.3-0-x",
"@polkadot/types": "10.3.3-1-x",
"@polkadot/types-augment": "10.3.3-1-x",
"@polkadot/types-support": "10.3.3-1-x",
"@polkadot/util-crypto": "^11.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/types-codec/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
6 changes: 3 additions & 3 deletions packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3-0-x",
"version": "10.3.3-1-x",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "10.3.3-0-x",
"@polkadot/types-codec": "10.3.3-1-x",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "10.3.3-0-x"
"@polkadot/types": "10.3.3-1-x"
}
}
2 changes: 1 addition & 1 deletion packages/types-create/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.3.3-0-x' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.3.3-1-x' };
Loading

0 comments on commit e331399

Please sign in to comment.