https://github.com/onflow/bftune
Byzantine Fault Tolerance (BFT) Testing Framework for Flow
https://github.com/onflow/bftune
Last synced: 4 months ago
JSON representation
Byzantine Fault Tolerance (BFT) Testing Framework for Flow
- Host: GitHub
- URL: https://github.com/onflow/bftune
- Owner: onflow
- License: agpl-3.0
- Created: 2023-05-18T10:36:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T11:26:36.000Z (about 2 years ago)
- Last Synced: 2025-01-09T10:16:39.336Z (6 months ago)
- Size: 13.7 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BFTune
Byzantine Fault Tolerance (BFT) Testing Framework for [Flow](https://github.com/onflow/flow-go)# Introduction
This repository will be used to store the BFTune testing framework.
# Code
Currently, BFTune is embedded within [Flow](https://github.com/onflow/flow-go) in the following places:
- core functionality and unit tests:
- https://github.com/onflow/flow-go/tree/master/insecure
- integration tests:
- https://github.com/onflow/flow-go/tree/master/integration/tests/bft