Partial backport of core PR11824 (commit a734896)
Depends on D2606
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGdf1b1e41c632: Avoid cs_main in net_processing ActivateBestChain calls
rABCdf1b1e41c632: Avoid cs_main in net_processing ActivateBestChain calls
make check ./test/functional/test_runner.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- PR11824_part3
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5085 Build 8233: Bitcoin ABC Buildbot (legacy) Build 8232: arc lint + arc unit
Event Timeline
src/net_processing.cpp | ||
---|---|---|
1252 ↗ | (On Diff #7501) | This doesn't come from here. There seems to be some older backport missing. |
src/net_processing.cpp | ||
---|---|---|
1252 ↗ | (On Diff #7501) | For reference I had this discussion with Jason in https://reviews.bitcoinabc.org/D2606?id=7480#inline-15905. In the original PR the shared pointer is already there, as it requires a larger scope for segwit related stuff. |
1266 ↗ | (On Diff #7501) | Moved above the block to enlarge the scope. |
Comment Actions
After a closer look there is not only segwit stuff but also a compact block backport missing, I will rebase on top of that