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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# 1.6.0-beta.x
1
+
# 1.6.1 Mar 12, 2020
2
2
3
-
-**Breaking change**`api.rpc.state.queryStorage(...)` now properly decodes the `Vec<StorageChangeSet>`. this means that results will come back as`[Hash, Codec[]][]` when using this RPC.
4
-
-`StorageKey` now have an `.args` property, decoded from meta in the cases twox64concat is used on maps
3
+
-**Breaking change**`api.rpc.state.queryStorage(...)` now full decodes the `Vec<StorageChangeSet>` and returns a decoded`[Hash, Codec[]][]` when using this RPC.
4
+
-`StorageKey` now has an `.args` property, decoded from meta where `twox64_concat` or `blake128_concat` are used on maps
5
5
- Fix `api.query.*.*.entries` type conversions to return exact types (not `Option` in some cases)
6
6
- Add `api.query.*.*.keys` to retrieve only the storage keys, similar to `.entries`
7
7
- Full linked map retrievals will now use direct getStorage queries for faster operation
8
8
- Underlying rpc-core interfaces now unwraps `Error("...")` when found in responses
9
9
- Added `derive.eras*` interfaces for queries to new Substrate staking interfaces
10
-
- Update `derive.account` to cater for new indices module storage (detected, fallbacks)
11
-
- Adjust derive queries for session move away from module prefix (DoubleMap -> Map), detected on use
10
+
- Update `derive.account` to cater for new indices module storage (detected with fallbacks)
11
+
- Adjust derive queries for session without module prefix (DoubleMap -> Map), detected on use
12
12
- Add runtime validation for map arguments to `api.query.*`
13
13
- TypeScript interfaces for linked maps now correctly generates as `[Type, Linkage<Next>]`
0 commit comments