You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
005a6b1 fix: format string in llmq/commitment - mismatched arguments (Konstantin Akimov)
4774e1e Merge bitcoin#19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set (Wladimir J. van der Laan)
43a94f0 fix: adjust functional tests due to dash's support of thread name after v0.12 (Konstantin Akimov)
085120d Merge bitcoin#20993: test: store subversion (user agent) as string in msg_version (MarcoFalke)
e866b43 Merge bitcoin#21542: ci: Bump macOS VM image to the latest version (fanquake)
a370253 Merge bitcoin#21354: build, doc: Drop no longer required packages from macOS cross-compiling dependencies (fanquake)
6bcc86a Merge bitcoin#21221: [tools] Allow argument/parameter bin packing in clang-format (MarcoFalke)
318c726 Merge bitcoin#19522: build: fix building libconsensus with reduced exports for Darwin targets (Wladimir J. van der Laan)
88a45d4 Merge bitcoin#21138: ci: Re-run wine tests once if they fail (fanquake)
4abb768 Merge bitcoin#21126: ci: Properly bump to focal for win cross build (fanquake)
f254f77 Merge bitcoin#21075: doc: Fix markdown formatting (MarcoFalke)
Pull request description:
## Issue being fixed or feature implemented
Regular backports from bitcoin v22 and related fixes
## What was done?
Follow-up fixes for bitcoin#19809
Backports:
- bitcoin#21075
- bitcoin#21126
- bitcoin#21138
- bitcoin#19522
- bitcoin#21221
- bitcoin#21354
- bitcoin#21542
- bitcoin#19809
- bitcoin#20993
## How Has This Been Tested?
Run unit/functional tests
## Breaking Changes
N/A
Notice, that function name is included now by default to logs with `-logfunctionnames` and many logs have function name twice now such as:
```
node0 2024-04-06T20:13:56.564123Z (mocktime: 2014-12-04T17:15:38Z) [httpworker.3] [masternode/sync.cpp:331] [NotifyHeaderTip] CMasternodeSync::NotifyHeaderTip -- pindexNew->nHeight: 5 fInitialDownload=0
```
For further development need to take it in account and do not use more direct calls `__func__` from code as well as reduce usages in codebase.
## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone
ACKs for top commit:
PastaPastaPasta:
utACK 005a6b1
Tree-SHA512: f98949c4605dda7d6dfe790554e1d31a8c8178b57520578fcd58178c68fe7af33c0d66a79865683c1357de9a73fa4f484eb828b28e11ca110b8e1915c1fcf9b3
0 commit comments