added capabilities for groups with null ownership including banning and kicking members and member ban cancellations; enforcing group approval thresholds to invites and invite cancellations; the established add and remove admin capabilities were used as guidance for this implementation; this was added as a hardfork to preserve group transactions from previous blocks

This commit is contained in:
kennycud
2024-12-29 18:08:04 -08:00
parent bdbbd0152f
commit a300ac2393
11 changed files with 497 additions and 97 deletions

View File

@@ -106,7 +106,8 @@
"removeOnlyMintWithNameHeight": 9999999999999,
"fixBatchRewardHeight": 9999999999999,
"adminsReplaceFoundersHeight": 9999999999999,
"onlineValidationFailSafeHeight": 9999999999999
"onlineValidationFailSafeHeight": 9999999999999,
"nullGroupMembershipHeight": 20
},
"genesisInfo": {
"version": 4,