Skip to content

Releases: cusma/d-asa

v0.21.0 - ACTUS

19 Mar 09:18
75f7958

Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v.0.21.0

v0.20.0 - ACTUS

13 Mar 23:38
9dd767c

Choose a tag to compare

ACTUS

D-ASA full tokenization framework for ACTUS-compliant debt instruments, issued and executed on the Algorand Virtual Machine.

What's Changed

Full Changelog: v0.12.0...v0.20.0

v0.12.0

06 Mar 16:06
5ccdeeb

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

05 Mar 10:54
7c32a06

Choose a tag to compare

What's Changed

  • chore: reorg project structure by @cusma in #87
  • feat: add holding address to payment authorization by @cusma in #88

Full Changelog: v0.10.0...v0.11.0

v0.10.0

04 Mar 17:19
a2c40e6

Choose a tag to compare

This release introduces a complete new architecture for the D-ASA reference implementation:

Modular Architectural Axes

The new D-ASA architecture is organized along four orthogonal axes:

  • Axis A: RbacModule and AccountingModule
  • Axis B: Principal at maturity (PAM) vs No principal at maturity (PBN)
  • Axis C: Coupon vs No-coupon cashflow
  • Axis D: CoreFinancial (compute), PaymentAgent (execute payments), TransferAgent (transfer ownership)

What's Changed

Full Changelog: v0.6.0...v0.10.0

v0.6.0

20 Feb 14:43
f6abf08

Choose a tag to compare

What's Changed

  • Python 3.13
  • Smart Contracts now use native Algorand Python types (instead of verbose arc4 types)
  • Fix: update_interest_rate signature now is coherent with the specs

Full Changelog: v0.5.0...v0.6.0

v0.5.0

03 Nov 10:47
3de83a8

Choose a tag to compare

What's Changed

  • chore: github-actions dependencies update
  • chore: python dependencies update
  • build: new TEAL artifacts (updated puyapy compiler)
  • docs: general reorganization of docs structure by @cusma in #38

⚠️ WARNING: This release contains security enhancements to all the contracts, due to the PuyaPy compiler update. For further details, refer to this bulletin.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Feb 14:53
8214689

Choose a tag to compare

What's Changed

  • ci: conditional execution of composite actions by @cusma in #13
  • specs: ACTUS by @cusma in #15
  • specs: ACTUS, second part by @cusma in #17
  • feat: principal discount by @cusma in #18
  • chore: update deployment by @cusma in #19
  • chore: algoutils v3 migration by @cusma in #20
  • fix: algokit utils deployment by @cusma in #27
  • chore: dependabot workflow by @cusma in #28

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

15 Jan 13:19
71b104d

Choose a tag to compare

What's Changed

  • feat: settlement asset info by @cusma in #11

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 Jan 10:55
cdb3ad0

Choose a tag to compare

What's Changed

  • feat: settlement asset by @cusma in #9

Full Changelog: v0.2.0...v0.3.0