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 5084 Build 8231: Bitcoin ABC Buildbot (legacy) Build 8230: 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 |