Skip to content

Commit

Permalink
[CI Skip] release/beta 2.1.2-11
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Oct 9, 2020
1 parent 87985f1 commit d7dc36c
Show file tree
Hide file tree
Showing 13 changed files with 111 additions and 116 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"typedoc-plugin-markdown": "^3.0.7",
"typedoc-plugin-no-inherit": "^1.2.0"
},
"version": "2.1.2-10"
"version": "2.1.2-11"
}
8 changes: 4 additions & 4 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-contract",
"version": "2.1.2-10",
"version": "2.1.2-11",
"description": "Interfaces for interacting with contracts and contract ABIs",
"main": "index.js",
"keywords": [
Expand All @@ -27,9 +27,9 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/api": "2.1.2-10",
"@polkadot/rpc-core": "2.1.2-10",
"@polkadot/types": "2.1.2-10",
"@polkadot/api": "2.1.2-11",
"@polkadot/rpc-core": "2.1.2-11",
"@polkadot/types": "2.1.2-11",
"@polkadot/util": "^3.5.1",
"bn.js": "^5.1.3",
"rxjs": "^6.6.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api-derive",
"version": "2.1.2-10",
"version": "2.1.2-11",
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -28,10 +28,10 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/api": "2.1.2-10",
"@polkadot/rpc-core": "2.1.2-10",
"@polkadot/rpc-provider": "2.1.2-10",
"@polkadot/types": "2.1.2-10",
"@polkadot/api": "2.1.2-11",
"@polkadot/rpc-core": "2.1.2-11",
"@polkadot/rpc-provider": "2.1.2-11",
"@polkadot/types": "2.1.2-11",
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1",
"bn.js": "^5.1.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/api",
"version": "2.1.2-10",
"version": "2.1.2-11",
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
"main": "index.js",
"keywords": [
Expand All @@ -27,13 +27,13 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/api-derive": "2.1.2-10",
"@polkadot/api-derive": "2.1.2-11",
"@polkadot/keyring": "^3.5.1",
"@polkadot/metadata": "2.1.2-10",
"@polkadot/rpc-core": "2.1.2-10",
"@polkadot/rpc-provider": "2.1.2-10",
"@polkadot/types": "2.1.2-10",
"@polkadot/types-known": "2.1.2-10",
"@polkadot/metadata": "2.1.2-11",
"@polkadot/rpc-core": "2.1.2-11",
"@polkadot/rpc-provider": "2.1.2-11",
"@polkadot/types": "2.1.2-11",
"@polkadot/types-known": "2.1.2-11",
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1",
"bn.js": "^5.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/metadata",
"version": "2.1.2-10",
"version": "2.1.2-11",
"description": "Helpers to extract information from runtime metadata",
"main": "index.js",
"publishConfig": {
Expand All @@ -27,8 +27,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/types": "2.1.2-10",
"@polkadot/types-known": "2.1.2-10",
"@polkadot/types": "2.1.2-11",
"@polkadot/types-known": "2.1.2-11",
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1",
"bn.js": "^5.1.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-core",
"version": "2.1.2-10",
"version": "2.1.2-11",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
Expand All @@ -27,9 +27,9 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/metadata": "2.1.2-10",
"@polkadot/rpc-provider": "2.1.2-10",
"@polkadot/types": "2.1.2-10",
"@polkadot/metadata": "2.1.2-11",
"@polkadot/rpc-provider": "2.1.2-11",
"@polkadot/types": "2.1.2-11",
"@polkadot/util": "^3.5.1",
"memoizee": "^0.4.14",
"rxjs": "^6.6.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/rpc-provider",
"version": "2.1.2-10",
"version": "2.1.2-11",
"description": "Transport providers for the API",
"main": "index.js",
"keywords": [
Expand All @@ -27,8 +27,8 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/metadata": "2.1.2-10",
"@polkadot/types": "2.1.2-10",
"@polkadot/metadata": "2.1.2-11",
"@polkadot/types": "2.1.2-11",
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1",
"@polkadot/x-fetch": "^0.3.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/typegen",
"version": "2.1.2-10",
"version": "2.1.2-11",
"description": "Type generation scripts",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"@babel/core": "^7.11.6",
"@babel/register": "^7.11.5",
"@babel/runtime": "^7.11.2",
"@polkadot/api": "2.1.2-10",
"@polkadot/metadata": "2.1.2-10",
"@polkadot/rpc-provider": "2.1.2-10",
"@polkadot/types": "2.1.2-10",
"@polkadot/api": "2.1.2-11",
"@polkadot/metadata": "2.1.2-11",
"@polkadot/rpc-provider": "2.1.2-11",
"@polkadot/types": "2.1.2-11",
"@polkadot/util": "^3.5.1",
"handlebars": "^4.7.6",
"websocket": "^1.0.32",
Expand Down
4 changes: 2 additions & 2 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types-known",
"version": "2.1.2-10",
"version": "2.1.2-11",
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
"main": "index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-known#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/types": "2.1.2-10",
"@polkadot/types": "2.1.2-11",
"@polkadot/util": "^3.5.1",
"bn.js": "^5.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/types",
"version": "2.1.2-10",
"version": "2.1.2-11",
"description": "Implementation of the Parity codec",
"main": "index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/types#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/metadata": "2.1.2-10",
"@polkadot/metadata": "2.1.2-11",
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1",
"@types/bn.js": "^4.11.6",
Expand Down
55 changes: 26 additions & 29 deletions packages/types/src/augment/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { EthereumAddress, StatementKind } from '@polkadot/types/interfaces/claim
import { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';
import { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';
import { AliveContractInfo, CodeHash, ContractCallRequest, ContractExecResult, ContractExecResultSuccess, ContractExecResultSuccessTo255, ContractExecResultTo255, ContractInfo, ContractStorageKey, Gas, HostFnWeights, InstructionWeights, PrefabWasmModule, PrefabWasmModuleReserved, Schedule, ScheduleTo212, ScheduleTo258, SeedOf, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';
import { InkConstructorSpec, InkContractContract, InkContractSource, InkContractSpec, InkCryptoHasher, InkDiscriminant, InkDisplayName, InkEventParamSpec, InkEventSpec, InkLayoutArray, InkLayoutCell, InkLayoutEnum, InkLayoutHash, InkLayoutHashingStrategy, InkLayoutKey, InkLayoutStruct, InkLayoutStructField, InkMessageParamSpec, InkMessageSpec, InkPath, InkProject, InkSelector, InkStorageLayout, InkTypeSpec, MtField, MtLookupTypeId, MtType, MtTypeDef, MtTypeDefArray, MtTypeDefComposite, MtTypeDefPrimitive, MtTypeDefSequence, MtTypeDefSlice, MtTypeDefTuple, MtTypeDefVariant, MtVariant } from '@polkadot/types/interfaces/contractsAbi';
import { InkConstructorSpec, InkContractContract, InkContractSource, InkContractSpec, InkCryptoHasher, InkDiscriminant, InkDisplayName, InkEventParamSpec, InkEventSpec, InkLayoutArray, InkLayoutCell, InkLayoutEnum, InkLayoutHash, InkLayoutHashingStrategy, InkLayoutKey, InkLayoutStruct, InkLayoutStructField, InkMessageParamSpec, InkMessageSpec, InkProject, InkSelector, InkStorageLayout, InkTypeSpec, MtField, MtLookupTypeId, MtPath, MtType, MtTypeDef, MtTypeDefArray, MtTypeDefComposite, MtTypeDefPrimitive, MtTypeDefSequence, MtTypeDefTuple, MtTypeDefVariant, MtVariant } from '@polkadot/types/interfaces/contractsAbi';
import { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';
import { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';
import { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';
Expand Down Expand Up @@ -529,47 +529,50 @@ declare module '@polkadot/types/types/registry' {
TrieId: TrieId;
'Option<TrieId>': Option<TrieId>;
'Vec<TrieId>': Vec<TrieId>;
InkLayoutKey: InkLayoutKey;
'Option<InkLayoutKey>': Option<InkLayoutKey>;
'Vec<InkLayoutKey>': Vec<InkLayoutKey>;
InkStorageLayout: InkStorageLayout;
'Option<InkStorageLayout>': Option<InkStorageLayout>;
'Vec<InkStorageLayout>': Vec<InkStorageLayout>;
InkLayoutCell: InkLayoutCell;
'Option<InkLayoutCell>': Option<InkLayoutCell>;
'Vec<InkLayoutCell>': Vec<InkLayoutCell>;
InkCryptoHasher: InkCryptoHasher;
'Option<InkCryptoHasher>': Option<InkCryptoHasher>;
'Vec<InkCryptoHasher>': Vec<InkCryptoHasher>;
InkDiscriminant: InkDiscriminant;
'Compact<InkDiscriminant>': Compact<InkDiscriminant>;
'Option<InkDiscriminant>': Option<InkDiscriminant>;
'Vec<InkDiscriminant>': Vec<InkDiscriminant>;
InkLayoutArray: InkLayoutArray;
'Option<InkLayoutArray>': Option<InkLayoutArray>;
'Vec<InkLayoutArray>': Vec<InkLayoutArray>;
InkLayoutCell: InkLayoutCell;
'Option<InkLayoutCell>': Option<InkLayoutCell>;
'Vec<InkLayoutCell>': Vec<InkLayoutCell>;
InkLayoutEnum: InkLayoutEnum;
'Option<InkLayoutEnum>': Option<InkLayoutEnum>;
'Vec<InkLayoutEnum>': Vec<InkLayoutEnum>;
InkLayoutHash: InkLayoutHash;
'Option<InkLayoutHash>': Option<InkLayoutHash>;
'Vec<InkLayoutHash>': Vec<InkLayoutHash>;
InkLayoutHashingStrategy: InkLayoutHashingStrategy;
'Option<InkLayoutHashingStrategy>': Option<InkLayoutHashingStrategy>;
'Vec<InkLayoutHashingStrategy>': Vec<InkLayoutHashingStrategy>;
InkLayoutArray: InkLayoutArray;
'Option<InkLayoutArray>': Option<InkLayoutArray>;
'Vec<InkLayoutArray>': Vec<InkLayoutArray>;
InkLayoutKey: InkLayoutKey;
'Option<InkLayoutKey>': Option<InkLayoutKey>;
'Vec<InkLayoutKey>': Vec<InkLayoutKey>;
InkLayoutStruct: InkLayoutStruct;
'Option<InkLayoutStruct>': Option<InkLayoutStruct>;
'Vec<InkLayoutStruct>': Vec<InkLayoutStruct>;
InkLayoutStructField: InkLayoutStructField;
'Option<InkLayoutStructField>': Option<InkLayoutStructField>;
'Vec<InkLayoutStructField>': Vec<InkLayoutStructField>;
InkDiscriminant: InkDiscriminant;
'Compact<InkDiscriminant>': Compact<InkDiscriminant>;
'Option<InkDiscriminant>': Option<InkDiscriminant>;
'Vec<InkDiscriminant>': Vec<InkDiscriminant>;
InkLayoutEnum: InkLayoutEnum;
'Option<InkLayoutEnum>': Option<InkLayoutEnum>;
'Vec<InkLayoutEnum>': Vec<InkLayoutEnum>;
InkStorageLayout: InkStorageLayout;
'Option<InkStorageLayout>': Option<InkStorageLayout>;
'Vec<InkStorageLayout>': Vec<InkStorageLayout>;
MtField: MtField;
'Option<MtField>': Option<MtField>;
'Vec<MtField>': Vec<MtField>;
MtLookupTypeId: MtLookupTypeId;
'Compact<MtLookupTypeId>': Compact<MtLookupTypeId>;
'Option<MtLookupTypeId>': Option<MtLookupTypeId>;
'Vec<MtLookupTypeId>': Vec<MtLookupTypeId>;
MtPath: MtPath;
'Option<MtPath>': Option<MtPath>;
'Vec<MtPath>': Vec<MtPath>;
MtType: MtType;
'Option<MtType>': Option<MtType>;
'Vec<MtType>': Vec<MtType>;
Expand All @@ -588,9 +591,6 @@ declare module '@polkadot/types/types/registry' {
MtTypeDefSequence: MtTypeDefSequence;
'Option<MtTypeDefSequence>': Option<MtTypeDefSequence>;
'Vec<MtTypeDefSequence>': Vec<MtTypeDefSequence>;
MtTypeDefSlice: MtTypeDefSlice;
'Option<MtTypeDefSlice>': Option<MtTypeDefSlice>;
'Vec<MtTypeDefSlice>': Vec<MtTypeDefSlice>;
MtTypeDefTuple: MtTypeDefTuple;
'Option<MtTypeDefTuple>': Option<MtTypeDefTuple>;
'Vec<MtTypeDefTuple>': Vec<MtTypeDefTuple>;
Expand All @@ -600,18 +600,15 @@ declare module '@polkadot/types/types/registry' {
MtVariant: MtVariant;
'Option<MtVariant>': Option<MtVariant>;
'Vec<MtVariant>': Vec<MtVariant>;
InkPath: InkPath;
'Option<InkPath>': Option<InkPath>;
'Vec<InkPath>': Vec<InkPath>;
InkDisplayName: InkDisplayName;
'Option<InkDisplayName>': Option<InkDisplayName>;
'Vec<InkDisplayName>': Vec<InkDisplayName>;
InkConstructorSpec: InkConstructorSpec;
'Option<InkConstructorSpec>': Option<InkConstructorSpec>;
'Vec<InkConstructorSpec>': Vec<InkConstructorSpec>;
InkContractSpec: InkContractSpec;
'Option<InkContractSpec>': Option<InkContractSpec>;
'Vec<InkContractSpec>': Vec<InkContractSpec>;
InkDisplayName: InkDisplayName;
'Option<InkDisplayName>': Option<InkDisplayName>;
'Vec<InkDisplayName>': Vec<InkDisplayName>;
InkEventParamSpec: InkEventParamSpec;
'Option<InkEventParamSpec>': Option<InkEventParamSpec>;
'Vec<InkEventParamSpec>': Vec<InkEventParamSpec>;
Expand Down
Loading

0 comments on commit d7dc36c

Please sign in to comment.