Commit Graph

31058 Commits (4dbba3bac70f78e764910f357c875c09569a8fc4)
 

Author SHA1 Message Date
W. J. van der Laan 4dbba3bac7
Merge bitcoin/bitcoin#22863: policy: document dust threshold for Taproot outputs
3 years ago
MarcoFalke ce19f4fd37
Merge bitcoin/bitcoin#23284: doc: update release notes for 22539
3 years ago
Antoine Poinsot 530735153b
doc: update release notes for 22539
3 years ago
W. J. van der Laan 1884ce2f4c
Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::string) constructor and fs::path::string() method
3 years ago
W. J. van der Laan 6419bdfeb1
Merge bitcoin/bitcoin#23093: Add ability to flush keypool and always flush when upgrading non-HD to HD
3 years ago
fanquake a845f1ccc6
Merge bitcoin/bitcoin#23269: build: remove redundant warning flags
3 years ago
MarcoFalke 5a044daea4
Merge bitcoin/bitcoin#23242: qt: Prefix makefile variables with QT_
3 years ago
Samuel Dobson ec4e43c21c
Merge #23235: Reduce unnecessary default logging
3 years ago
Samuel Dobson 6531599f42 test: Add check that newkeypool flushes change addresses too
3 years ago
João Barbosa eb04badcd6 scripted-diff: Prefix makefile variables with QT_
3 years ago
W. J. van der Laan 71a85fbd09
Merge bitcoin/bitcoin#23148: build: Fix guix linker-loader path and add check_ELF_interpreter
3 years ago
Carl Dong 1527b7e8a1 symbol-check: Check requested ELF interpreter
3 years ago
Carl Dong b96adcbfae guix: Fix powerpc64(le) dynamic linker name
3 years ago
W. J. van der Laan da13c7b18a
Merge bitcoin/bitcoin#22392: scripts: use LIEF for ELF security & symbol checks
3 years ago
W. J. van der Laan 28d5074343
Merge bitcoin/bitcoin#23253: bitcoin-tx: Reject non-integral and out of range int strings
3 years ago
Hennadii Stepanov aa69fd6caf
build: Drop -Wno-unused-local-typedef
3 years ago
fanquake 672e8c5d07
build: remove -Wunused-variable
3 years ago
fanquake 5239af0574
build: remove -Wswitch
3 years ago
fanquake 0375906e0a
build: use loop-analysis over range-loop-analysis
3 years ago
fanquake 12712fa2c4
build: remove -Wsign-compare
3 years ago
MarcoFalke a9f6428708
Merge bitcoin/bitcoin#23003: multiprocess: Make interfaces::Chain::isTaprootActive non-const
3 years ago
fanquake 39872f5ed4
Merge bitcoin/bitcoin#23149: build: make --enable-werror just -Werror
3 years ago
MarcoFalke 810ce36d54
Merge bitcoin/bitcoin#23213: rest: Return error when header count is not integral
3 years ago
MarcoFalke fa6f29de51
bitcoin-tx: Reject non-integral and out of range multisig numbers
3 years ago
MarcoFalke fafab8ea5e
bitcoin-tx: Reject non-integral and out of range sequence ids
3 years ago
MarcoFalke fa53d3d826
test: Check that bitcoin-tx accepts whitespace around sequence id and multisig numbers
3 years ago
MarcoFalke fa8d492894
rest: Return error when header count is not integral
3 years ago
MarcoFalke 8df7eee5e1
Merge bitcoin/bitcoin#23132: test: Change background_cs from pointer to reference in validation_chainstate_tests
3 years ago
Samuel Dobson fbbbc594ad
Merge bitcoin/bitcoin#23227: bitcoin-tx: Avoid treating integer overflow as OP_0
3 years ago
fanquake e418a8e675
Merge bitcoin/bitcoin#23255: util: Add mincore and clone3 to syscall sandbox
3 years ago
fanquake ce69e18947
scripts: remove pixie.py
3 years ago
fanquake 00b85d0b13
scripts: only parse the binary once in security-check.py
3 years ago
fanquake cad40a5b16
scripts: use LIEF for ELF checks in security-check.py
3 years ago
fanquake 8242ae230e
scripts: only parse the binary once in symbol-check.py
3 years ago
fanquake 309eac9019
scripts: use LIEF for ELF checks in symbol-check.py
3 years ago
Carl Dong 610a8a8e39
test-*-check: Pass in *FLAGS and compile with them
3 years ago
MarcoFalke fab40732a9
util: Add mincore and clone3 to syscall sandbox
3 years ago
Anthony Towns b5950dd59c validation: put coins cache write log into bench debug log
3 years ago
Anthony Towns 31b2b802b5 blockstorage: use debug log category
3 years ago
Anthony Towns da94ebc2fa validation: move header validation error logging to VALIDATION debug category
3 years ago
Anthony Towns 1d7d835ec3 validation: include block hash when reporting prev block not found errors
3 years ago
MarcoFalke 1790a8ddac
Merge bitcoin/bitcoin#22794: test: Verify if wallet is compiled in rpc_invalid_address_message.py test
3 years ago
MarcoFalke fa43e7c2d9
bitcoin-tx: Avoid treating overflow as OP_0
3 years ago
fanquake 5b7210c874
Merge bitcoin/bitcoin#22409: configure: keep relative paths in debug info
3 years ago
fanquake 829d3e0e71
Merge bitcoin/bitcoin#23199: refactor: use `{Read,Write}BE32` helpers for BIP32 nChild (de)serialization
3 years ago
fanquake 01129ca372
Merge bitcoin/bitcoin#23214: Replace stoul with ToIntegral in dbwrapper
3 years ago
fanquake d1e63aa454
Merge bitcoin/bitcoin#23168: build: no-longer fail default configure if BDB isn't available
3 years ago
Hennadii Stepanov 15587b4f1d
Merge bitcoin-core/gui#448: Add helper to load font
3 years ago
MarcoFalke fa053c0019
style: Fix whitespace in Parse* functions
3 years ago
MarcoFalke fa03dec7e9
refactor: Use C++11 range based for loop in ParseScript
3 years ago