mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-22 02:47:51 +00:00
This allows on-chain messages to a group, including NO_GROUP / groupID zero. No-recipient messages cannot have an amount - where would it go? Changed MESSAGE serialization layout to add boolean indicating whether recipient is present. Changed MESSAGE serialization layout so assetID is after amount, and only present if amount is non-zero. Changed DB table structures to cover above. Added unit tests to cover above.