-
Notifications
You must be signed in to change notification settings - Fork 648
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
Fix #584 authorize transactions with non-immediate owner authorities #1259
Conversation
72cb34a
to
0592ce3
Compare
Rebased to latest develop branch to resolve conflicts. |
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.
Looks good, thanks!
0592ce3
to
ac310b1
Compare
Rebased on latest hardfork to resolve merge conflict |
@jmjatlanta, @oxarbitrage or @xeroc please review this so we can merge it? Because both I and Peter have pushed some code, it's best that another developer can review it. |
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.
Looks good. Tested on Ubuntu 18.10.
i will want to take a look tomorrow after the feature release is done. thank you. |
libraries/chain/include/graphene/chain/protocol/transaction.hpp
Outdated
Show resolved
Hide resolved
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.
looks good to me, great work, thanks.
PR for #584.
Todo:
- [ ] update proposal tests after implemented Let proposal_update_operation fail if it approves a proposal but the proposal fails to execute #278.update: moved this job to Let proposal_update_operation fail if it approves a proposal but the proposal fails to execute #278.- [ ] fix test cases after Parallel preprocessing of blocks + transactions #1360 is merged- [ ] fix code after Resolve 1371: sorting of public_keys is inefficient #1401 is merged