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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ And crate group being released requires all crate groups downstream to be releas
75
75
- TypeAbi changes:
76
76
- Added `TypeAbiUniversalInput`, to allow developers to bypass proxy argument type restrictions;
77
77
- `IgnoreValue` blanket `TypeAbiFrom` impl removed; since it was conflicting with `TypeAbiUniversalInput`;
78
-
- Added `ScenarioValueRaw`, an alias for `TypeAbiUniversalInput<BytesValue>`, used by the `sc-meta scen-blackbox` tool as a placeholder, for when it cannot determine an approriate typed value.
78
+
- Added `ScenarioValueRaw`, an alias for `TypeAbiUniversalInput<BytesValue>`, used by the `sc-meta scen-blackbox` tool as a placeholder, for when it cannot determine an appropriate typed value.
79
79
- Testing improvements:
80
80
- Support for transaction ids in tests;
81
81
- `Address` and `H256` const constructors from hex;
0 commit comments