What's Changed
- P2WSH on SRC-20 / Disable ARC4 on P2WSH/SRC-20 / Update Supply/Divisible/Locked Values by @reinamora137 in #375
- enable p2wsh (olga) for SRC-20 as of block 865000 (approx 10/10/2024)
- disable ARC4 ecryption method for olga encoded SRC-20 transactions
- continue to support msgpack and zlib compressed SRC-20 strings (example is not zlib/msgpack'd)
- update supply,divisible,locked value when block is caught up to tip for all unlocked stamps via cp api v2 call.
- this is done concurrently with threads as to not stop the primary loop and minimize API calls being flooded
- only checked every 50 blocks
- cleans up duplicate posh stamps which were not getting excluded on reissuance, which is why the txlist_hash difference
- imports on-chain collection data from src-721
- remove foreigObject from svg creation
Full Changelog: 1.8.6...1.8.7