Open
Description
New behavior in 9.61 is that a special null
asset description set in the CNTRPRTY message makes Counterparty duplicate the previous asset description. This is a concern as the BTC fee of updating an asset is no longer proportional to the DB impact.
Solutions were offered in the dev telegram chat.
- Limit asset length.
- XCP fee on updating asset.
- Normalize the DB; separate table for descriptions.
- Store null as the description and modify the API to perceive the last non-null description as the current one.