You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
-
# 0.91.0-beta.x
1
+
# 0.91.1
2
2
3
+
- This release was focussed on stability, with a number of cleanups and bug-fixes
4
+
- Adjustments for Substrate 1.x chain detection (with auto-types) and Substrate 2.x support has been extended with all latest types
3
5
- The `getRuntimeVersion` and `subscribeRuntimeVersion` RPCs are now only available on the `rpc.state.*` endpoints. This aligns with the Substrate implementation.
4
6
- The `author_insertKey` RPC's last argument `publicKey` is now required, as to reflect Substrate implementation.
5
7
- Support for extrinsics with versions that is not in the base Substrate implementation (V1-V3) can now be done by providing an implementation for `ExtrinsicUnknown`
6
-
-**Breaking change** SignerPayload is registered and can be overrode now.
7
-
- SignerPayload is renamed to SignerPayloadJSON
8
-
- SignerPayloadJSON, SignerPayloadRawBase and SignerPayloadRaw are all moved to `@polkadot/types`
8
+
- Redeemed balance calculation if `api.derive` now returns the correct values again (bugfix)
9
+
- added the `yarn chain:info [--ws URL]` utility to extract a calls-only metadata version
10
+
- Missing types are now logged via a `console.warn`, not via `.error`
11
+
-`Extrinsic`, `ExtrinsicPayload` & `SignerPayload` is registered in the type registry and can be overriden now
12
+
-**Breaking change**`SignerPayload` is renamed to `SignerPayloadJSON`
13
+
-**Breaking change**`SignerPayloadJSON`, `SignerPayloadRawBase` and `SignerPayloadRaw` are all moved to `@polkadot/types`
0 commit comments