Skip to content

Commit e0a3f03

Browse files
feat: add full redeem and enhance bond & equity features (#737)
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
1 parent 46e2002 commit e0a3f03

File tree

71 files changed

+3250
-6630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+3250
-6630
lines changed

.changeset/afraid-views-post.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hashgraph/asset-tokenization-dapp": minor
3+
---
4+
5+
Add getCouponAmountFor info (numerator, denominator, recordDateReached) to see coupon view

.changeset/ats-upstream-enhancements.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.changeset/brave-docs-update.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/busy-loops-move.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@hashgraph/asset-tokenization-sdk": major
3+
"@hashgraph/asset-tokenization-dapp": minor
4+
---
5+
6+
[ATS-SDK] Add tokenBalance and decimals to getCouponFor and [ATS-WEB] add fullRedeem in forceRedeem view and balance in seeCoupons and seeDividend views

.changeset/few-parks-share.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@hashgraph/asset-tokenization-contracts": patch
3+
"@hashgraph/asset-tokenization-sdk": patch
4+
---
5+
6+
fix: CI workflow improvements for reliable releases
7+
8+
1. **Fixed --ignore pattern in ats.release.yml**: Changed from non-existent
9+
`@hashgraph/mass-payout*` to correct `@mass-payout/*` package namespace
10+
11+
2. **Simplified publish trigger in ats.publish.yml**: Changed from
12+
`release: published` to `push.tags` for automatic publishing on tag push
13+
(no need to manually create GitHub release)
14+
15+
3. **Removed recursive publish scripts**: Removed `"publish": "npm publish"`
16+
from contracts and SDK package.json files that caused npm to recursively
17+
call itself during publish lifecycle, resulting in 403 errors in CI

.changeset/fix-scripts-export-path.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/free-pears-make.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hashgraph/asset-tokenization-contracts": minor
3+
---
4+
5+
Add bytes operationData to ClearingOperationApproved event in case of creating a new hold to send the holdId or to be used by other operation in the future

.changeset/full-ghosts-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hashgraph/asset-tokenization-contracts": patch
3+
---
4+
5+
Lock and Clearing operations now trigger account balance snapshots. Frozen balance at snapshots methods created

.changeset/large-aliens-train.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@hashgraph/asset-tokenization-dapp": minor
3+
"@hashgraph/asset-tokenization-sdk": patch
4+
---
5+
6+
Add a checkbox in force redeem view to redeem every tokens if the maturity date has arrived

0 commit comments

Comments
 (0)