You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# > cast run 0x80bf15b8150af8572ba4d62bfa8afe499ffba7fc9110439eb5510113846515bf
Executing previous transactions from the block.
Traces:
[0] 0x0000B3965781EEF2BdB59A9dB31AB854B44A4Bff::fallback{value: 31000000000000000000}()
└─ ← [Stop]
Transaction successfully executed.
Gas used: 21000
In the example above a simple ether transfer transaction is executed using the cast tooling; one can get a call trace of the transaction using cast run command.
It would be great to have an equivalent, or atleast some way to dive deeper into the call trace of a transaction on the fuelvm.
Solution you'd like
A forc tooling equivalent to obtain a call trace. Will most likely need to be a sub-command or a new CLI tool equivalent to cast.
Notes
No response
The text was updated successfully, but these errors were encountered:
Related Component
forc
Problem you are trying to solve
The sway tooling needs to support transaction traces such that one can analyze the pathways of code executed within a transaction.
For example; when using the foundry tooling one can do this:
In the example above a simple ether transfer transaction is executed using the cast tooling; one can get a call trace of the transaction using
cast run
command.It would be great to have an equivalent, or atleast some way to dive deeper into the call trace of a transaction on the fuelvm.
Solution you'd like
A forc tooling equivalent to obtain a call trace. Will most likely need to be a sub-command or a new CLI tool equivalent to cast.
Notes
No response
The text was updated successfully, but these errors were encountered: