-
Notifications
You must be signed in to change notification settings - Fork 220
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
feat: add monerod fallback strategy #6764
base: development
Are you sure you want to change the base?
feat: add monerod fallback strategy #6764
Conversation
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.
It's not clear how this data is derived. Please add more context
applications/minotari_merge_mining_proxy/src/proxy/static_responses.rs
Outdated
Show resolved
Hide resolved
Test Results (CI) 3 files 129 suites 37m 25s ⏱️ Results for commit 1ccc2aa. ♻️ This comment has been updated with latest results. |
Test Results (Integration tests)36 tests 36 ✅ 21m 28s ⏱️ Results for commit 1ccc2aa. ♻️ This comment has been updated with latest results. |
applications/minotari_merge_mining_proxy/src/proxy/static_responses.rs
Outdated
Show resolved
Hide resolved
applications/minotari_merge_mining_proxy/src/proxy/static_responses.rs
Outdated
Show resolved
Hide resolved
57ab03a
to
244620b
Compare
4fe0bed
to
0911b91
Compare
Added monerod fallback strategy whereby static monerod responses can be loaded if monerod goes offline. Options are always use monerod, use static monerod responses when monerod goes offline, or always use static monerod responses. With this implementation it is possible to merge mine offline from monerod.
0911b91
to
e555f31
Compare
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.
One question
Description
Closes #6756
Motivation and Context
This could improve merge mining with Tari Universe.
How Has This Been Tested?
System-level testing
Added unit tests
What process can a PR reviewer use to test or verify this change?
Code review
System-level testing
Breaking Changes