-
Notifications
You must be signed in to change notification settings - Fork 219
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: wallet validation #6468
fix: wallet validation #6468
Conversation
improvments on validation imporovements on UI feedback
Test Results (CI) 3 files 126 suites 39m 46s ⏱️ For more details on these failures, see this check. Results for commit 20fbdd8. ♻️ This comment has been updated with latest results. |
Test Results (Integration tests) 2 files + 2 11 suites +11 42m 45s ⏱️ + 42m 45s For more details on these failures, see this check. Results for commit c9340d8. ± Comparison against base commit 131225c. ♻️ This comment has been updated with latest results. |
|
yes I can see that, busy looking into it |
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.
utACK
@@ -40,7 +40,7 @@ pub struct BaseNodeServiceConfig { | |||
impl Default for BaseNodeServiceConfig { | |||
fn default() -> Self { | |||
Self { | |||
base_node_monitor_max_refresh_interval: Duration::from_secs(90), | |||
base_node_monitor_max_refresh_interval: Duration::from_secs(30), |
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.
We need to update the default value in the corresponding config.toml file as well
@@ -157,7 +157,7 @@ event_channel_size = 3500 | |||
[wallet.base_node] | |||
# Configuration for the wallet's base node service | |||
# The refresh interval (default = 3 s) |
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.
# The refresh interval (default = 3 s) | |
# The refresh interval (default = 30 s) |
Description
Fixed small bugs in validation
Fixed small bugs in wallet display of coinbases and one-sided payments