fix: several issues with the passing receipt to hooks change (#869)
Closes: #868 Solution: - contract address in receipt should only be the newly created contract - fix the order of operations in state transition - compute contract address in `ApplyTransaction` on the fly Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
co-authored by
Federico Kunze Küllmer
parent
7ec5e5fdef
commit
7c53e32c78
@@ -491,7 +491,6 @@ MsgEthereumTxResponse defines the Msg/EthereumTx response type.
|
||||
| `ret` | [bytes](#bytes) | | returned data from evm function (result or data supplied with revert opcode) |
|
||||
| `vm_error` | [string](#string) | | vm error is the error returned by vm execution |
|
||||
| `gas_used` | [uint64](#uint64) | | gas consumed by the transaction |
|
||||
| `contract_address` | [string](#string) | | hex address of the contract created / called |
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user