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

Eden Based Communities #180

Open
4 tasks
leisterfrancisco opened this issue Nov 9, 2022 · 0 comments
Open
4 tasks

Eden Based Communities #180

leisterfrancisco opened this issue Nov 9, 2022 · 0 comments
Assignees

Comments

@leisterfrancisco
Copy link
Collaborator

leisterfrancisco commented Nov 9, 2022

  • Create a new table called global which it will be a std::variant to manage different states of the smart contract, for example: none, banning_community, ready_vote, update_weight and more.
  • Create a new table called community to handle accepted communities.
  • Migrate votes table to voters to remove the flag attribute and considerer to structure this table as a std::variant.
  • Migrate the stats weight type from uint16_t to uint32_t. When is was developed, It was thought for only 1 community, but since it could be n communities, it's necessary to handle a higher variable type.
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

No branches or pull requests

1 participant