Checklist
Lotus component
What is the motivation behind this feature request? Is your feature request related to a problem? Please describe.
I want to measure GasUsed for contract deployment. The best ways I know how to get this are wait-msg and search-msg, which both take a messageCid parameter. I am using lotus evm deploy to deploy FEVM smart contracts, but this doesn't provide the messageCid.
Describe the solution you'd like
lotus evm deploy should report the messageCid.
Describe alternatives you've considered
Alternatively, more information could be provided in the final result reported at the end of lotus evm deploy. This would need to contain all of the information from wait-msg:
- tip set
- exit code
- gas used
- return value
I don't propose this approach because I would prefer for evm deploy to behave more like send.
Additional context
No response
Checklist
Ideas.Lotus component
What is the motivation behind this feature request? Is your feature request related to a problem? Please describe.
I want to measure GasUsed for contract deployment. The best ways I know how to get this are
wait-msgandsearch-msg, which both take a messageCid parameter. I am usinglotus evm deployto deploy FEVM smart contracts, but this doesn't provide the messageCid.Describe the solution you'd like
lotus evm deployshould report the messageCid.Describe alternatives you've considered
Alternatively, more information could be provided in the final result reported at the end of
lotus evm deploy. This would need to contain all of the information fromwait-msg:I don't propose this approach because I would prefer for
evm deployto behave more likesend.Additional context
No response