jarry-xiao / candyland

Proof of concept program for compressing NFTs
GNU Affero General Public License v3.0
111 stars 13 forks source link

Adding seq number to Plerkle asset tables (Old PR) #150

Closed danenbm closed 2 years ago

danenbm commented 2 years ago

This PR was replaced with https://github.com/jarry-xiao/candyland/pull/158

danenbm commented 2 years ago

One suggestion was to solve this by emit/wrapping the new leaf schema for any leaf-modifying operation. To me, that seems the easiest method that fits into what we currently are doing.

Other suggestions (I still need to understand more) involve always appending to the cl_items table and potentially doing gap management natively in the database.