Added rescan option for import descriptors#31668
Added rescan option for import descriptors#31668saikiran57 wants to merge 1 commit intobitcoin:masterfrom
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31668. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please copy-paste ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. LLM Linter (✨ experimental)Possible typos and grammar issues:
2026-02-03 14:48:15 |
|
🚧 At least one of the CI tasks failed. HintsTry to run the tests locally, according to the documentation. However, a CI failure may still
Leave a comment here, if you need help tracking down a confusing failure. |
|
This needs a test and the tests fixed |
|
Moved to draft for now. You'll need to squash your commits, and address the various review feedback. |
|
🚧 At least one of the CI tasks failed. HintsTry to run the tests locally, according to the documentation. However, a CI failure may still
Leave a comment here, if you need help tracking down a confusing failure. |
54a20e6 to
c353883
Compare
@fanquake code has been updated as per the discussions and all checks are now passing. |
0b6addc to
e77515a
Compare
|
Cloned fresh bitcoin src, then "gh pr checkout 31668" and built on Ubuntu WSL2. |
630210e to
1ac3559
Compare
w0xlt
left a comment
There was a problem hiding this comment.
It would be good to add test cases for the "never" option.
1ac3559 to
8ebba0a
Compare
8ebba0a to
7f3bb5c
Compare
1960799 to
ee38847
Compare
33f26e4 to
625bbd4
Compare
625bbd4 to
5fbef21
Compare
5fbef21 to
3458d90
Compare
2c30351 to
0b407dd
Compare
|
Please squash the third commit as it's a lint fix, ref: Lines 202 to 230 in 2bcb3f6 Also, please resolve the comments in the PR that have been addressed already to make it easier for others to go through the PR. |
0b407dd to
9bd280c
Compare
9bd280c to
1733ddf
Compare
|
hi @achow101 I've fixed all the review comments. Can you please approve this pr and merge it if everything is okay. |
|
Also, please un-resolve the conversations that are still ongoing for other reviewers to see. |
02d374c to
34b09c4
Compare
|
HI @rkrux the reason I've made a separate commit is https://github.com/bitcoin/bitcoin/pull/31668/changes#r2599095627 again I've made single commit for a clean review. Mostly I've fixed all the review comments and that's why I've resolved those. I hope the reviewers can easily understand the fix and if they still feel some improvement in their I'm happy to fix those issue. Thanks again for active reviewing. |
rkrux
left a comment
There was a problem hiding this comment.
the reason I've made a separate commit is https://github.com/bitcoin/bitcoin/pull/31668/changes#r2599095627 again I've made single commit for a clean review
My suggestions have been misunderstood.
To reiterate, the issue in the previous approach in this PR was that code changes were added in the first commit only for them to be removed in the second commit, which is confusing for the reviewers and misleading in the git logs. In #31668 (comment) and #31668 (comment), I suggested to clean up the commits and not merge them.
This comment from furszy that's mentioned in the quoted text looks fine to me and should be implemented. Once this is done, I believe then all the existing suggestions would have been implemented, and the PR would be ready for review again.
Also, the error in the failing job in the CI seem unrelated and it will most likely not occur again on the next run.
Run git clone --depth=1 https://github.com/bitcoin-core/qa-assets "${RUNNER_TEMP}/qa-assets"
Cloning into 'D:\a\_temp/qa-assets'...
remote: Internal Server Error
fatal: unable to access 'https://github.com/bitcoin-core/qa-assets/': The requested URL returned error: 500
Error: Process completed with exit code 128.
34b09c4 to
5164b64
Compare
HI @rkrux I'm really confused now, Can you help what should I do. Current changes are latest and in one single commit. |
Fix related to issue: #31263