Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGae6e769b671c: Merge #15321: doc: Add cs_main lock annotations for mapBlockIndex
rABCae6e769b671c: Merge #15321: doc: Add cs_main lock annotations for mapBlockIndex
ninja check all using clang compiler
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- mbicsmain
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 9384 Build 16699: Default Diff Build & Tests Build 16698: arc lint + arc unit
Event Timeline
Comment Actions
[Bot Message]
One or more PR numbers were detected in the summary.
Links to those Bitcoin Core PRs have been inserted into the summary for reference.
src/wallet/test/wallet_tests.cpp | ||
---|---|---|
36 | Backporting in order would be much better. Alternatively, mentioning what actually needs to be seen and have a reference to the diff would be helpful rather than send the person who will backport on a wild chase. |
src/wallet/test/wallet_tests.cpp | ||
---|---|---|
36 | Yeah I looked into it, but those backports look a bit fragile to pull in just for this (the one in question is a bugfix and amusingly introduces arithmetic on null pointers -- https://github.com/bitcoin/bitcoin/pull/14957/files#diff-c0ec078346af03640b953e854ff6609aR344 -- which will be fixed eventually once T600 is done). |