What's Changed
- Implement dynamic storage opcodes in the compiler by @ironcev in #7595
- Implement dynamic storage intrinsics by @ironcev in #7597
- Implement dynamic storage for
storagedeclaration andstdby @ironcev in #7598 - Implement reassignment for arrays declared using const generics by @ironcev in #7601
- Increase test coverage for
dynamic_storageby @ironcev in #7608 - Fix tuple codec helpers to avoid LSP stack overflows by @JoshuaBatty in #7611
- Disable initialization of dynamic storage fields larger than 32 bytes by @ironcev in #7622
- Implement dynamic storage based
StorageVecby @ironcev in #7614 - Fix
Vecwith ZSTs by @xunilrj in #7620 - Optimize encoding and decoding of
Vec<T>whenTis trivial by @ironcev in #7582 - Add comprehensive in-language tests for all storage types by @ironcev in #7626
- Attribute for checking of trivial encoding and decoding by @xunilrj in #7575
- Bump to 0.71.1 by @ironcev in #7631
Full Changelog: v0.71.0...v0.71.1