taiga
taiga copied to clipboard
Implement multi-asset support
- [x] Add
asset_typefield to Note - [x] Add
token_vppublic input to the circuit with verification againstasset_type - [x] Add
datafield to Note (for NFTs, etc) - [x] Ensure
asset_typeand `data are committed to in the note commitment - [ ] Add
asset_typeanddatato encrypted note output - [ ] Remove or fix support for dummy notes in the multi-asset model
- [ ] Document in spec
- [ ] Make multi-asset tests
This now also depends on implementing example token VPs in #5 .