-
Notifications
You must be signed in to change notification settings - Fork 143
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: Fix to deterministic iteration order #12401
fix: Fix to deterministic iteration order #12401
Conversation
Signed-off-by: Neeharika-Sompalli <[email protected]>
...ava/com/hedera/node/app/service/consensus/impl/schemas/InitialModServiceConsensusSchema.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Neeharika-Sompalli <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/0.48 #12401 +/- ##
===============================================
Coverage 61.06% 61.07%
Complexity 30791 30791
===============================================
Files 3442 3442
Lines 140918 140918
Branches 14704 14704
===============================================
+ Hits 86056 86060 +4
+ Misses 51097 51096 -1
+ Partials 3765 3762 -3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @Neeharika-Sompalli !
Signed-off-by: Neeharika-Sompalli <[email protected]>
) Signed-off-by: Neeharika-Sompalli <[email protected]>
* release/0.48: chore: Migration fixes from state dumpers (#12392) fix: Clean up leaked virtual maps after migration (#12411) fix: Fix signing requirements for updating metadata on Token (#12409) feat: Utilization metrics (#12402) fix: Fix to deterministic iteration order (#12401) fix: (mono) reclaim entity id after failed auto-create; avoid `FAIL_INVALID` on invalid token id (#12322) chore: rely on protobuf release 48 branch instead of main (#12376) fix: fixed diff test issue 12355. (#12375) fix: ContractCallLocal INSUFFICIENT_GAS ERROR (#12362) fix: disable birth rounds (#12351) # Conflicts: # hedera-node/hedera-app/src/main/java/com/hedera/node/app/Hedera.java # hedera-node/hedera-app/src/main/java/com/hedera/node/app/state/merkle/MerkleHederaState.java
Signed-off-by: Neeharika-Sompalli <[email protected]>
No description provided.