gears icon indicating copy to clipboard operation
gears copied to clipboard

`check_tx` and `deliver_tx` are not consistent

Open joneskm opened this issue 10 months ago • 0 comments

check_tx should use a forked version of the multi store. The fork should be reset every block. Currently check_tx runs against the current state and any state changes (due to the checked tx) are discarded. This means that check_tx isn't consistent with deliver_tx.

joneskm avatar Apr 15 '24 15:04 joneskm