celestiaorg / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Other
19 stars 33 forks source link

Add new ABCI methods needed for Fraud Proof Generation #271

Closed Manav-Aggarwal closed 2 years ago

Manav-Aggarwal commented 2 years ago

Adds the following methods required for Fraud Proof Generation to the ABCI interface:

  1. GetAppHash () -> appHash
  2. GenerateFraudProof (beginBlockRequest, []deliverTxRequests, endBlockRequest) -> FraudProof

See https://github.com/celestiaorg/tendermint/pull/63 for more detail

Manav-Aggarwal commented 2 years ago

Closed by: https://github.com/celestiaorg/cosmos-sdk-rollmint/pull/1