Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
peetzweg committed Feb 27, 2024
2 parents 64feb63 + f9b2d26 commit df9956c
Show file tree
Hide file tree
Showing 34 changed files with 200 additions and 184 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## 10.11.3 Feb 27, 2023

Contributed:

- Fix sorting of `Option` values and error on duplicates from BTreeSet/BTreeMap (Thanks to https://github.com/Neopallium)
- Fix BEEFY compact signed commitment in versioned finality proofs (Thanks to https://github.com/mfornos)
- Update @substrate/connect (Thanks to https://github.com/kratico)

Changes:

- Bump dev w/ packageDetect adjustments
- Update copyright year
- Bump nock, and dev deps
- Allow `cacheCapacity` option for the `WsProvider`
- Bump yarn


## 10.11.2 Dec 18, 2023

Contributed:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
5 Chevdor Fix metadata package link (#3458)
5 Jake Naviasky Fixing approvalFlagsToBools. (#1250)
5 Julien Eluard General WsProvider extensibility improvements (#5467)
5 Tarik Gul 10.11.3 (#5799)
4 Alex D Use derive customAccount and customLocks for balance overrides (#3248)
4 Alex Wang fix issue that creates duplicate providers (#983)
4 Alexander Popiak Add asset id in signing (#4009)
4 Joshy Orndorff spelling; efect -> effect (#2295)
4 Nantian fix bigint type (#3869)
4 Scott Twiname Add support for historical BlockNumber rpc methods (#4574)
4 Tarik Gul chore(yarn): update yarn to 4.1.0 (#5792)
4 Thibaut Sardan no subscription for http (#3127)
3 André Silva add support for ValidationCodeHash (#3640)
3 Antoine Estienne Adapted to display moonbeam author (#3108)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"versions": {
"git": "10.11.3-10-x",
"npm": "10.11.2"
"git": "10.11.3",
"npm": "10.11.3"
},
"workspaces": [
"packages/*"
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "10.11.3-10-x",
"@polkadot/rpc-augment": "10.11.3-10-x",
"@polkadot/types": "10.11.3-10-x",
"@polkadot/types-augment": "10.11.3-10-x",
"@polkadot/types-codec": "10.11.3-10-x",
"@polkadot/api-base": "10.11.3",
"@polkadot/rpc-augment": "10.11.3",
"@polkadot/types": "10.11.3",
"@polkadot/types-augment": "10.11.3",
"@polkadot/types-codec": "10.11.3",
"@polkadot/util": "^12.6.2",
"tslib": "^2.6.2"
}
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.11.3' };
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.11.3-10-x",
"@polkadot/types": "10.11.3-10-x",
"@polkadot/rpc-core": "10.11.3",
"@polkadot/types": "10.11.3",
"@polkadot/util": "^12.6.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.11.3' };
16 changes: 8 additions & 8 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.11.3-10-x",
"@polkadot/api-augment": "10.11.3-10-x",
"@polkadot/types": "10.11.3-10-x",
"@polkadot/types-codec": "10.11.3-10-x",
"@polkadot/types-create": "10.11.3-10-x",
"@polkadot/api": "10.11.3",
"@polkadot/api-augment": "10.11.3",
"@polkadot/types": "10.11.3",
"@polkadot/types-codec": "10.11.3",
"@polkadot/types-create": "10.11.3",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api-augment": "10.11.3-10-x",
"@polkadot/api-augment": "10.11.3",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types-support": "10.11.3-10-x"
"@polkadot/types-support": "10.11.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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.11.3' };
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.11.3-10-x",
"@polkadot/api-augment": "10.11.3-10-x",
"@polkadot/api-base": "10.11.3-10-x",
"@polkadot/rpc-core": "10.11.3-10-x",
"@polkadot/types": "10.11.3-10-x",
"@polkadot/types-codec": "10.11.3-10-x",
"@polkadot/api": "10.11.3",
"@polkadot/api-augment": "10.11.3",
"@polkadot/api-base": "10.11.3",
"@polkadot/rpc-core": "10.11.3",
"@polkadot/types": "10.11.3",
"@polkadot/types-codec": "10.11.3",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api": "10.11.3-10-x",
"@polkadot/api-augment": "10.11.3-10-x",
"@polkadot/rpc-augment": "10.11.3-10-x",
"@polkadot/rpc-provider": "10.11.3-10-x",
"@polkadot/types-support": "10.11.3-10-x"
"@polkadot/api": "10.11.3",
"@polkadot/api-augment": "10.11.3",
"@polkadot/rpc-augment": "10.11.3",
"@polkadot/rpc-provider": "10.11.3",
"@polkadot/types-support": "10.11.3"
}
}
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.11.3' };
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "10.11.3-10-x",
"@polkadot/api-base": "10.11.3-10-x",
"@polkadot/api-derive": "10.11.3-10-x",
"@polkadot/api-augment": "10.11.3",
"@polkadot/api-base": "10.11.3",
"@polkadot/api-derive": "10.11.3",
"@polkadot/keyring": "^12.6.2",
"@polkadot/rpc-augment": "10.11.3-10-x",
"@polkadot/rpc-core": "10.11.3-10-x",
"@polkadot/rpc-provider": "10.11.3-10-x",
"@polkadot/types": "10.11.3-10-x",
"@polkadot/types-augment": "10.11.3-10-x",
"@polkadot/types-codec": "10.11.3-10-x",
"@polkadot/types-create": "10.11.3-10-x",
"@polkadot/types-known": "10.11.3-10-x",
"@polkadot/rpc-augment": "10.11.3",
"@polkadot/rpc-core": "10.11.3",
"@polkadot/rpc-provider": "10.11.3",
"@polkadot/types": "10.11.3",
"@polkadot/types-augment": "10.11.3",
"@polkadot/types-codec": "10.11.3",
"@polkadot/types-create": "10.11.3",
"@polkadot/types-known": "10.11.3",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api-augment": "10.11.3-10-x",
"@polkadot/types-support": "10.11.3-10-x"
"@polkadot/api-augment": "10.11.3",
"@polkadot/types-support": "10.11.3"
}
}
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.11.3' };
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.11.3-10-x",
"@polkadot/types": "10.11.3-10-x",
"@polkadot/types-codec": "10.11.3-10-x",
"@polkadot/rpc-core": "10.11.3",
"@polkadot/types": "10.11.3",
"@polkadot/types-codec": "10.11.3",
"@polkadot/util": "^12.6.2",
"tslib": "^2.6.2"
}
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.11.3' };
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "10.11.3-10-x",
"@polkadot/rpc-provider": "10.11.3-10-x",
"@polkadot/types": "10.11.3-10-x",
"@polkadot/rpc-augment": "10.11.3",
"@polkadot/rpc-provider": "10.11.3",
"@polkadot/types": "10.11.3",
"@polkadot/util": "^12.6.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^12.6.2",
"@polkadot/rpc-augment": "10.11.3-10-x"
"@polkadot/rpc-augment": "10.11.3"
}
}
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.11.3' };
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "10.11.3-10-x",
"@polkadot/types-support": "10.11.3-10-x",
"@polkadot/types": "10.11.3",
"@polkadot/types-support": "10.11.3",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/x-fetch": "^12.6.2",
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.11.3' };
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"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.11.3-10-x",
"@polkadot/api-augment": "10.11.3-10-x",
"@polkadot/rpc-augment": "10.11.3-10-x",
"@polkadot/rpc-provider": "10.11.3-10-x",
"@polkadot/types": "10.11.3-10-x",
"@polkadot/types-augment": "10.11.3-10-x",
"@polkadot/types-codec": "10.11.3-10-x",
"@polkadot/types-create": "10.11.3-10-x",
"@polkadot/types-support": "10.11.3-10-x",
"@polkadot/api": "10.11.3",
"@polkadot/api-augment": "10.11.3",
"@polkadot/rpc-augment": "10.11.3",
"@polkadot/rpc-provider": "10.11.3",
"@polkadot/types": "10.11.3",
"@polkadot/types-augment": "10.11.3",
"@polkadot/types-codec": "10.11.3",
"@polkadot/types-create": "10.11.3",
"@polkadot/types-support": "10.11.3",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/x-ws": "^12.6.2",
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.11.3' };
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/types": "10.11.3-10-x",
"@polkadot/types-codec": "10.11.3-10-x",
"@polkadot/types": "10.11.3",
"@polkadot/types-codec": "10.11.3",
"@polkadot/util": "^12.6.2",
"tslib": "^2.6.2"
}
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.11.3' };
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "10.11.3-10-x",
"version": "10.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.6.2",
"@polkadot/x-bigint": "^12.6.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/types": "10.11.3-10-x",
"@polkadot/types-augment": "10.11.3-10-x",
"@polkadot/types-support": "10.11.3-10-x",
"@polkadot/types": "10.11.3",
"@polkadot/types-augment": "10.11.3",
"@polkadot/types-support": "10.11.3",
"@polkadot/util-crypto": "^12.6.2"
}
}
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.11.3-10-x' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.11.3' };
Loading

0 comments on commit df9956c

Please sign in to comment.