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

feat: extendable local state DAG #1219

Closed
wants to merge 3 commits into from

Conversation

grumbach
Copy link
Member

@grumbach grumbach commented Jan 24, 2024

Description

Summary generated by Reviewpad on 24 Jan 24 08:15 UTC

This pull request introduces a new feature of an extendable local state Directed Acyclic Graph (DAG). It includes modifications to several files, such as adding a new file "audit.rs" under "subcommands/wallet" directory, renaming "wallet.rs" to "mod.rs" in the same directory, and modifying the "spend_dag.rs" and "spend_dag_building.rs" files in the "audit" directory. The changes enable the gathering and dumping of a spend DAG from/to a file, as well as merging and extending an existing DAG. These modifications enhance the functionality and flexibility of the wallet auditing process.

@reviewpad reviewpad bot added the Small Pull request is small label Jan 24, 2024
@reviewpad reviewpad bot added Medium Medium sized PR and removed Small Pull request is small labels Jan 29, 2024
@grumbach grumbach force-pushed the dag_extendable branch 3 times, most recently from 53c8208 to 84ee292 Compare January 30, 2024 08:20
sn_cli/src/subcommands/wallet/audit.rs Dismissed Show dismissed Hide dismissed
@grumbach grumbach marked this pull request as ready for review February 1, 2024 08:31
@reviewpad reviewpad bot requested a review from bochaco February 1, 2024 08:31
@grumbach grumbach closed this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Medium Medium sized PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant