Summary
Added
- ERC721Component
initializer_no_metadata
(#1278) - ERC1155Component
initializer_no_metadata
(#1287) - Unsigned trait restriction to the
average
function (#1310)
Changed (Breaking)
- Bump scarb to v2.9.4 (#1336)
Fixed (Breaking)
- SNIP12 TimelockComponent
hash_operation
to usehash_operation_batch
for single-call operations (#1313) - Permit and Message SNIP12 type hashes (#1283)
Fixed
- Multisig component issue arising when removing signers with unchanged quorum (#1315)
- Governor timelock extension salt generation panicking on overflow (#1306)
- SignersInfoStorePacking issue with bit operations (#1316)
- Message type hash in SNIP12 doc (#1274)
Full Changes List
- Fix permit hash on v1 by @andrew-fleming in #1285
- Add
initializer_no_metadata
to erc1155 component by @andrew-fleming in #1287 - Add
initializer_no_metadata
to erc721 component by @andrew-fleming in #1278 - Fix Governor timelock salt release branch by @ericnordelo in #1306
- Update license (into release) by @ericglau in #1312
- Prevent potential bitwise operations issue (into release) by @ericnordelo in #1310
- Fix timelock operation hash (release) by @andrew-fleming in #1313
- Fix Multisig quorum issue (v1.0.0) by @immrsd in #1315
- Fix SignerInfo packing issue (v1.0.0) by @immrsd in #1316
- Fix Changelog and versions for release by @ericnordelo in #1307
- fix links to the release-v1.0.0 by @youyyytrok in #1324
- Update governance readme by @immrsd in #1325
- Bump scarb to 2.9.3 and add Debug and PartialEq to component events by @ericnordelo in #1336
- Bump scarb to 2.9.4 by @ericnordelo in #1339
- Remove README no-audit disclaimer by @ericnordelo in #1342
Full Changelog: v0.20.0-rc.0...v1.0.0