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

[CHIA-1156] Tweak gather_signing_info to work with multiple vaults and finish TXs #18476

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

Quexington
Copy link
Contributor

@Quexington Quexington commented Aug 15, 2024

While doing some other work, I noticed that the Vault's gather_signing_info method was a little bit rigid in what it would sign. It would only sign one single vault spend in a bundle that it saw, and it would also assume that every vault spend that it saw needed to be signed. This PR makes sure it only attempts to sign vaults that have a p2_delegated_secp puzzle inside and also allows it to sign multiple at once.

@Quexington Quexington added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog vault labels Aug 15, 2024
@Quexington Quexington changed the title Tweak gather_signing_info to work with multiple vaults and finish TXs [CHIA-1156] Tweak gather_signing_info to work with multiple vaults and finish TXs Aug 15, 2024
@Quexington Quexington marked this pull request as ready for review August 15, 2024 20:42
@Quexington Quexington requested a review from a team as a code owner August 15, 2024 20:42
@Quexington Quexington closed this Aug 19, 2024
@Quexington Quexington reopened this Aug 19, 2024
@Quexington Quexington closed this Aug 19, 2024
@Quexington Quexington reopened this Aug 19, 2024
Copy link
Contributor

File Coverage Missing Lines
chia/wallet/vault/vault_drivers.py 75.0% lines 135
Total Missing Coverage
18 lines Unknown 94%

Copy link
Contributor

@markelrod markelrod left a comment

Choose a reason for hiding this comment

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

coverage exceptions ok

@Quexington Quexington merged commit 5847164 into long_lived/vault Aug 20, 2024
1105 of 1110 checks passed
@Quexington Quexington deleted the quex.vault_gsi branch August 20, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog coverage-diff vault
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants