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

fix: use correct group index for composer.buildTransactions() #384

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

neilcampbell
Copy link
Contributor

@neilcampbell neilcampbell commented Feb 26, 2025

Fixes #383

When simulating using skipSignatures: true on a transaction group containing multiple ABI methods, the return values would not be decoded correctly. This was due to an incorrect transaction group index being assigned to the ABI method context used when decoding.

@neilcampbell neilcampbell marked this pull request as ready for review February 27, 2025 05:16
@neilcampbell neilcampbell merged commit e9efed8 into main Feb 27, 2025
2 checks passed
@neilcampbell neilcampbell deleted the fix/simulate-return branch February 27, 2025 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Returning results in simulate - behavior change from 8.0.3-->8.2.1?
2 participants