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

rusk-wallet: Implement history pagenation and search #3298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Daksh14
Copy link
Contributor

@Daksh14 Daksh14 commented Dec 28, 2024

Closes #3292

Test it out and let me know

@Daksh14 Daksh14 force-pushed the history-pagnation-and-search branch from 34d1bb0 to 7ea885a Compare January 13, 2025 18:06
Copy link
Contributor

@welf welf left a comment

Choose a reason for hiding this comment

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

Could you please also fix clippy errors?

@@ -367,6 +369,16 @@ pub(crate) fn request_address(
.prompt()?)
}

pub(crate) fn tx_history_list(
history: &[TransactionHistory],
) -> anyhow::Result<String> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please use thiserror instead of anyhow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rusk-wallet: Large history pollutes stdout, implement pagnation for big history
2 participants