Closed Manav-Aggarwal closed 2 years ago
Adds the following methods required for Fraud Proof Generation to the ABCI interface:
GetAppHash () -> appHash
GenerateFraudProof (beginBlockRequest, []deliverTxRequests, endBlockRequest) -> FraudProof
See https://github.com/celestiaorg/tendermint/pull/63 for more detail
Closed by: https://github.com/celestiaorg/cosmos-sdk-rollmint/pull/1
Adds the following methods required for Fraud Proof Generation to the ABCI interface:
GetAppHash () -> appHash
GenerateFraudProof (beginBlockRequest, []deliverTxRequests, endBlockRequest) -> FraudProof
See https://github.com/celestiaorg/tendermint/pull/63 for more detail