Commit Graph

30461 Commits (fa5c896724bb359b4b9a3f89580272bfe5980c1b)
 

Author SHA1 Message Date
MarcoFalke fa5c896724
Add LIFETIMEBOUND to CScript where needed
3 years ago
MarcoFalke dd097c42df
Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" RPCs
3 years ago
W. J. van der Laan a70768d159
Merge bitcoin/bitcoin#22501: netinfo: display addr_{processed, rate_limited, relay_enabled} and relaytxes data
3 years ago
fanquake b997dd211e
Merge bitcoin/bitcoin#22809: test: Check that non-signaling BIP125 tx can be replaced via parent
3 years ago
MarcoFalke 245462b66c
Merge bitcoin/bitcoin#22418: release: Remove gitian
3 years ago
fanquake d6034e4122
Merge bitcoin/bitcoin#22843: msvc: update bitcoin_config.h defines
3 years ago
MarcoFalke 6bf706a056
Merge bitcoin/bitcoin#22846: policy: unit test Segwit dust thresholds
3 years ago
fanquake 77e77e8544
Merge bitcoin/bitcoin#22631: doc: Add packages that provide Qt Wayland plugin for Linux
3 years ago
fanquake ae4ad1a125
msvc: update bitcoin_config.h defines
3 years ago
fanquake 43bf824ff2
Merge bitcoin/bitcoin#22853: fuzz: Remove addrdb fuzz target
3 years ago
fanquake 01fa1481f9
Merge bitcoin/bitcoin#22836: Stricter BIP32 decoding and test vector 5
3 years ago
fanquake 3af495d697
Merge bitcoin/bitcoin#22840: build: fix unoptimized libraries in depends
3 years ago
fanquake 9487b68f06
Merge bitcoin/bitcoin#22847: guix/prelude: Override `VERSION` with `FORCE_VERSION`
3 years ago
Samuel Dobson 9a86327512
Merge bitcoin/bitcoin#22512: Consolidate XOnlyPubKey lookup hack
3 years ago
fanquake dc9ffb6bc4
Merge bitcoin/bitcoin#22837: doc: mention bech32m/BIP350 in doc/descriptors.md
3 years ago
MarcoFalke 7e75400bb5
Merge bitcoin/bitcoin#22437: test, refactor: add GetTransaction() coverage, improve rpc_rawtransaction
3 years ago
MarcoFalke fa18553d38
fuzz: Remove addrdb fuzz target
3 years ago
MarcoFalke b3a2b8c29f
Merge bitcoin/bitcoin#22849: Remove unused SERIALIZE_METHODS for CBanEntry
3 years ago
Samuel Dobson 70676e40d8
Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to use based on waste metric
3 years ago
fanquake a820e79512
Merge bitcoin/bitcoin#22740: [addrman] Move serialization code to cpp
3 years ago
Jon Atack 387355bb94
test, refactor: rpc_rawtransaction PEP8
3 years ago
Jon Atack 7d5cec2e49
refactor: separate the rpc_rawtransaction tests into functions
3 years ago
Jon Atack 409779df95
move-only: regroup similar rpc_rawtransaction tests together
3 years ago
Jon Atack d861040dd2
test: remove no longer needed (ASCII art) comments
3 years ago
Jon Atack 14398b30d6
test: add and harmonize getrawtransaction logging
3 years ago
Jon Atack 85d8869cf8
test: run 2nd getrawtransaction section with/without -txindex
3 years ago
Jon Atack 0097740773
refactor: txid to constant in rpc_rawtransaction to isolate tests
3 years ago
Jon Atack 8c19d1329f
refactor: dedup/reorg createrawtransaction sequence number tests
3 years ago
Jon Atack 7f073594c9
Test src/node/transaction::GetTransaction() without -txindex
3 years ago
MarcoFalke fa3bd9de99
Remove CBanEntry::SetNull
3 years ago
MarcoFalke fab53ff1e5
Remove unused SERIALIZE_METHODS for CBanEntry
3 years ago
Carl Dong 96cc6bb04f guix/prelude: Override VERSION with FORCE_VERSION
3 years ago
Antoine Poinsot 97cea1a93a
policy: unit test Segwit dust thresholds
3 years ago
fanquake 81f4a3e84d
Merge bitcoin/bitcoin#22796: RBF move (1/3): extract BIP125 Rule 5 into policy/rbf
3 years ago
fanquake 0f0c5d4e7d
Merge bitcoin/bitcoin#22842: builder-keys: add kristapsk
3 years ago
fanquake 19aa5afcae
Merge bitcoin/bitcoin#22744: ci: Re-enable verify-commits.py check
3 years ago
Kristaps Kaupe 9d43045b74
builder-keys: add kristapsk
3 years ago
fanquake 76f031b050
build: fix unoptimized libraries in depends
3 years ago
fanquake ab9c34237a
release: remove gitian
3 years ago
Pieter Wuille d2a09c8355 doc: mention bech32m/BIP350 in doc/descriptors.md
3 years ago
Pieter Wuille 56a42f10f4 Stricter BIP32 decoding and test vector 5
3 years ago
MarcoFalke fa2e9de59f
test: Check that non-signaling BIP125 tx can be replaced via parent
3 years ago
MarcoFalke 7be143a960
Merge bitcoin/bitcoin#22824: refactor: remove RecursiveMutex cs_nBlockSequenceId
3 years ago
Sebastian Falbesoner 0bd882b740 refactor: remove RecursiveMutex cs_nBlockSequenceId
3 years ago
fanquake 83daf47898
Merge bitcoin/bitcoin#22820: build, qt: Fix typo in QtInputSupport check
3 years ago
Andrew Chow 86beee0579 Use waste metric for deciding which selection to use
3 years ago
Andrew Chow b3df0caf7c tests: Test GetSelectionWaste
3 years ago
Andrew Chow 4f5ad43b1e Add waste metric calculation function
3 years ago
Andrew Chow 935b3ddf72 scripted-diff: tests: Use KnapsackSolver directly
3 years ago
Andrew Chow 6a023a6f90 tests: Add KnapsackGroupOutputs helper function
3 years ago