uint256 seems like overkill for transaction status, which per the mentioned EIP-658 is a single bit. Do we foresee overloading this field in the near future?
I don’t think that the post-state case can happen at this time. If there are no new use cases that need the full width of this field, it could be reduced to a bool instead.