Commit Graph

  • e5f9218b6a Merge bitcoin/bitcoin#32742: test: fix catchup loop in outbound eviction functional test merge-script 2025-06-25 18:13:33 -04:00
  • 11d28f21bb Implement GenTxid as a variant marcofleon 2025-03-31 12:37:38 +01:00
  • 215e5999e2 wallet: Remove unused CachedTxGet{Available,Immature}Credit Ava Chow 2024-02-20 11:50:15 -05:00
  • 49675de035 wallet: Have GetDebit use the wallet's TXO set Ava Chow 2024-02-20 11:50:13 -05:00
  • 17d453cb3a wallet: Recompute wallet TXOs after descriptor migration Ava Chow 2024-02-20 11:50:11 -05:00
  • 764016eb22 wallet: Retrieve TXO directly in FetchSelectedInputs Ava Chow 2024-02-20 11:50:09 -05:00
  • c1801b78f1 wallet: Use wallet's TXO set in AvailableCoins Ava Chow 2024-02-20 11:50:07 -05:00
  • dde7cbe105 wallet: Change balance calculation to use m_txos Ava Chow 2024-02-20 11:49:58 -05:00
  • 96e7a89c5e wallet: Recalculate the wallet's txos after any imports Ava Chow 2024-02-20 11:50:00 -05:00
  • ae888c38d0 wallet: Exit IsTrustedTx early if wtx is already in trusted_parents Ava Chow 2024-02-20 11:49:56 -05:00
  • ae0876ec42 wallet: Keep track of transaction outputs owned by the wallet Ava Chow 2024-02-20 11:49:53 -05:00
  • 0f269bc48c walletdb: Load Txs last Ava Chow 2024-02-20 11:49:51 -05:00
  • 5cc32ee2a7 test: Test for balance update due to untracked output becoming spendable Ava Chow 2024-02-20 11:50:02 -05:00
  • 8222341d4f wallet: MarkDirty after AddWalletDescriptor Ava Chow 2025-05-15 13:34:49 -07:00
  • e02f2d331c bench: Have AvailableCoins benchmark include a lot of unrelated utxos Ava Chow 2024-02-20 11:50:17 -05:00
  • f27898c8bf Merge bitcoin/bitcoin#32721: wallet, rpc: Remove deprecated balances from getwalletinfo and getunconfirmedbalance merge-script 2025-06-25 16:43:09 -04:00
  • 8578fabb95 Merge bitcoin/bitcoin#32597: wallet: Always set descriptor cache upgraded flag for new wallets merge-script 2025-06-25 16:14:01 -04:00
  • 941b8f54c0 ci: run get_previous_releases as part of test cross win job Max Edwards 2025-06-25 21:06:10 +01:00
  • 5e2182140b test: increment mocked time for migrating wallet backups Max Edwards 2025-06-25 21:06:10 +01:00
  • 5174565802 ci: disable feature_unsupported_utxo_db functional test Max Edwards 2025-06-25 21:06:10 +01:00
  • 3dc90d69a6 test: remove mempool.dat before copying Max Edwards 2025-06-25 21:06:10 +01:00
  • 67a6b20d50 test: add windows support to get previous releases script Max Edwards 2025-06-25 21:05:28 +01:00
  • 01f9081955 Merge bitcoin/bitcoin#32768: wallet: Remove CWalletTx::fTimeReceivedIsTxTime merge-script 2025-06-25 16:04:54 -04:00
  • c1d8a542b4 Merge bitcoin/bitcoin#32727: doc: add release notes for #32425 merge-script 2025-06-25 15:58:30 -04:00
  • 1a1b478ca3 scripted-diff: rename tarball to archive Max Edwards 2025-06-25 20:56:28 +01:00
  • 4f06dc8484 test: remove building from source from get prev releases script Max Edwards 2025-06-25 20:49:17 +01:00
  • 45b1d39757 doc: Add fetching single PRs from upstream will 2025-06-20 11:05:49 +01:00
  • 8800b5acc1 cmake: Explicitly specify Boost_ROOT for Homebrew's package Hennadii Stepanov 2025-06-25 18:45:43 +01:00
  • b9a2e8ee96 doc: add release notes for https://github.com/bitcoin/bitcoin/pull/32425 Vasil Dimov 2025-06-11 11:07:47 +02:00
  • aac0b6dd79 test: test sendall and send do anti-fee-sniping ishaanam 2023-11-26 13:43:17 -05:00
  • 20802c7b65 wallet, rpc: add anti-fee-sniping to send and sendall ishaanam 2023-11-26 13:08:56 -05:00
  • 6c2538d5bf depends: Bump boost to 1.88.0 and use new CMake buildsystem Cory Fields 2024-07-11 18:10:39 +00:00
  • e37a70bf71 build: add root dir to CMAKE_PREFIX_PATH will 2025-06-23 10:56:58 +01:00
  • 7d5a6d1739 Merge bitcoin/bitcoin#32798: build: add root dir to CMAKE_PREFIX_PATH in toolchain merge-script 2025-06-25 11:37:37 +01:00
  • a34fb9ad6c miniscript: Make operator""_mst consteval Pieter Wuille 2024-01-02 11:22:54 -05:00
  • 14052162b1 Revert "miniscript: make operator_mst consteval" Hennadii Stepanov 2025-06-25 11:32:57 +01:00
  • 983b268768 Merge bitcoin/bitcoin#32589: [29.x] More backports merge-script 2025-06-25 11:03:05 +01:00
  • 5fe7915c86 doc: Add musig() example Ava Chow 2025-05-16 12:08:09 -07:00
  • d576079ab4 tests: Test musig() parsing Ava Chow 2024-01-15 17:48:19 -05:00
  • a53924bee3 descriptor: Parse musig() key expressions Ava Chow 2024-01-15 17:10:25 -05:00
  • 9473e9606c descriptors: Move DeriveType parsing into its own function Ava Chow 2025-06-24 11:43:29 -07:00
  • 4af0dca096 descriptor: Add MuSigPubkeyProvider Ava Chow 2024-01-15 17:10:08 -05:00
  • ead4468748 cmake: Use HINTS instead of PATHS in find_* commands Hennadii Stepanov 2025-06-24 20:49:27 +01:00
  • ad654a4807 Merge bitcoin/bitcoin#32767: ci: Allow running CI in worktrees merge-script 2025-06-24 14:18:20 +01:00
  • 67e6746dc8 Merge bitcoin/bitcoin#32780: lsan: add more Qt suppressions merge-script 2025-06-24 14:07:59 +01:00
  • e27a94596f build: add root dir to CMAKE_PREFIX_PATH will 2025-06-23 10:56:58 +01:00
  • 173394d951 depends: Build qt package for FreeBSD hosts Hennadii Stepanov 2025-06-12 00:47:35 +01:00
  • 922adf66ac mempool: use FeeFrac for calculating regular score Sebastian Falbesoner 2025-06-24 02:49:31 +02:00
  • 3322b3a059 mempool: use FeeFrac for calculating ancestor score Sebastian Falbesoner 2025-06-24 02:34:29 +02:00
  • ac9c113bd2 mempool: use FeeFrac for calculating descendant score Sebastian Falbesoner 2025-06-24 02:20:03 +02:00
  • e95bfc1d53 Merge bitcoin/bitcoin#32797: doc: archive 28.2 release notes merge-script 2025-06-23 17:50:21 -04:00
  • 666016e56b ci: use --usecli in one of the CI jobs Martin Zumsande 2025-04-30 17:12:54 -04:00
  • 7ea248a020 test: Disable several (sub)tests with cli Martin Zumsande 2025-04-16 13:33:02 -04:00
  • f420b6356b test: skip subtests that check for wrong types with cli Martin Zumsande 2025-04-16 12:39:02 -04:00
  • 6530d0015b test: add function to convert to json for height_or_hash params Martin Zumsande 2025-04-16 17:36:06 -04:00
  • 54d28722ba test: Don't send empty named args with cli Martin Zumsande 2025-04-18 17:41:12 -04:00
  • cca422060e test: convert tuple to json for cli Martin Zumsande 2025-04-17 17:11:11 -04:00
  • af34e98086 test: make rpc_psbt.py usable with --usecli Martin Zumsande 2025-04-17 17:42:49 -04:00
  • 8f8ce9e174 test: rename .rpc to ._rpc and remove unnecessary uses Martin Zumsande 2025-04-15 15:48:26 -04:00
  • 5b08885986 test: enable functional tests with large rpc args for cli Martin Zumsande 2025-04-30 11:46:12 -04:00
  • 7d5352ac73 test: use -stdin for large rpc commands Martin Zumsande 2025-04-25 17:07:51 -04:00
  • 6c364e0c10 test: Enable various tests for usage with cli Martin Zumsande 2025-04-30 14:42:44 -04:00
  • 0922f6bbc3 doc: update release notes for 29.x fanquake 2025-05-22 14:55:32 +01:00
  • d19a8e0c06 doc: taproot became always active in v24.0 Sjors Provoost 2025-06-19 11:15:00 +02:00
  • 907772d709 doc: fix transifex 404s fanquake 2025-06-19 10:37:20 +01:00
  • d235d5b77d test: Fix list index out of range error in feature_bip68_sequence.py zaidmstrr 2025-06-17 20:38:21 +05:30
  • 907842363c doc: archive 28.2 release notes fanquake 2025-06-23 10:15:14 +01:00
  • 5697605414 contrib: tracing: Correctly read msg type in p2p_monitor.py David Gumberg 2025-06-18 11:35:06 -07:00
  • c5849663ba Merge bitcoin/bitcoin#32771: contrib: tracing: Fix read of pmsg_type in p2p_monitor.py merge-script 2025-06-23 09:53:36 +01:00
  • 8a36a471e6 Merge bitcoin/bitcoin#32781: refactor: modernize deprecated ipc headers merge-script 2025-06-23 09:48:45 +01:00
  • ed060e01e7 Merge bitcoin/bitcoin#32725: test: round difficulty and networkhashps Ava Chow 2025-06-20 16:30:41 -07:00
  • daf393b3f1 Merge bitcoin/bitcoin#32642: test: update BIP340 test vectors and implementation (variable-length messages) Ava Chow 2025-06-20 14:45:34 -07:00
  • 482d255376 Merge bitcoin/bitcoin#32736: wallet: Correct dir iteration error handling Ava Chow 2025-06-20 12:47:28 -07:00
  • c40dbbbf77 test: Move script_assets_tests into its own suite Hennadii Stepanov 2025-06-20 10:09:32 +01:00
  • 74b7e9c7db refactor: modernize deprecated ipc headers Sjors Provoost 2025-06-12 18:57:48 +02:00
  • 154b98a7aa Merge bitcoin/bitcoin#32772: fuzz: wallet: remove FundTx from FuzzedWallet merge-script 2025-06-19 15:14:18 +01:00
  • 4c7ed36c96 test: Fix list index out of range error in feature_bip68_sequence.py zaidmstrr 2025-06-17 20:38:21 +05:30
  • fa183045a1 Merge bitcoin/bitcoin#32765: test: Fix list index out of range error in feature_bip68_sequence.py merge-script 2025-06-19 15:03:58 +01:00
  • 5be31b20e5 lsan: add more Qt suppressions fanquake 2025-06-19 11:25:59 +01:00
  • e18322eff2 Merge bitcoin/bitcoin#32774: doc: Explain how to fetch commits directly merge-script 2025-06-19 12:32:30 +01:00
  • 3e23b47a6f doc: fix transifex 404s fanquake 2025-06-19 10:37:20 +01:00
  • b861419254 Merge bitcoin/bitcoin#32777: doc: fix Transifex 404s merge-script 2025-06-19 11:43:55 +01:00
  • 616baf3c27 doc: taproot became always active in v24.0 Sjors Provoost 2025-06-19 11:15:00 +02:00
  • 79afe6b7c0 Merge bitcoin/bitcoin#32776: doc: taproot became always active in v24.0 (doc/bips.md) merge-script 2025-06-19 11:40:47 +01:00
  • 53a996f122 doc: fix transifex 404s fanquake 2025-06-19 10:37:20 +01:00
  • ef6111bd18 depends: capnp 1.2.0 fanquake 2025-06-16 10:53:57 +01:00
  • 8246c6a65f test: wallet, coverage for crash on dup block disconnection during unclean shutdown Martin Zumsande 2025-02-18 19:07:04 -03:00
  • a18085a18b wallet: fix crash on double block disconnection furszy 2025-01-29 13:33:22 -05:00
  • 7264459c0d build: patch cmake min version on freetype josibake 2025-06-06 16:51:36 +02:00
  • 27c533052c doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project" Hodlinator 2025-06-10 14:41:39 +02:00
  • 1b51d750ad depends: fix SHA256SUM command on OpenBSD (use GNU mode output) Sebastian Falbesoner 2025-06-06 01:48:41 +02:00
  • e44d72b648 Merge bitcoin/bitcoin#32766: [28.x] Finalize 28.2 v28.2 merge-script 2025-06-19 10:17:57 +01:00
  • 8ee8a951c2 doc: taproot became always active in v24.0 Sjors Provoost 2025-06-19 11:15:00 +02:00
  • fa21631595 test: Use self.log MarcoFalke 2025-06-19 09:02:31 +02:00
  • fa346f7797 test: Move error string into exception MarcoFalke 2025-06-19 09:09:11 +02:00
  • fa1986181f test: Remove useless catch-throw MarcoFalke 2025-06-19 08:46:10 +02:00
  • fa94fd53c9 doc: Explain how to fetch commits directly MarcoFalke 2025-06-19 08:39:47 +02:00
  • 9a7eece5a4 Merge bitcoin/bitcoin#31981: Add checkBlock() to Mining interface Ava Chow 2025-06-18 17:07:21 -07:00
  • 7135d7536c docs: Release notes for 28.2 Ava Chow 2025-06-18 10:39:44 -07:00
  • 8cc9845b8d wallet, rpc: Use OUTPUT_TYPES to describe the output types instead of hardcoding them w0xlt 2025-06-18 15:39:17 -03:00