Skip to content

Releases: hashgraph/asset-tokenization-studio

1.8.0

31 Dec 11:37
b557f7f

Choose a tag to compare

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

Full Changelog: 1.6.1...1.8.0

UI improvements and Contracts project enhancements

11 Nov 12:00
2acd32d

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

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

Choose a tag to compare

smart contracts update integrating the full diamond/resolver pattern.

Minor changes

30 Sep 09:10
36af658

Choose a tag to compare

What's Changed

  • fix project publish by @M-Francia in #63

Full Changelog: 1.4.0...1.4.1

Improve mirror calls, interface for diamond resolver and HWC session

30 Sep 09:04
7197866

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

Choose a tag to compare

fix: pipeline (#34)

Signed-off-by: Mario Francia <mario@io.builders>

Minor fixes

11 Sep 08:51
1e2b35d

Choose a tag to compare

ci: added delay (#33)

Signed-off-by: Mario Francia <mario@io.builders>

Fixed dependencies error

11 Sep 07:01
baf2530

Choose a tag to compare

Fix: publish pipeline and sdk dependencies (#28)

Signed-off-by: Mario Francia <mario@io.builders>
Signed-off-by: Alberto Molina <alberto@io.builders>
Co-authored-by: Alberto Molina <alberto@io.builders>

Integrated Hedera Wallet Connect and NPM Publishing Workflow

06 Sep 13:30
03bf945

Choose a tag to compare

This release introduces the integration of Hedera Wallet Connect, allowing for secure wallet authentication and seamless transactions within the platform. Additionally, a license has been added to all headers, and several UI improvements have been made to enhance user experience. A new workflow has also been implemented to automate the process of publishing to the NPM registry.