rmrk-team / rmrk-spec

The RMRK NFT Specification
GNU General Public License v3.0
94 stars 36 forks source link

Change in LIST cancellation from cancel to zero #21

Closed Swader closed 3 years ago

Swader commented 3 years ago

The LIST cancelation was done with the keyword cancel so far. However, this is unnecessary - it spends extra bytes and mixes strings and numbers. By allowing cancels via just the number 0, we save on fees and keep it all BigInt-friendly for typed languages.

Effects: none, no implementers have added usable listings yet, so this should not need a version bump. This will be merged in 1 hour if there are no objections.