Function `deterministicExecTxResult` is define in two different places: [here](https://github.com/cometbft/cometbft/blob/4790ea3/abci/types/types.go#L143) and [here](https://github.com/cometbft/cometbft/blob/4790ea3/types/results.go#L47). `deterministicExecTxResult` For obvious reasons of code maintainability, we should get rid of one of those.