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

Implement BSIP47 account_update_votes_operation #2023

Open
wants to merge 14 commits into
base: hardfork
Choose a base branch
from

Conversation

oxarbitrage
Copy link
Member

https://github.com/bitshares/bsips/blob/master/bsip-0047.md

Implemented following bsip specs but some things were changed. Most notably this implementation is not storing votes for each referendum categories in additional account object fields by filtering but keep using the same options.votes set.
This will save us from adding new code to account_create_operation and account_update_operation.

I don't think this is ready however good enough i hope for some review.

@abitmore abitmore changed the title Implement BSIP47 Implement BSIP47 account_update_votes_operation Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants