Finschia / ostracon

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.
Apache License 2.0
70 stars 28 forks source link

Use tendermint application interface #704

Closed ulbqb closed 1 year ago

ulbqb commented 1 year ago

Description

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.

Main changes: https://github.com/Finschia/ostracon/pull/704/commits/9468a158a23f5b1b8d1e6301140d0068d0ca3d65#diff-75a44575533449fa29ea15c49a8e2f400bea0c2705bd378a290d94d382e18da0L17-L41