atomicals / atomicals-electrumx

Electrumx Atomicals Indexer Server
MIT License
187 stars 55 forks source link

Only burn when the remaining value equals to the original #229

Closed wizz-wallet-dev closed 3 months ago

wizz-wallet-dev commented 3 months ago

Allocating NFT value from 1000 to <1000 now considered as burned. The request changes the condition to burn only when no values are allocated.

The request also fixes incorrect NFT coloring output when decoding custom coloring in the blueprint builder.

shadowv0vshadow commented 3 months ago

LGTM!