jarry-xiao / candyland

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

[Gummyroll] Pull insert_or_append out of `merkleRoll`, and make it contract-level abstraction only #82

Closed ngundotra closed 2 years ago

ngundotra commented 2 years ago

Refactor insert_or_append so it is a combination of 2 tree ops.

Right now it is built into the control flow of MerkleRoll functions, which makes reasoning about the tree very difficult.

ngundotra commented 2 years ago

Blocked by #79

ngundotra commented 2 years ago

Closed by #81