-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
Milestone
Description
This PR introduces support for asset group key signatures using an external key during asset minting: #1272.
To enhance functionality, the unsigned PSBT generated during the minting process should include additional asset metadata, such as:
- Asset ID
- Asset name
- Units to be minted
This enrichment would allow external signing software to display helpful asset metadata, providing more transparency and usability during the signing process.
We can add arbitrary fields to psbt.Packet.Unknowns
.
Shaping TODO
We need additional shaping on the following:
- Decide on a global key prefix to ensure uniqueness and avoid conflicts.
- Define the exact fields that need to be included.
- Determine how to encode the
Value
for these fields as bytes.Value
field encoding needs to be easy for hardware signers to decode.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 New