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

consensus: update dbft library (neox-2.x) #1095

Merged
merged 1 commit into from
Jun 24, 2020

Conversation

roman-khimov
Copy link
Member

Pick up the following changes:

  • recovery message sending fix
  • tx re-requests on sendRecoveryRequest
  • proposed block checks fix
  • timeout calculation fix for InitializeConsensus
  • removal of TxPerBlock which is irrelevant for neo-go (policying is done by
    the node, not dbft library)

Pick up the following changes:
 * recovery message sending fix
 * tx re-requests on sendRecoveryRequest
 * proposed block checks fix
 * timeout calculation fix for InitializeConsensus
 * removal of TxPerBlock which is irrelevant for neo-go (policying is done by
   the node, not dbft library)
@roman-khimov roman-khimov added this to the v0.76.0 milestone Jun 24, 2020
@roman-khimov roman-khimov merged commit 0397708 into neox-2.x Jun 24, 2020
@roman-khimov roman-khimov deleted the update-dbft-neox-2.x branch June 24, 2020 11:32
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

2 participants