mikanikos/Fork-Accountability
Fork accountability algorithm for the Tendermint Consensus protocol
GoMIT
Issues
- 0
Write a complete Readme to present the context and the scope of the project, explain how to run the monitor and validators and show the project structure and its architecture
#8 opened by mikanikos - 1
Write a pseudo-code version of the accountability algorithm and explain its reasoning and correctness, document all the abstractions used in the algorithm implementation and provide all the context information to understand the project.
#15 opened by mikanikos - 0
Add the synchronous version of the accountability algorithm alongside the asynchronous one to allow testing and comparisons
#17 opened by mikanikos - 0
- 0
- 0
Add CI and Test Coverage support
#9 opened by mikanikos - 0
Migrate to Go modules
#10 opened by mikanikos - 0
The monitor should output a small report to summarize the main steps of the algorithm and offer an overview of the whole execution, along with the result
#14 opened by mikanikos - 0
Implement asynchronous version of the algorithm, based on some assumptions (e.g. modifications of the consensus algorithm)
#5 opened by mikanikos - 3
Add support for multi-height experiments
#7 opened by adizere - 0
- 0
- 0
- 0
- 0
- 0
Add the possibility to encrypt and sign messages between monitor and validators with PK cryptography
#6 opened by mikanikos