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

convert OperationBuilder map fields to BTreeMap #142

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

zoedberg
Copy link
Contributor

@zoedberg zoedberg commented Feb 1, 2024

This PR changes the OperationBuilder map fields from HashMaps to BTreeMaps, allowing to construct deterministic transitions (because BTreeMap is an ordered map, while with the HashMap we cannot guarantee the inserted pairs are always in the same order)

Copy link
Member

@dr-orlovsky dr-orlovsky left a comment

Choose a reason for hiding this comment

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

ACK 8c50ba5

Good point

@dr-orlovsky dr-orlovsky merged commit 948ba0a into RGB-WG:master Feb 1, 2024
17 of 19 checks passed
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.

2 participants