Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING5a7d15fa36c3: Refactor ProcessGetData in anticipation of avoiding cs_main for ABC
rABC5a7d15fa36c3: Refactor ProcessGetData in anticipation of avoiding cs_main for ABC
make check ./test/functional/test_runner.py
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- PR11824_part2
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5095 Build 8253: Bitcoin ABC Buildbot (legacy) Build 8252: arc lint + arc unit
Event Timeline
src/net_processing.cpp | ||
---|---|---|
1264 ↗ | (On Diff #7480) | This was moved in the commit you referenced: https://github.com/bitcoin/bitcoin/pull/11824/commits/66aa1d58a158991a8014a91335b5bc9c00062f56 I noticed D2607 actually moves it but refers to a different commit. Can you comment on if this is a full backport of commit 66aa1d or just parts of it? |
src/net_processing.cpp | ||
---|---|---|
1264 ↗ | (On Diff #7480) | This is a full backport of commit 66aa1d5. You're right when you say that I move it in D2607. This is because there is a functional change in this commit which require a larger scope for a_recent_block. |
src/net_processing.cpp | ||
---|---|---|
1264 ↗ | (On Diff #7480) | I see now. That PR is super hard to read on Github. The rest of what you said cleared it up. Cheers |
src/net_processing.cpp | ||
---|---|---|
1253 ↗ | (On Diff #7498) | It seems like there are some other backport missing here as there is compact block support missing. |
1254 ↗ | (On Diff #7498) | This doesn't seem to match the patch from core. |
1277 ↗ | (On Diff #7498) | dito |
1359 ↗ | (On Diff #7498) | It's probably worth doing a relayout on these comments, but this can be in another diff. |