hashcloak / katzenmint-pki

A BFT PKI for the Katzenpost Authority PKI System using Tendermint
Apache License 2.0
2 stars 1 forks source link

Create a state transition application on tendermint using ABCI. #16

Open sbc64 opened 4 years ago

sbc64 commented 4 years ago

This is to figure out how to properly use the ABCI interface that tendermint provides.

Basically it will be a dummy state transition engine that will use the same state values that the current state.go uses:

https://hackmd.io/3yrKZrRYR721F5YuV6tx1w#States-that-the-authority-uses

Future steps will then be to remove the state.go file of the voting server with this katzenmint state transition engine.