Skip to content

Releases: hashgraph/stablecoin-studio

Support for AWS KMS in custodians library

29 Aug 08:45
3cd63ce
Compare
Choose a tag to compare

AWS KMS included as a custodial provider, minor fixes and updates

What's Changed

Full Changelog: v1.23.1...v1.24.0

v1.23.1

19 Jul 11:43
e04946b
Compare
Choose a tag to compare

Fixes and improves CLI tests: No open handles, fix synchrony, improved test cases and boost speed and coverage.

What's Changed

Full Changelog: v1.23.0...v1.23.1

Tests refactoring

04 Jul 10:20
b849d16
Compare
Choose a tag to compare

UI

  • Increased timeouts to avoid failures.
  • Removed untested mocked elements.
  • Refactored some tests.
  • Implemented memoization to optimize renders.
  • Updated snapshots.

CLI

  • Updated tests to pass the pipeline.

SDK

  • Transitioned from integration tests to unit tests by mocking untested objects.
  • Focused on testing the input and output ports: Fireblocks, DFNS, RPC, and the backend.

CONTRACTS

  • Removed redundant tests.
  • Eliminated tests for code not written by us, such as precompiled code.

Improvements

26 Jun 09:58
e034361
Compare
Choose a tag to compare

New Status "EXECUTED" for Multisig Transactions
A new status, "EXECUTED," has been added for multisig transactions. Now, when these transactions are submitted to the DLT (Distributed Ledger Technology), their status will be updated to "EXECUTED" instead of being removed from the database. This enhancement ensures better tracking and management of transaction statuses.

Configurable Backend Scheduler Frequency
The frequency of the backend scheduler can now be configured through an .env file. This improvement allows for greater flexibility and customization of the scheduler’s operation to better suit different deployment environments and usage scenarios.

Integration of Precompiled Smart Contracts with MetaMask
We have integrated precompiled Smart Contracts (SCs) to facilitate token association using MetaMask. This integration simplifies the process for users to manage and interact with their tokens through the popular MetaMask wallet, enhancing the overall user experience.

UI signatures added

23 May 08:39
eabe566
Compare
Choose a tag to compare

UI signatures added

Backend scheduler

21 May 09:24
7c9cf66
Compare
Choose a tag to compare

backend scheduler added to automatically submit signed transactions

Fix Multi-sig transactions start date

14 May 08:12
55d4a24
Compare
Choose a tag to compare

This release fixes the multi-sig transactions start date

Scheduled Multi-Signature Transactions

10 May 10:54
21509f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.19.0...v1.20.0

Enhanced UI Clarity: Multisig Visibility Update

29 Apr 13:01
84d3212
Compare
Choose a tag to compare

To simplify the user experience and enhance interface clarity, the multisig option will now be hidden unless it is specifically configured in the .env file of the SDK. This update ensures that users see only those options that are active and configured, streamlining navigation and reducing setup complexity.

Blade connector v1.3.0

22 Apr 09:25
ea81da9
Compare
Choose a tag to compare

Blade connector version upgraded to v1.3.0. Hashpack disbaled from UI.