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

fix: wallet validation #6468

Merged

Conversation

SWvheerden
Copy link
Collaborator

Description

Fixed small bugs in validation
Fixed small bugs in wallet display of coinbases and one-sided payments

improvments on validation
imporovements on UI feedback
@SWvheerden SWvheerden requested a review from a team as a code owner August 14, 2024 18:06
Copy link

github-actions bot commented Aug 14, 2024

Test Results (CI)

    3 files    126 suites   39m 46s ⏱️
1 303 tests 1 302 ✅ 0 💤 1 ❌
3 901 runs  3 900 ✅ 0 💤 1 ❌

For more details on these failures, see this check.

Results for commit 20fbdd8.

♻️ This comment has been updated with latest results.

@ghpbot-tari-project ghpbot-tari-project added P-acks_required Process - Requires more ACKs or utACKs P-reviews_required Process - Requires a review from a lead maintainer to be merged labels Aug 14, 2024
Copy link

github-actions bot commented Aug 14, 2024

Test Results (Integration tests)

 2 files  + 2  11 suites  +11   42m 45s ⏱️ + 42m 45s
35 tests +35  33 ✅ +33  0 💤 ±0  2 ❌ +2 
38 runs  +38  35 ✅ +35  0 💤 ±0  3 ❌ +3 

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.

@hansieodendaal
Copy link
Contributor

FAIL [   0.380s] minotari_wallet::wallet_integration_tests output_manager_service_tests::service::test_txo_validation

@SWvheerden
Copy link
Collaborator Author

FAIL [   0.380s] minotari_wallet::wallet_integration_tests output_manager_service_tests::service::test_txo_validation

yes I can see that, busy looking into it

hansieodendaal
hansieodendaal previously approved these changes Aug 15, 2024
Copy link
Contributor

@hansieodendaal hansieodendaal left a 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),
Copy link
Contributor

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)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# The refresh interval (default = 3 s)
# The refresh interval (default = 30 s)

@SWvheerden SWvheerden merged commit 62531bb into tari-project:development Aug 15, 2024
10 of 16 checks passed
@SWvheerden SWvheerden deleted the sw_validationimprovements branch August 19, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-acks_required Process - Requires more ACKs or utACKs P-reviews_required Process - Requires a review from a lead maintainer to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants