Browse Source

Update changelog

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 4 năm trước cách đây
mục cha
commit
82af977512
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      CHANGELOG.md

+ 9 - 0
CHANGELOG.md

@@ -9,9 +9,18 @@ will be documented here.
   to constant values, they are visible in the hover in the extension
 - For Substrate and Solana, address literals can specified with their base58 notation, e.g.
   `address foo = address"5GBWmgdFAMqm8ZgAHGobqDqX6tjLxJhv53ygjNtaaAn3sjeZ";`
+- Solana account storage implemented for ``bytes``, ``string``, and structs
+- Implemented ``delete`` for Solana
 
 ### Changed
 - The Substrate target produces a single .contract file
+- The Substrate target now uses the salt argument for seal\_instantiate()
+
+### Fixed
+- Libraries are allowed to have constant variables
+- Fixed ethereum abi encoding/decoding of structs and enums
+- Solana now returns an error if account data is not large enough
+- Fixed storage bytes push() and pop()
 
 ## [0.1.6]