Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
This PR changes Application interface to use Tendermint as possible. This renames CheckTxSync to CheckTx to use Tendermint's CheckTx so it is required to modify application implementation.
Description
This PR changes
Application
interface to use Tendermint as possible. This renamesCheckTxSync
toCheckTx
to use Tendermint'sCheckTx
so it is required to modify application implementation.Main changes: https://github.com/Finschia/ostracon/pull/704/commits/9468a158a23f5b1b8d1e6301140d0068d0ca3d65#diff-75a44575533449fa29ea15c49a8e2f400bea0c2705bd378a290d94d382e18da0L17-L41