Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DryrunTransactionResult disassembly field ambiguous #3563

Closed
barnjamin opened this issue Feb 4, 2022 · 0 comments · Fixed by #3577
Closed

DryrunTransactionResult disassembly field ambiguous #3563

barnjamin opened this issue Feb 4, 2022 · 0 comments · Fixed by #3577
Assignees
Labels
new-feature-request Feature request that needs triage

Comments

@barnjamin
Copy link
Contributor

Problem

When debugging a set of transactions using the Dryrun REST endpoint, if an application call is signed by logic two programs are evaluated but there is only space for one disassembled program:

// Disassembled program line by line.
Disassembly []string `json:"disassembly"`

Solution

Add another field to allow both disassembled programs to be returned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature-request Feature request that needs triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants