Skip to content
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

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Conversation

kennycud
Copy link

Balance recorder implementation and 3 hard forks ... Admins Replace Founders, Null Group Membership and Ignore Level For Reward Share

kennycud and others added 26 commits December 10, 2024 14:07
…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
Copy link
Member

@crowetic crowetic left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants