forked from boscore/bos
-
Notifications
You must be signed in to change notification settings - Fork 0
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
3.0.x #9
Merged
Merged
3.0.x #9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eosio.msig added new actions: oppose unoppose abstain unabstain update cleos to support above actions, and update "cleos multisig review" to show the oppose/abstain opposals.
fix EOSIO dlog error
fix EOSIO dlog error
…ise pbft signals.
…s testcase for issue 114 in boscore
Feature/dpos pbft bos upgrade:Bug Fixes & Performance Improvements
prepare the 3.0.1 release to master
v3.0.1 into develop
* optimise for return value. * reset timer upon state transition; refactor code; * add global object to control pbft behavior; optimise checkpoint logic * refactor pbft db persistence * fix tests * reset view change timer when global timeout is changed. * reserve prepare only if my_prepare is on forks * reserve prepare only if my_prepare is on forks * Modify reserve prepare test case
update cleos to support eosio.msig new actions
update cleos to support eosio.msig new actions
release v3.0.2 to master
* fix pbft cert generation and validation * attempt to fix bad prepared cert * fix longest fork threshold * redo cert validation * refactor validation, add comments * clean up longest fork validation * add watermark check
further fix on pbft certs
prepare for v3.0.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Description
Consensus Changes
API Changes
Documentation Additions