mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-18 21:25:47 +00:00
Group owner now derived from CREATE_GROUP transaction creator's public key. Added 'reduced' group name to GroupData, with corresponding change to DB. Renamed GroupData.getIsOpen() to simply isOpen(). Tidied up CreateGroupTransactionData, adding 'reduced' group name. Renamed getIsOpen() to simply isOpen(). Added code to generated reduced group name when building genesis block. Added Group.MIN_NAME_SIZE of 3. DB tables changed to add reduced_group_name where appropriate, removing owner where necessary. Added GroupRepository.reducedGroupNameExists(String). Fixed up test blockchain configs in src/test/resources/test-chain-v2*.json.