lightninglabs / taproot-assets

A layer 1 daemon, for the Taproot Assets Protocol specification, written in Go (golang)
MIT License
457 stars 110 forks source link

[tracking] Provide group key derivation at genesis proof #394

Closed dstadulis closed 11 months ago

dstadulis commented 1 year ago

Wrapper issue to track https://github.com/Roasbeef/bips/pull/33

halseth commented 1 year ago

It could make sense to divide this into PRs

jharveyb commented 1 year ago

Worth noting we're planning to not actually bump the proof file version, but yes this SGTM.

halseth commented 1 year ago

Verify asset_genesis and group_key at initial mint.

Picking up this one.

Roasbeef commented 1 year ago

Needs to be split up into individual issues for the next jaunt.

halseth commented 1 year ago

Verify asset_genesis and group_key at initial mint.

Starting this one

guggero commented 1 year ago

Add asset_genesis and asset_group_key_reveal to proof file (version >= 1)

I'm starting this one. @halseth I hope that's not something you're already working on (tracking issue https://github.com/lightninglabs/taproot-assets/issues/441).

halseth commented 1 year ago

@guggero I have started this one:

Verify asset emission against group key (virtual tx state transition)

so make sense for you to take on the proof file 👍

jharveyb commented 1 year ago

@guggero I have started this one:

Verify asset emission against group key (virtual tx state transition)

so make sense for you to take on the proof file 👍

@halseth would that include populating the witness in the minted asset as well? Thinking of which may not yet have a PR started for implementing them.

halseth commented 1 year ago

@jharveyb If you want to make a PR for populating the witness, feel free to do so! This is a starting point I used just for prototyping it: https://github.com/halseth/taproot-assets/commit/7e8506542545b256614d05c8224a363e3f375ab2#diff-cba29164382adad1ea3c845d266d8fb28e183f1a83e2f8940b23f38d1b608e95R511

However I'm travelling this week, so won't have the chance to make it into a proper PR before next week.

jharveyb commented 1 year ago

Additional items:

Roasbeef commented 1 year ago

Verify asset emission against group key (virtual tx state transition)

@jharveyb will make a tracking issue for this

jharveyb commented 1 year ago

New tracking issues for last two tasks are #465 and #466 .

jharveyb commented 11 months ago

All components are tracked, superceded by #466 and #511 .