https://github.com/0xpolygon/pbft-consensus
Practical Byzantium Fault Tolerant (PBFT) algorithm
https://github.com/0xpolygon/pbft-consensus
Last synced: 6 months ago
JSON representation
Practical Byzantium Fault Tolerant (PBFT) algorithm
- Host: GitHub
- URL: https://github.com/0xpolygon/pbft-consensus
- Owner: 0xPolygon
- Created: 2021-11-04T08:14:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T08:00:12.000Z (about 3 years ago)
- Last Synced: 2024-06-21T00:20:19.820Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 666 KB
- Stars: 34
- Watchers: 12
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Practical-BFT consensus
## Tracing
You can use OpenTracing to trace the execution of the protocol. Each trace span represents a height/sequence.
## E2E
This repo includes integration tests under [/e2e](./e2e)