forked from cerc-io/laconicd-deprecated
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
@@ -169,6 +169,4 @@ message MsgEthereumTxResponse {
|
||||
string vm_error = 4;
|
||||
// gas consumed by the transaction
|
||||
uint64 gas_used = 5;
|
||||
// hex address of the contract created / called
|
||||
string contract_address = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user