Skip to content

Conversation

@gmalouf
Copy link
Contributor

@gmalouf gmalouf commented Oct 24, 2023

…assets setters in MethodCallTransactionBuilder. Now set solely via lists to ensure stable ordering maintained.

Addresses #651

Existing unit and integration tests were run / are passing.

…assets setters in MethodCallTransactionBuilder. Now set solely via lists to ensure stable ordering maintained.
@gmalouf gmalouf requested review from jasonpaulos and winder October 24, 2023 22:14
@gmalouf gmalouf self-assigned this Oct 24, 2023
@gmalouf gmalouf requested a review from onetechnical October 24, 2023 22:16
@gmalouf gmalouf changed the title Remove de-duping via HashSet from accounts,foriegn apps, and foreign … Patch: Remove de-duping via HashSet from accounts,foriegn apps, and foreign … Oct 24, 2023
Copy link
Contributor

@winder winder left a comment

Choose a reason for hiding this comment

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

LGTM

@gmalouf gmalouf merged commit 408e186 into algorand:develop Oct 25, 2023
@gmalouf gmalouf deleted the stable-collections-transaction-builder branch October 25, 2023 14:54
gmalouf added a commit that referenced this pull request Oct 25, 2023
* Remove de-duping via HashSet from accounts,foriegn apps, and foreign assets setters in MethodCallTransactionBuilder. Now set solely via lists to ensure stable ordering maintained. (#652)

* bump up version to 2.4.0

---------

Co-authored-by: John Lee <[email protected]>
Co-authored-by: Gary <[email protected]>
Co-authored-by: gmalouf <[email protected]>
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.

Use of HashSet to filter out duplicates makes the order of foreign arrays unreliable

3 participants