abci: remove unused fields from CheckTXResponse (part 1) (#8605)

abci: Removed Info, Log, Events and GasUsed from ResponseCheckTx. 
spec: Updated info on ResponseCheckTx to reflect field removal.
This commit is contained in:
Jasmina Malicevic
2022-05-25 23:06:16 +02:00
committed by GitHub
parent f33722b423
commit 4c857a7ed2
14 changed files with 326 additions and 468 deletions

View File

@@ -56,7 +56,6 @@ func (env *Environment) BroadcastTxSync(ctx context.Context, req *coretypes.Requ
return &coretypes.ResultBroadcastTx{
Code: r.Code,
Data: r.Data,
Log: r.Log,
Codespace: r.Codespace,
MempoolError: r.MempoolError,
Hash: req.Tx.Hash(),