feat: small defense in depth check for the evm inspector - #3781
Conversation
Pull request overviewAdds a small defense-in-depth layer to the EVM inspector: the receipt returned by Changes:
Reviewed changesPer-file summary
FindingsNon-blocking (nits, follow-ups, suggestions):
✅ Approved |
|
Should we add this guard for Starknet as well? |
I thought about it but it seems not simple for Starknet, as the receipts have a different structure (but I do not understand the details very well, as this is Starknet specific stuff) |
|
I think we have transaction hashes for the Starknet providers as well: https://www.alchemy.com/docs/chains/starknet/starknet-api-endpoints/starknet-get-transaction-receipt https://www.quicknode.com/docs/starknet/starknet_getTransactionReceipt @anodar please keep me honest on this |
haiyuechen-nearone
left a comment
There was a problem hiding this comment.
Starknet tx hash check can be added as a follow up, I think this is good to go.
anodar
left a comment
There was a problem hiding this comment.
LGTM. Dropped some optional nits.
…or-receipt-and-log-to-the-requested-transaction
Closes #3681