File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ crate. All existing sub-crates are reexported and should be used via the new `in
22
22
- Replace all usages of individual crates with reexports, e.g. ` ink_env ` ➜ ` ink::env ` .
23
23
24
24
#### 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 .
25
+ [ #1331 ] ( https://github.com/paritytech/ink/pull/1331 ) changes the way ` ink! ` works with contract storage. Storage keys
26
+ are generated at compile-time, and user facing abstractions which determine how contract data is laid out in storage
27
+ have changed .
28
28
29
29
##### Migration
30
30
- Initialize ` Mapping ` fields with ` Mapping::default() ` instead of ` ink_lang::utils::initialize_contract ` in
You can’t perform that action at this time.
0 commit comments