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

Reduce wire messages needed for propagating and registering Agreement vote #1394

Merged
merged 3 commits into from May 18, 2022

Conversation

goshawk-3
Copy link
Contributor

fixes #1383

As a proof, single-node network is now able to reach quorum.

{
  "bitset": "1",
  "event": "quorum_reached",
  "hash": "cc6ae795b7...7c1ecc2105",
  "level": "debug",
  "msg": "",
  "node_id": "7100",
  "process": "consensus",
  "provs": [
    "BLS key: ada282d4c9...6ebe52046c, Stakes: [Value: 2000000000000000, Reward: 720000000000, Counter: 0, Eligibility: 0]"
  ],
  "quorum_target": 1,
  "round": 51,
  "s_voted_c": [
    "Key: ada282d4c9...6ebe52046c, Count: 1"
  ],
  "s_voting_c": [
    "Key: ada282d4c9...6ebe52046c, Count: 1"
  ],
  "step": 6,
  "time": "2022-05-17T10:17:54",
  "total_votes": 1
}

Copy link
Member

@herr-seppia herr-seppia left a comment

Choose a reason for hiding this comment

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

LGTM

@goshawk-3 goshawk-3 merged commit bae569e into master May 18, 2022
@goshawk-3 goshawk-3 deleted the fix-1383 branch May 18, 2022 10:15
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.

Register a vote locally before sending my own agreement
2 participants