-
Notifications
You must be signed in to change notification settings - Fork 152
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
Merge 5.2 to main #3717
Merged
Merged
Merge 5.2 to main #3717
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previously fog ledger would only report the ledger db metrics on startup and not update the values. Now fog ledger will continue to update the prometheus metrics in its main loop
…3662) * break out fog-view chart
…3668) * break out ledger chart and deprecate fog-services Co-authored-by: Nick Santana <[email protected]>
* remove fog-services fog-service-config charts * remove client-responder-id labels. The value can exceed the k8s lable size limit
* Improve parallel processing when there is only a single monitor The goal of this is to be able to saturate all CPU cores with view key scanning operations when there is a single monitor, which is a pretty common case. In this case, we need to be able to scan multiple blocks in parallel for a single monitor, when it is many blocks behind. I'm tired of waiting for mobilecoind to sync. :) * issue the warning on all error paths where we lose successful work * refactor per eran's suggestions
The enclave panic message is passed to a logger that doesn't work with newlines. In order to keep the contents of the panic message from the enclave a space is used to separate the "Enclave panic:" prefix and the actual message.
* update gha workflow to restore alpha/v5.1.1-dev * better readiness test
For the single node mesh and cycle SCP network tests if the main thread doesn't sleep then it will be constantly fighting the node for the lock on shared data. Making the main thread wait 1 millisecond between polls allows the tests to finish in under 5 seconds, where before they would timeout at 8 minutes.
FYI this pulls in so much history, because I messed up #3686 and did a squash merge |
jgreat
approved these changes
Nov 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.