aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-17Merge bitcoin/bitcoin#26503: [24.x] bump version to v24.0v24.0fanquake
2022-11-17doc: add 24.0 release notesfanquake
2022-11-15doc: Generate manual pages for 24.0 finalfanquake
2022-11-15build: Bump version to 24.0 finalfanquake
2022-11-09Merge bitcoin/bitcoin#26475: [24.x] Bump version to 24.0rc4v24.0rc4MacroFake
2022-11-09Merge bitcoin/bitcoin#26476: qt: 24.0rc4 translations updateMacroFake
2022-11-09qt: 24.0rc4 translations updateHennadii Stepanov
2022-11-09doc: Generate manual pages for 24.0rc4fanquake
2022-11-09build: Bump version to 24.0rc4fanquake
2022-11-09Merge bitcoin/bitcoin#26452: [24.x] rc4 backportsfanquake
2022-11-07rpc: doc: add missing option "bech32m" for `change_type` parametersSebastian Falbesoner
2022-11-04tests: Test Taproot PSBT signing with keys in other descriptorAndrew Chow
2022-11-04tests: Use new wallets for each test in wallet_taproot.pyAndrew Chow
2022-11-04psbt: Include output pubkey in additional pubkeys to signAndrew Chow
2022-11-04sign: Fill in taproot pubkey info for all script path sigsAndrew Chow
2022-11-04doc: mention BIP86 in doc/bips.mdSebastian Falbesoner
2022-11-01Merge bitcoin/bitcoin#26436: [24.x] CI backportsMacroFake
2022-11-01Merge bitcoin/bitcoin#26434: [24.x] [gui] Bugfix: Check for readlink buffer o...fanquake
2022-11-01ci: Use same `merge_script` implementation for Windows as for allHennadii Stepanov
2022-11-01ci: Move `git config` commands into script where they are usedHennadii Stepanov
2022-11-01ci: Use remote pull/merge ref instead of local git mergeMacroFake
2022-10-31Merge bitcoin/bitcoin#26428: [24.x] Bump version to 24.0rc3v24.0rc3MacroFake
2022-10-31doc: Generate manual pages for 24.0rc3fanquake
2022-10-31build: Bump version to 24.0rc3fanquake
2022-10-31Merge bitcoin/bitcoin#26410: [24.x] rc3 backportsfanquake
2022-10-31Merge bitcoin/bitcoin#26379: qt: 24.0rc3 translations updatefanquake
2022-10-30qt: 24.0rc3 translations updateHennadii Stepanov
2022-10-28rpc: make `address` field optionalw0xlt
2022-10-28rpc: add non-regression test about deriveaddresses crash when index is 214748...muxator
2022-10-28rpc: fix crash in deriveaddresses when derivation index is 2147483647muxator
2022-10-28test: Test for out of bounds vout in sendallAndrew Chow
2022-10-28wallet: Check utxo prevout index out of bounds in sendallAndrew Chow
2022-10-28test: Test that sendall works with watchonly spending specific utxosAndrew Chow
2022-10-28wallet: Correctly check ismine for sendallAndrew Chow
2022-10-28Adjust `.tx/config` for new Transifex CLIHennadii Stepanov
2022-10-27Merge bitcoin/bitcoin#26382: [24.x] p2p: Handle IsContinuationOfLowWorkHeader...glozow
2022-10-24[net processing] Handle IsContinuationOfLowWorkHeadersSync return value corre...dergoegge
2022-10-18Merge bitcoin/bitcoin#26327: [24.x] Revert "build: Use Homebrew's sqlite pack...fanquake
2022-10-14Merge bitcoin/bitcoin#26309: [24.x] Bump version to 24.0rc2v24.0rc2fanquake
2022-10-14doc: Generate example bitcoin conf for 24.0rc2fanquake
2022-10-14doc: Generate manual pages for 24.0rc2fanquake
2022-10-14build: Bump version to 24.0rc2fanquake
2022-10-13Merge bitcoin/bitcoin#26133: [24.x] Backports for rc2Andrew Chow
2022-10-13tests: Test that PSBT_OUT_TAP_TREE is included correctlyAndrew Chow
2022-10-13psbt: Only include m_tap_tree if it has scriptsAndrew Chow
2022-10-13psbt: Change m_tap_tree to store just the tuplesAndrew Chow
2022-10-13tests: Test that PSBT_OUT_TAP_TREE is combined correctlyAndrew Chow
2022-10-13psbt: Fix merging of m_tap_treeAndrew Chow
2022-10-13[BugFix]: Do not allow deserializing PSBT with empty PSBT_OUT_TAP_TREEJeremy Rubin
2022-10-13refactor: revert m_next_resend to not be std::atomicstickies-v