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
1c8c746 test: remove unused EncodeDecimal from test framework util (pasta)
4ffee8c Merge bitcoin#28014: ci: re-enable gui tests for s390x (PastaBot)
479c23b Merge bitcoin#29481: doc: Update OpenBSD build docs for 7.4 (PastaBot)
265eebd Merge bitcoin#29470: test: Add option to skip python unit tests (PastaBot)
33a294a Merge bitcoin#29469: doc: document preference for list-initialization (PastaBot)
7bb828b Merge bitcoin#29456: docs: ci multi-arch requires qemu (PastaBot)
6640a79 Merge bitcoin#29243: wallet: Reset chain notifications handler if AttachChain fails (PastaBot)
e26ae22 Merge bitcoin#29235: doc: refer to "Node relay options" in policy/README (PastaBot)
cbd2802 Merge bitcoin#29237: depends: Allow PATH with spaces in directory names. (PastaBot)
92742d8 Merge bitcoin#27928: test: Add more tests for the BIP21 implementation (PastaBot)
d6a4ff5 Merge bitcoin#28040: wallet: sqlite: don't include sqlite files from our headers (PastaBot)
0a4441e Merge bitcoin-core/gui#719: Remove confusing "Dust" label from coincontrol / sendcoins dialog (PastaBot)
23c0ea2 Merge bitcoin#28011: test: Rename EncodeDecimal to serialization_fallback (PastaBot)
8b77a80 Merge bitcoin#27530: Remove now-unnecessary poll, fcntl includes from net(base).cpp (PastaBot)
5030a4d Merge bitcoin#27947: MaybePunishNodeForTx: Remove unused message arg and logging (PastaBot)
56686df Merge bitcoin#27949: http: update libevent workaround to correct version (PastaBot)
c060a2a Merge bitcoin#27689: doc: remove mention of glibc 2.10+ (PastaBot)
Pull request description:
## Issue being fixed or feature implemented
Batch of automatically done backports by claude.
## What was done?
See commits
## How Has This Been Tested?
CI
## Breaking Changes
None
## Checklist:
_Go over all the following points, and put an `x` in all the boxes that apply._
- [ ] 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 _(for repository code-owners and collaborators only)_
ACKs for top commit:
UdjinM6:
utACK 1c8c746
Tree-SHA512: 8b9487375093de53dca15b15eadfb7a34b6319dd367bd204d71e0407316db891f71ba33f97327ed021423ee060cd7f095313018d80b3e526527c43ea0f8cb167
Copy file name to clipboardExpand all lines: ci/test/00_setup_env_s390x.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,4 @@ export RUN_UNIT_TESTS=true
22
22
export TEST_RUNNER_EXTRA="--exclude rpc_bind,feature_bind_extra"# Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547
23
23
export RUN_FUNCTIONAL_TESTS=true
24
24
export GOAL="install"
25
-
export BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests --with-boost-process"# GUI tests disabled for now, see https://github.com/bitcoin/bitcoin/issues/23730
Copy file name to clipboardExpand all lines: doc/reduce-memory.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ threads take up 8MiB for the thread stack on a 64-bit system, and 4MiB in a
43
43
44
44
## Linux specific
45
45
46
-
By default, glibc's implementation of `malloc` may use more than one arena. This is known to cause excessive memory usage in some scenarios. To avoid this, make a script that sets `MALLOC_ARENA_MAX` before starting dashd:
46
+
By default, glibc will create up to two heap arenas per core. This is known to cause excessive memory usage in some scenarios. To avoid this make a script that sets `MALLOC_ARENA_MAX` before starting dashd:
0 commit comments