Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added release notes draft for 0.4 #8

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

[Introduction](README.md)

# [Release Notes](./release-notes/index.md)
# Release Notes

- [0.4.0](./release-notes/0.4.0.md)

# Miniscript Templates

Expand Down
30 changes: 30 additions & 0 deletions src/release-notes/0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Release 0.4

## Key Agency
- Key agents are trusted parties that hold custody of one or more keys on a multisig vault. See our [Key Agency FAQ](https://smartvaults.io)
- Key agents can use Smart Vaults to register, configure, and share their signers (x-pubs) with users.
- Key agents can specify their price in USD or sats, in price per signature and/or an annual flat rate or basis points.
- Users discover key agents through the Key Agent catalog, and they collaboratively build vaults.
- Key agent fees are auto-calculated and pro-rated, facilitating processing of micro-transactions to pay key agent fees during low chain-fee time periods.
- Contact us via [Telegram](https://t.me/+I3B8_4tz7sMwZjVh) to become a verified key agent or try it out on the [testnet](https://smartvaults.dev).

## Vault Collaboration
- Added vault invite and join flows, including non-participant ‘watchers’
- Ability to send encrypted chat messages among vault participants.
- Group chat messaging attached to spending proposals.

## Usability Improvements
- Mobile push notifications (blinded/end-to-end encrypted) when a user shares a key, participates in a vault, and when a proposal is made, approved, or broadcast.
- UTXO Management: label receiving addresses and UTXOs, select UTXOs as inputs on transactions.
- Policy path selection: select the tap tree script path when building a transaction (enables more flexible and dynamic miniscript policies)
- Added ability to view vault balances in fiat (web)

## Hardware Wallet Support
- Coldcard (EDGE firmware)

## MiniTapscript template vaults for:
- Decaying Multisig
- Collaborative Custody
- Hold Lock
- Social Recovery

30 changes: 0 additions & 30 deletions src/release-notes/index.md
Original file line number Diff line number Diff line change
@@ -1,30 +0,0 @@
# Release 0.4

## Key Agency
- Key agents are trusted parties that hold custody of one or more keys on a multisig vault. See our [Key Agency FAQ](https://smartvaults.io)
- Key agents can use Smart Vaults to register, configure, and share their signers (x-pubs) with users.
- Key agents can specify their price in USD or sats, in price per signature and/or an annual flat rate or basis points.
- Users discover key agents through the Key Agent catalog, and they collaboratively build vaults.
- Key agent fees are auto-calculated and pro-rated, facilitating processing of micro-transactions to pay key agent fees during low chain-fee time periods.
- Contact us via [Telegram](https://t.me/+I3B8_4tz7sMwZjVh) to become a verified key agent or try it out on the [testnet](https://smartvaults.dev).

## Vault Collaboration
- Added vault invite and join flows, including non-participant ‘watchers’
- Ability to send encrypted chat messages among vault participants.
- Group chat messaging attached to spending proposals.

## Usability Improvements
- Mobile push notifications (blinded/end-to-end encrypted) when a user shares a key, participates in a vault, and when a proposal is made, approved, or broadcast.
- UTXO Management: label receiving addresses and UTXOs, select UTXOs as inputs on transactions.
- Policy path selection: select the tap tree script path when building a transaction (enables more flexible and dynamic miniscript policies)
- Added ability to view vault balances in fiat (web)

## Hardware Wallet Support
- Coldcard (EDGE firmware)

## MiniTapscript template vaults for:
- Decaying Multisig
- Collaborative Custody
- Hold Lock
- Social Recovery