Releases: cusma/d-asa
Releases · cusma/d-asa
v0.21.0 - ACTUS
What's Changed
- docs: minor by @cusma in #131
- docs: specs versioning by @cusma in #132
- docs: readme and terminology by @cusma in #133
- feat: fund due cashflow permission by @cusma in #134
- feat: no arranger lockout by @cusma in #135
- feat: validations by @cusma in #136
- release: v0.21.0 by @cusma in #137
Full Changelog: v0.20.0...v.0.21.0
v0.20.0 - ACTUS
ACTUS
D-ASA full tokenization framework for ACTUS-compliant debt instruments, issued and executed on the Algorand Virtual Machine.
What's Changed
- docs: nit by @cusma in #91
- sdk: registry by @cusma in #92
- sdk: models by @cusma in #93
- sdk: actus schedule by @cusma in #94
- sdk: AVM normalization by @cusma in #95
- avm: kernel by @cusma in #96
- avm: accounting by @cusma in #97
- avm: actus schedule by @cusma in #98
- avm: complete kernel by @cusma in #99
- avm: payment transfer agents by @cusma in #100
- chore: remove deprecated files by @cusma in #101
- feat: d-asa app by @cusma in #102
- feat: pam by @cusma in #103
- chore(deps-dev): bump black from 26.1.0 to 26.3.1 by @dependabot[bot] in #104
- chore: update conftest helpers by @cusma in #105
- chore: bump dependencies by @cusma in #106
- chore: deployments by @cusma in #107
- chore: method names by @cusma in #108
- feat: observed cash event by @cusma in #109
- docs: update by @cusma in #110
- chore: canonical artifacts in sdk by @cusma in #111
- feat: set default by @cusma in #112
- test: e2e by @cusma in #117
- feat: docker, makefile, contributing by @cusma in #118
- feat: sdk by @cusma in #120
- docs: jupyter examples by @cusma in #121
- chore: pkg by @cusma in #122
- fix: deploy script by @cusma in #124
- release: v0.20.0 by @cusma in #123
- chore: testnet by @cusma in #128
Full Changelog: v0.12.0...v0.20.0
v0.12.0
v0.11.0
v0.10.0
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:
RbacModuleandAccountingModule - 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
- feat: module RBAC by @cusma in #71
- feat: module accounting by @cusma in #72
- docs: general reorg by @cusma in #73
- test: conftest refactor by @cusma in #74
- docs: various fixes and additions by @cusma in #75
- feat: module mixins by @cusma in #77
- fix: no self or null transfer by @cusma in #80
- chore: mro validation by @cusma in #81
- chore: op daemon by @cusma in #83
- mixins architecture by @cusma in #78
- chore(deps): bump the minor-and-patch group across 1 directory with 2 updates by @dependabot[bot] in #79
- chore: update deployment ids by @cusma in #84
- ci: mdbook mermaid by @cusma in #85
- chore: fix mermaid syntax by @cusma in #86
Full Changelog: v0.6.0...v0.10.0
v0.6.0
What's Changed
- Python 3.13
- Smart Contracts now use native Algorand Python types (instead of verbose
arc4types) - Fix:
update_interest_ratesignature now is coherent with the specs
Full Changelog: v0.5.0...v0.6.0
v0.5.0
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
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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
- @aorumbayev made their first contribution in #21
Full Changelog: v0.3.1...v0.4.0