Skip to content

feat: merge-train/fairies#22456

Merged
AztecBot merged 4 commits into
nextfrom
merge-train/fairies
Apr 10, 2026
Merged

feat: merge-train/fairies#22456
AztecBot merged 4 commits into
nextfrom
merge-train/fairies

Conversation

@AztecBot

@AztecBot AztecBot commented Apr 10, 2026

Copy link
Copy Markdown
Collaborator

BEGIN_COMMIT_OVERRIDE
fix: passing in user call info from wallet (#21937)
feat: add RPC endpoints to manipulate time (#22084)
END_COMMIT_OVERRIDE

Robustly handles selection of return value when simulating private
function by passing in the information of which call corresponds to the
return value "user intends to get" from the wallet.

I am not super sure this is the best way to go because it seems messy
that we have that info bolted on `TxSimulationResult` when
`TxSimulationResult` is more of a lower-level thing that doesn't care
about what is a user call and what is a fee call. If we don't do it like
that then this PR would need to become much bigger as we need to somehow
forward that information.

Happy to redo this if we come up with a better approach.

Closes
https://linear.app/aztec-labs/issue/F-483/handle-simulation-with-nested-calls-and-without-account-contract

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: thunkar <gregojquiros@gmail.com>

@ludamad ludamad left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Auto-approved

@AztecBot AztecBot added this pull request to the merge queue Apr 10, 2026
@AztecBot

Copy link
Copy Markdown
Collaborator Author

🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass.

Merged via the queue into next with commit 378f0d2 Apr 10, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants