gears
gears copied to clipboard
`check_tx` and `deliver_tx` are not consistent
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
.