aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-10Merge bitcoin/bitcoin#30242: ci: Native Windows CI job cleanupmerge-script
2024-06-10Merge bitcoin/bitcoin#30235: build: warn on self-assignmentmerge-script
2024-06-10Merge bitcoin/bitcoin#30253: refactor: performance-for-range-copy in psbt.hmerge-script
2024-06-10test: Remove redundant verack checkMarcoFalke
2024-06-09build: Remove --enable-gprofMarcoFalke
2024-06-09test: doc: fix units in tx size standardness test (s/vbytes/weight units)Sebastian Falbesoner
2024-06-09refactor: performance-for-range-copy in psbt.hMarcoFalke
2024-06-08ci: add IPV6 network to ci containerMax Edwards
2024-06-08Merge bitcoin/bitcoin#30238: json-rpc 2.0 followups: docs, tests, climerge-script
2024-06-08Merge bitcoin/bitcoin#30231: guix: bump time-machine to f0bb724211872cd6158fc...merge-script
2024-06-07refactor: Rename CTransaction::nVersion to versionAva Chow
2024-06-07blockman: Replace m_reindexing with m_blockfiles_indexedRyan Ofsky
2024-06-07test: Add functional test for continuing a reindexTheCharlatan
2024-06-07indexes: Don't wipe indexes again when already reindexingTheCharlatan
2024-06-07kernel: Add less confusing reindex optionsRyan Ofsky
2024-06-07consensus: Store transaction nVersion as uint32_tAva Chow
2024-06-07Merge bitcoin/bitcoin#29496: policy: bump TX_MAX_STANDARD_VERSION to 3Ava Chow
2024-06-07refactor: Add explicit cast to expected_last_page to silence fuzz ISanMarcoFalke
2024-06-07minor: remove unnecessary semicolons from RPC content type examplesMatthew Zipkin
2024-06-07refactor: move orphanage constants to header fileGreg Sanders
2024-06-07Merge bitcoin/bitcoin#30161: util: add VecDequeglozow
2024-06-07test: use json-rpc 2.0 in all functional tests by defaultMatthew Zipkin
2024-06-07bitcoin-cli: use json-rpc 2.0Matthew Zipkin
2024-06-07test: remove unused variable in interface_rpc.pyMatthew Zipkin
2024-06-07doc: update and link for JSON-RPC 2.0Matthew Zipkin
2024-06-07validation: Remove needs_init from LoadBlockIndexTheCharlatan
2024-06-07bugfix: Streamline setting reindex optionTheCharlatan
2024-06-07ci: Use relative paths in `win64-native` CI job consistentlyHennadii Stepanov
2024-06-07ci: Remove no longer needed workaround for GHA Windows imagesHennadii Stepanov
2024-06-06Merge bitcoin/bitcoin#29401: test: Remove struct.pack from almost all placesAva Chow
2024-06-06tests: add fuzz tests for VecDequePieter Wuille
2024-06-06util: add VecDequePieter Wuille
2024-06-06fuzz: add I2P harnessmarcofleon
2024-06-06net_processing: make MaybePunishNodeFor{Block,Tx} return voidPieter Wuille
2024-06-06build: warn on self-assignmentCory Fields
2024-06-06refactor: disable self-assign warning for testsCory Fields
2024-06-06test: Add ReceiveWithExtraTransactions Compact Block receive test.AngusP
2024-06-06Merge bitcoin/bitcoin#30228: build: no-longer allow GCC-10 in C++20 checkmerge-script
2024-06-06test: refactor: Rename extra_txn to const empty_extra_txn as it is empty in a...AngusP
2024-06-06Merge bitcoin/bitcoin#30236: build: re-enable deprecated warning copymerge-script
2024-06-05build: re-enable deprecated warning copyCory Fields
2024-06-05test: add `createmultisig` P2MS encoding test for all n (1..20)Sebastian Falbesoner
2024-06-05test: add unit test for `keys_to_multisig_script`Sebastian Falbesoner
2024-06-05test: fix `keys_to_multisig_script` (P2MS) helper for n/k > 16Sebastian Falbesoner
2024-06-05guix: bump time-machine to f0bb724211872cd6158fce6162e0b8c73efed126fanquake
2024-06-05Reduce memory copying operations in bech32 encodeLőrinc
2024-06-05Reserve hrp memory in Decode and LocateErrorsLőrinc
2024-06-05Merge bitcoin/bitcoin#30185: guix: show `*_FLAGS` variables in pre-build outputmerge-script
2024-06-05Merge bitcoin/bitcoin#30174: test: Set mocktime in p2p_disconnect_ban.py to a...merge-script
2024-06-05build: no-longer allow GCC-10 in C++20 checkfanquake