This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
Releases: LibertyDSNP/contracts
Releases · LibertyDSNP/contracts
v1.0.2 Non-contract code patch
Upgrade Notes
- Nothing changed from a contract perspective
- Typechain packages were updated and may require some updates if using TypeChain
What's Changed
- README updates part 1 by @shannonwells in #41
- Chore/add openethereum docker by @wilwade in #42
- Fix typo and broken internal link by @jvasile in #45
- Update Readme with deployment addresses by @wilwade in #44
- Added Troubleshooting section for Hardhat compilation step by @dopatraman in #47
- Chore/update packages by @wilwade in #48
New Contributors
- @jvasile made their first contribution in #45
- @dopatraman made their first contribution in #47
Full Changelog: v1.0.1...v1.0.2
v1.0.1 Patch
[1.0.1] - 2021-08-04
Changes
- Registry.resolveResolution returns zeros instead of rejecting for handles not found
v1.0.0 DSNP Contracts
[1.0.0] - 2021-07-14
Changes
- Renamed DSNPBatch Event -> DSNPBatchPublication (renamed values)
- Added Ethereum Log Index to DSNPAddDelegate and DSNPRemoveDelegate
- Solidity 0.8.4 -> 0.8.6
- Rename IAnnounce -> IPublish
- IAnnounce.batch -> IPublish.publish
- Announcement Struct -> Publication Struct (renamed values)
- Rename Announcer -> Publisher
v0.1.0 Initial Release
Changelog
- Interfaces from https://spec.projectliberty.io
- Identity Contract
- Registry Contract
- Announcing Contract
- Clone and Beacon Proxy Factories and related contracts
- Migrations contract for contract address lookup via events