-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
T-featureType: featureType: featureT-needs-triageType: this issue needs to be labelledType: this issue needs to be labelled
Description
Component
Forge
Describe the feature you would like
we currently display:
chainid
✅ [Success] Hash: <>
Block: ...
Paid: 0.001080630...
for script results
it would be great if we can also add
- function if we have it (we should because we write it to the report)
- contract name if we have it
displayed here:
foundry/crates/script/src/receipts.rs
Lines 91 to 92 in efdf0ff
| /// Prints parts of the receipt to stdout | |
| pub fn format_receipt(chain: Chain, receipt: &AnyTransactionReceipt) -> String { |
but we should have access to the ScriptSequence here
Additional context
No response
Metadata
Metadata
Assignees
Labels
T-featureType: featureType: featureT-needs-triageType: this issue needs to be labelledType: this issue needs to be labelled
Type
Projects
Status
Backlog