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

Core/197/revert bigchain deletes #330

Merged
merged 10 commits into from
Jun 2, 2016
Merged

Conversation

rhsimplex
Copy link
Contributor

@rhsimplex rhsimplex commented May 25, 2016

Resolves #197, ready for review.

if util.verify_vote_signature(block, vote):
return block
else:
raise ImproperVoteError('Block {block_id} already has in incorrectly signed vote '
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you meant to write "...has an incorrectly signed vote"

@r-marques
Copy link
Contributor

👍

@rhsimplex rhsimplex merged commit 0f13da5 into master Jun 2, 2016
sbellem pushed a commit to sbellem/bigchaindb that referenced this pull request Oct 24, 2016
* naive revert

* skip voting if already voted

* typo

* poison pill

* tests

* reversions

* block reverter is separate process

* factor out previous vote checking

* add tests
@ttmc
Copy link
Contributor

ttmc commented Nov 5, 2016

Note: Even though this branch was merged, the BlockDeleteRevert class is now gone. The wire protocol firewall (#594) will prevent deletes in the bigchain table.

@vrde vrde deleted the core/197/revert-bigchain-deletes branch March 21, 2018 15:40
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.

None yet

3 participants