Skip to content

Releases: hashgraph/asset-tokenization-studio

1.11.0

12 Feb 13:04
b0771ee
Compare
Choose a tag to compare

New Features:

  • Hold Module

What's Changed

Full Changelog: 1.10.0...1.11.0

v1.10.0

29 Jan 08:23
5f0596d
Compare
Choose a tag to compare
  • 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

31 Dec 11:37
b557f7f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.1...1.8.0

UI improvements and Contracts project enhancements

11 Nov 12:00
2acd32d
Compare
Choose a tag to compare

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

Full Changelog: 1.6.0...1.6.1

Enhanced Security Controls and Bond Management Updates

28 Oct 11:03
9117732
Compare
Choose a tag to compare

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

10 Oct 14:56
510efd1
Compare
Choose a tag to compare

smart contracts update integrating the full diamond/resolver pattern.

Minor changes

30 Sep 09:10
36af658
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

Improve mirror calls, interface for diamond resolver and HWC session

30 Sep 09:04
7197866
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.3.2...1.4.0

Minor fixes

11 Sep 11:18
f082405
Compare
Choose a tag to compare
fix: pipeline (#34)

Signed-off-by: Mario Francia <[email protected]>

Minor fixes

11 Sep 08:51
1e2b35d
Compare
Choose a tag to compare
ci: added delay (#33)

Signed-off-by: Mario Francia <[email protected]>