qortal/src
catbref 24eb7c6933 Allow MESSAGE transactions to have no recipient.
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.
2020-05-18 09:09:35 +01:00
..
main Allow MESSAGE transactions to have no recipient. 2020-05-18 09:09:35 +01:00
test Allow MESSAGE transactions to have no recipient. 2020-05-18 09:09:35 +01:00