-
Notifications
You must be signed in to change notification settings - Fork 649
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
Unable to propose a proposal with an approve_proposal
operation
#214
Comments
From @abitmore on January 3, 2017 22:59 Actually it should be |
FC_ASSERT( other.size() == 0) |
closed by #841 |
Reopened - replay is failing with pr #841 |
#841 contained a fix, plus hardfork protection to prevent a proposal_update from being included in a proposal_create. |
I was thinking of the same thing.. Thank you @pmconrad for the explanation. |
Revised HF protection for #214 with additional test scenario
Fixed with #857. |
From @abitmore on June 4, 2016 19:0
Got this message while trying to propose a proposal with an
approve_proposal
operation:The issue is probably caused by lack of size checking on
auth.key_auths
before this line in proposal.cpp, imo the code could beTo fix this issue, a hard fork is needed.
Copied from original issue: cryptonomex/graphene#658
The text was updated successfully, but these errors were encountered: