Skip to content

Commit

Permalink
9.10.5 (#5390)
Browse files Browse the repository at this point in the history
* 9.10.5

* Adjust
  • Loading branch information
jacogr authored Dec 27, 2022
1 parent 364a6de commit 28d9bb7
Show file tree
Hide file tree
Showing 20 changed files with 178 additions and 178 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 9.10.5 Dec 27, 2022

Changes:

- Revert 9.10.4 paymentInfo changes (fallback only works on struct, not `Weight`)


## 9.10.4 Dec 25, 2022

Changes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"versions": {
"git": "9.10.5-0-x",
"npm": "9.10.4"
Expand Down
14 changes: 7 additions & 7 deletions packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/api-base": "9.10.5-0-x",
"@polkadot/rpc-augment": "9.10.5-0-x",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-augment": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/api-base": "9.10.5",
"@polkadot/rpc-augment": "9.10.5",
"@polkadot/types": "9.10.5",
"@polkadot/types-augment": "9.10.5",
"@polkadot/types-codec": "9.10.5",
"@polkadot/util": "^10.2.1"
},
"devDependencies": {
"@polkadot/types-support": "9.10.5-0-x"
"@polkadot/types-support": "9.10.5"
}
}
6 changes: 3 additions & 3 deletions packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/rpc-core": "9.10.5-0-x",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/rpc-core": "9.10.5",
"@polkadot/types": "9.10.5",
"@polkadot/util": "^10.2.1",
"rxjs": "^7.8.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/api": "9.10.5-0-x",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/types-create": "9.10.5-0-x",
"@polkadot/api": "9.10.5",
"@polkadot/types": "9.10.5",
"@polkadot/types-codec": "9.10.5",
"@polkadot/types-create": "9.10.5",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "9.10.5-0-x",
"@polkadot/api-augment": "9.10.5",
"@polkadot/keyring": "^10.2.1"
}
}
24 changes: 12 additions & 12 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/api": "9.10.5-0-x",
"@polkadot/api-augment": "9.10.5-0-x",
"@polkadot/api-base": "9.10.5-0-x",
"@polkadot/rpc-core": "9.10.5-0-x",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/api": "9.10.5",
"@polkadot/api-augment": "9.10.5",
"@polkadot/api-base": "9.10.5",
"@polkadot/rpc-core": "9.10.5",
"@polkadot/types": "9.10.5",
"@polkadot/types-codec": "9.10.5",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/api": "9.10.5-0-x",
"@polkadot/api-augment": "9.10.5-0-x",
"@polkadot/rpc-augment": "9.10.5-0-x",
"@polkadot/rpc-provider": "9.10.5-0-x",
"@polkadot/types-support": "9.10.5-0-x"
"@polkadot/api": "9.10.5",
"@polkadot/api-augment": "9.10.5",
"@polkadot/rpc-augment": "9.10.5",
"@polkadot/rpc-provider": "9.10.5",
"@polkadot/types-support": "9.10.5"
}
}
28 changes: 14 additions & 14 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/api-augment": "9.10.5-0-x",
"@polkadot/api-base": "9.10.5-0-x",
"@polkadot/api-derive": "9.10.5-0-x",
"@polkadot/api-augment": "9.10.5",
"@polkadot/api-base": "9.10.5",
"@polkadot/api-derive": "9.10.5",
"@polkadot/keyring": "^10.2.1",
"@polkadot/rpc-augment": "9.10.5-0-x",
"@polkadot/rpc-core": "9.10.5-0-x",
"@polkadot/rpc-provider": "9.10.5-0-x",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-augment": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/types-create": "9.10.5-0-x",
"@polkadot/types-known": "9.10.5-0-x",
"@polkadot/rpc-augment": "9.10.5",
"@polkadot/rpc-core": "9.10.5",
"@polkadot/rpc-provider": "9.10.5",
"@polkadot/types": "9.10.5",
"@polkadot/types-augment": "9.10.5",
"@polkadot/types-codec": "9.10.5",
"@polkadot/types-create": "9.10.5",
"@polkadot/types-known": "9.10.5",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"eventemitter3": "^4.0.7",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "9.10.5-0-x",
"@polkadot/types-support": "9.10.5-0-x"
"@polkadot/api-augment": "9.10.5",
"@polkadot/types-support": "9.10.5"
}
}
8 changes: 4 additions & 4 deletions packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/rpc-core": "9.10.5-0-x",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/rpc-core": "9.10.5",
"@polkadot/types": "9.10.5",
"@polkadot/types-codec": "9.10.5",
"@polkadot/util": "^10.2.1"
}
}
10 changes: 5 additions & 5 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/rpc-augment": "9.10.5-0-x",
"@polkadot/rpc-provider": "9.10.5-0-x",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/rpc-augment": "9.10.5",
"@polkadot/rpc-provider": "9.10.5",
"@polkadot/types": "9.10.5",
"@polkadot/util": "^10.2.1",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^10.2.1",
"@polkadot/rpc-augment": "9.10.5-0-x"
"@polkadot/rpc-augment": "9.10.5"
}
}
6 changes: 3 additions & 3 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/keyring": "^10.2.1",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-support": "9.10.5-0-x",
"@polkadot/types": "9.10.5",
"@polkadot/types-support": "9.10.5",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@polkadot/x-fetch": "^10.2.1",
Expand Down
20 changes: 10 additions & 10 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
Expand All @@ -33,15 +33,15 @@
"@babel/core": "^7.20.5",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.20.6",
"@polkadot/api": "9.10.5-0-x",
"@polkadot/api-augment": "9.10.5-0-x",
"@polkadot/rpc-augment": "9.10.5-0-x",
"@polkadot/rpc-provider": "9.10.5-0-x",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-augment": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/types-create": "9.10.5-0-x",
"@polkadot/types-support": "9.10.5-0-x",
"@polkadot/api": "9.10.5",
"@polkadot/api-augment": "9.10.5",
"@polkadot/rpc-augment": "9.10.5",
"@polkadot/rpc-provider": "9.10.5",
"@polkadot/types": "9.10.5",
"@polkadot/types-augment": "9.10.5",
"@polkadot/types-codec": "9.10.5",
"@polkadot/types-create": "9.10.5",
"@polkadot/types-support": "9.10.5",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@polkadot/x-ws": "^10.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/types": "9.10.5",
"@polkadot/types-codec": "9.10.5",
"@polkadot/util": "^10.2.1"
}
}
8 changes: 4 additions & 4 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/util": "^10.2.1",
"@polkadot/x-bigint": "^10.2.1"
},
"devDependencies": {
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-augment": "9.10.5-0-x",
"@polkadot/types-support": "9.10.5-0-x",
"@polkadot/types": "9.10.5",
"@polkadot/types-augment": "9.10.5",
"@polkadot/types-support": "9.10.5",
"@polkadot/util-crypto": "^10.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5",
"@polkadot/util": "^10.2.1"
},
"devDependencies": {
"@polkadot/types": "9.10.5-0-x"
"@polkadot/types": "9.10.5"
}
}
10 changes: 5 additions & 5 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/networks": "^10.2.1",
"@polkadot/types": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/types-create": "9.10.5-0-x",
"@polkadot/types": "9.10.5",
"@polkadot/types-codec": "9.10.5",
"@polkadot/types-create": "9.10.5",
"@polkadot/util": "^10.2.1"
},
"devDependencies": {
"@polkadot/api": "9.10.5-0-x"
"@polkadot/api": "9.10.5"
}
}
2 changes: 1 addition & 1 deletion packages/types-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "9.10.5-0-x",
"version": "9.10.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/keyring": "^10.2.1",
"@polkadot/types-augment": "9.10.5-0-x",
"@polkadot/types-codec": "9.10.5-0-x",
"@polkadot/types-create": "9.10.5-0-x",
"@polkadot/types-augment": "9.10.5",
"@polkadot/types-codec": "9.10.5",
"@polkadot/types-create": "9.10.5",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^10.2.1",
"@polkadot/types-support": "9.10.5-0-x"
"@polkadot/types-support": "9.10.5"
}
}
7 changes: 0 additions & 7 deletions packages/types/src/interfaces/payment/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ export default {
partialFee: 'Balance'
},
RuntimeDispatchInfoV1: {
// NOTE: Generally we always point high -> low, however in this case we do have some _potential_
// discrepancies where some nodes may not return the correct RPC responses. Basically any node that
// is on WeightV2 and does not yet include https://github.com/paritytech/substrate/pull/12633 would
// have unparsable results. So effectively this makes the API not fail in those cases, however it
// will create "some" chaos on the side of the users who does expect the correct response.
// TL:DR Somebody _will_ still break since in cases where the RPCs are "between fixes"
__fallback: 'RuntimeDispatchInfoV2',
weight: 'WeightV1',
class: 'DispatchClass',
partialFee: 'Balance'
Expand Down
Loading

0 comments on commit 28d9bb7

Please sign in to comment.