-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Balance Recorder & Hard Forks #244
base: master
Are you sure you want to change the base?
Conversation
… the updated field is not getting updated
…nd 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
added seller/buyer to filter completed trades
…ated release which uses Groups for as a reserved word
…ade it under the assumption that it was used for reward distributions when it is used for block signatures only
…y testing environment and causes problems in production
…ow case-sensitive. Since it is now case-sensitive it needs to be in all caps, so when other SQL statements call on this table using the Groups without backticks it will be compatible. When Groups is used in a statement without back ticks or quotes it automatically gets converted into capital letters.
…dded some fail safes in case the admin groups are empty
…ved the fail-safe feature trigger since the ignore level feature trigger now satisfies it implicitly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All changes have been being tested on devnet for a while, everything is working as expected.
Only thing necessary now is to set the featureTrigger block for the new triggers:
"adminsReplaceFoundersHeight": 9999999, "nullGroupMembershipHeight": 9999999, "ignoreLevelForRewardShareHeight": 9999999
I will do this as the auto-update preparation completes.
Balance recorder implementation and 3 hard forks ... Admins Replace Founders, Null Group Membership and Ignore Level For Reward Share