Releases: hashgraph/asset-tokenization-studio
1.11.0
New Features:
- Hold Module
What's Changed
- Sprint 10 by @jaime-iobermudez in #276
Full Changelog: 1.10.0...1.11.0
v1.10.0
- UI : total balance for users broken down into available and locked balances
- SC : audit issues fixed
- SC tests improved with TimeTravelling functionality
1.8.0
What's Changed
- ci: Update Workflows based on audit check list and open source checklist by @rbarkerSL in #26
- Sprint 5 by @M-Francia in #140
- chore: add groups to codeowners rules by @PavelSBorisov in #166
- chore: add maintainers as codeowners to all files by @PavelSBorisov in #173
- Sprint 6 by @marcosio in #200
New Contributors
- @rbarkerSL made their first contribution in #26
- @PavelSBorisov made their first contribution in #166
Full Changelog: 1.6.1...1.8.0
UI improvements and Contracts project enhancements
New Features:
- Display EVM Address
- TransferAndLock Enhancement
- Display Loading of Coupons and Dividends
Bug Fixes:
- fromDate Property Update in Security Creation
- Typo Fix in "Conversion"
Project Improvement:
- Hardhat Project Enhancements
What's Changed
- Sprint-4 by @MiguelLZPF in #109
Full Changelog: 1.6.0...1.6.1
Enhanced Security Controls and Bond Management Updates
This release includes bug fixes and new features focused on enhancing security, functionality, and flexibility.
Fixed Bugs:
Resolved role validation inconsistency with onlyRole(_DEFAULT_ADMIN_ROLE).
Corrected _triggerScheduledSnapshots to use "_max" correctly.
Fixed _initCoupon to decode IBond.Coupon instead of uint.
Enabled _onScheduledSnapshotTriggered to initialize without actionId set to 0.
Enhanced applyRoles function to validate input data consistency.
SDK: Resolved issues in setVotingRight, setDividends, and setCoupons.
New Features:
Admins can now update security logics.
Introduced a new role with permissions to edit bond maturity dates along with functionality.
This update provides greater control and reliability across security configurations and bond management features.
diamond/resolver pattern added
smart contracts update integrating the full diamond/resolver pattern.
Minor changes
Improve mirror calls, interface for diamond resolver and HWC session
What's Changed
- Mirror Node Call Update:Updated the mirror node call to use a single call instead of two.
- [Hedera-SDK] Issue with Receipt Status SUCCESS:
- [SC] Diamond Resolver Pattern Implementation: Defined the interface.
- [HWC] Improve Hedera Wallet Connect Session Management: Enhanced session management for connect and disconnect flows.
- [Security] Integration of Snyk Security Warnings
- [Hedera SDK] TransactionAdapted Methods Update: Updated all TransactionAdapted methods to avoid ContractFunctionParameters errors.
Code changes
- Add Smart Contracts Audit Report by @gregscullard in #36
- Doc/readme by @AlbertoMolinaIoBuilders in #32
- secrests added to github workflow by @AlbertoMolinaIoBuilders in #35
- Fix/license headers by @AlbertoMolinaIoBuilders in #41
- Added license field to all package.json by @MiguelLZPF in #42
- Update SECURITY.md by @gregscullard in #8
- Sprint 1 by @MiguelLZPF in #60
- Update versions for 1.4.0 release by @MiguelLZPF in #62
New Contributors
- @gregscullard made their first contribution in #36
Full Changelog: 1.3.2...1.4.0
Minor fixes
fix: pipeline (#34) Signed-off-by: Mario Francia <[email protected]>
Minor fixes
ci: added delay (#33) Signed-off-by: Mario Francia <[email protected]>