We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e9037 commit 503b8d4Copy full SHA for 503b8d4
CHANGELOG.md
@@ -21,7 +21,7 @@ crate. All existing sub-crates are reexported and should be used via the new `in
21
- Remove the commonly used `use ink_lang as ink` idiom.
22
- Replace all usages of individual crates with reexports, e.g. `ink_env` ➜ `ink::env`.
23
24
-##### Storage Rework
+#### Storage Rework
25
[#1331](https://github.com/paritytech/ink/pull/1331) [changes the way](https://github.com/paritytech/ink/issues/1134)
26
`ink!` works with contract storage. Storage keys are generated at compile-time, and user facing traits have been
27
replaced with new abstractions.
0 commit comments