Raptor3um / raptoreum

MIT License
317 stars 134 forks source link

Assets #2 Add OP_ASSET_ID followed by a list for identification of assets #241

Closed Bigpiggy01 closed 7 months ago

Bigpiggy01 commented 1 year ago

Refractor current code and add base code to add Add OP_ASSET_ID to transactions.

OP_ASSET_ID to be:

  1. 256 bytes in length
  2. fully spendable ie can be included with address scripts
  3. list written to chain similarly to protxhashes.

A) ensure full backwards and forwards compatibility post changes.

B) Create appropriate unit and possibly fuzz or other tests to ensure compliance and avoid unforeseen issues.

Bigpiggy01 commented 7 months ago

Live on testnet now!