-
Notifications
You must be signed in to change notification settings - Fork 2k
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-307] (long-lived) Vault #16610
Draft
Quexington
wants to merge
575
commits into
main
Choose a base branch
from
long_lived/vault
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quexington
added
Added
Required label for PR that categorizes merge commit message as "Added" for changelog
vault
labels
Oct 12, 2023
github-actions
bot
added
the
merge_conflict
Branch has conflicts that prevent merge to main
label
Oct 30, 2023
github-actions
bot
added
merge_conflict
Branch has conflicts that prevent merge to main
and removed
merge_conflict
Branch has conflicts that prevent merge to main
labels
Feb 8, 2024
github-actions
bot
removed
the
merge_conflict
Branch has conflicts that prevent merge to main
label
Feb 27, 2024
github-actions
bot
added
the
merge_conflict
Branch has conflicts that prevent merge to main
label
Feb 28, 2024
This PR removes the need of any code to rely on `WalletStateManager.private_key`. This has been possible since #16896 which was the main need for the private key in the wallet (besides finding non-observer addresses which is obviously impossible if you run without the private key now). This does not however remove the _ability_ to have a private key in the wallet and operate as usual.
…4496f57423173acd62b75dfd64d7c1a30e4c7
…long_lived_vault_from_main_1b4b8e8df517cb38d1637c54444ba3ab12286624
Source hash: 1b4b8e8 Remaining commits: 0 Merge diffs: https://quexington.github.io/merge-diffs/c9d6ac67561a971299ac61faf6b46560fd9b16f7.html
…long_lived_vault_from_main_111b0e57d5995d760cac877c45ef8822506800b6
…long_lived_vault_from_main_b4137651b6b2107f88b4a83e64b7b2c918c5c3f3
Source hash: b413765 Remaining commits: 0 Merge diffs: https://quexington.github.io/merge-diffs/e1d477943ee68ec5d74ef880c8a73a0309d5fe8c.html
Source hash: d678131 Remaining commits: 0 Merge diffs: [2e6f6491fa3f59d8af4202634536cc20af60adda](https://quexington.github.io/merge-diffs/2e6f6491fa3f59d8af4202634536cc20af60adda.html)
Conflicts have been resolved. A maintainer will review the pull request shortly. |
1 similar comment
Conflicts have been resolved. A maintainer will review the pull request shortly. |
github-actions
bot
added
merge_conflict
Branch has conflicts that prevent merge to main
and removed
merge_conflict
Branch has conflicts that prevent merge to main
labels
Oct 16, 2024
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…long_lived_vault_from_main_470ae0ff0291a337253609f17cb394370cbe1ffd
Source hash: 470ae0f Remaining commits: 0 Merge diffs: https://quexington.github.io/merge-diffs/b9cdfd450c3a88686dc350503f0569f0dc8a74fc.html
…long_lived_vault_from_main_6084112d485fd6061a238b9c1a4882d845280feb
…long_lived_vault_from_main_2b19c289a9488bfd813541e44745be52df413439
Source hash: 2b19c28 Remaining commits: 0 Merge diffs: https://quexington.github.io/merge-diffs/62b1c78c384c29901fe3f3d4e3566946e97a2532.html
…long_lived_vault_from_main_08730a266b201e487ca1d361e108491f7862d81b
Source hash: 08730a2 Remaining commits: 0 Merge diffs: https://quexington.github.io/merge-diffs/50b997ed7024ac6f4fceb6dbdddeecf126503355.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Added
Required label for PR that categorizes merge commit message as "Added" for changelog
coverage-diff
merge_conflict
Branch has conflicts that prevent merge to main
vault
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Todo:
if vault
and try to eliminate them