Age | Commit message (Expand) | Author |
2022-08-17 | Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequest | fanquake |
2022-08-17 | Merge bitcoin/bitcoin#19391: RPC/Mining: Clean out pre-Segwit miner compatibi... | fanquake |
2022-08-16 | Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups | Andrew Chow |
2022-08-16 | Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors | Andrew Chow |
2022-08-16 | doc: add releases notes for 25504 (listsinceblock updates) | Antoine Poinsot |
2022-08-16 | rpc: add an include_change parameter to listsinceblock | Antoine Poinsot |
2022-08-16 | Merge bitcoin/bitcoin#25803: refactor: Drop `boost/algorithm/string/replace.h... | fanquake |
2022-08-16 | Merge bitcoin/bitcoin#25809: build: add test_bitcoin.exe to win installer, do... | fanquake |
2022-08-16 | Merge bitcoin/bitcoin#25833: doc: minor updates to guix README | MacroFake |
2022-08-15 | doc: minor updates to guix README | Stacie |
2022-08-15 | Merge bitcoin/bitcoin#25720: p2p: Reduce bandwidth during initial headers syn... | Andrew Chow |
2022-08-15 | Merge bitcoin-core/gui#598: Avoid recalculating the wallet balance - use mode... | Hennadii Stepanov |
2022-08-15 | Merge bitcoin-core/gui#654: Update source translations for string freeze | Hennadii Stepanov |
2022-08-15 | Merge bitcoin/bitcoin#25850: doc: Remove my key from SECURITY.md | MacroFake |
2022-08-15 | Merge bitcoin/bitcoin#25849: refactor: Remove not needed empty RPC doc std::s... | fanquake |
2022-08-15 | doc: Remove my key from SECURITY.md | laanwj |
2022-08-15 | refactor: Remove not needed empty RPC doc std::string | MacroFake |
2022-08-15 | qt: Update source translations for string freeze | laanwj |
2022-08-15 | Merge bitcoin/bitcoin#25836: subtree: update crc32c subtree | MacroFake |
2022-08-15 | Merge bitcoin/bitcoin#25838: build, qt: Use `mkspecs/bitcoin-linux-g++` for a... | fanquake |
2022-08-13 | Merge bitcoin/bitcoin#25235: GetExternalSigner(): fail if multiple signers ar... | fanquake |
2022-08-13 | build, qt: Use `mkspecs/bitcoin-linux-g++` for all Linux hosts | Hennadii Stepanov |
2022-08-13 | build: Add objcopy host tool | Hennadii Stepanov |
2022-08-13 | doc: Remove no longer needed comments | Hennadii Stepanov |
2022-08-13 | Update crc32c subtree to latest upstream master | fanquake |
2022-08-13 | Squashed 'src/crc32c/' changes from 0d624261ef..0bac72c455 | fanquake |
2022-08-13 | build: Adjust `qt/guix_cross_lib_path.patch` | Hennadii Stepanov |
2022-08-13 | Merge bitcoin/bitcoin#25817: build: fix cross-arch macOS M1 build reproducibi... | fanquake |
2022-08-12 | Add functional test for block announcements during initial headers sync | Suhas Daftuar |
2022-08-12 | Reduce bandwidth during initial headers sync when a block is found | Suhas Daftuar |
2022-08-12 | GUI: remove now unneeded 'm_balances' field from overviewpage | furszy |
2022-08-12 | GUI: 'getAvailableBalance', use cached balance if the user did not select UTX... | furszy |
2022-08-12 | GUI: use cached balance in overviewpage and sendcoinsdialog | furszy |
2022-08-12 | GUI: add getter for WalletModel::m_cached_balances field | furszy |
2022-08-12 | GUI: sendCoinsDialog, remove duplicate wallet().getBalances() call | furszy |
2022-08-12 | build: optimise arm64 darwin qt build using -O1 | fanquake |
2022-08-12 | Merge bitcoin/bitcoin#25785: bench: Add a benchmark for descriptor expansion | MacroFake |
2022-08-12 | Merge bitcoin/bitcoin#25814: net: simplify GetLocalAddress() | MacroFake |
2022-08-12 | Merge bitcoin/bitcoin#25677: refactor: make active_chain_tip a reference | MacroFake |
2022-08-11 | Merge bitcoin/bitcoin#25825: wallet: consolidate CoinSelectionParams::m_chang... | Andrew Chow |
2022-08-11 | Merge bitcoin/bitcoin#25815: test: Use existing {Chainstate,Block}Man | MacroFake |
2022-08-11 | Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptors | Andrew Chow |
2022-08-11 | Merge bitcoin/bitcoin#25792: test: add tests for `datacarrier` and `datacarri... | MacroFake |
2022-08-11 | Merge bitcoin/bitcoin#25798: build: fix cleanup of test logs | Andrew Chow |
2022-08-11 | test: add tests for `datacarrier` and `datacarriersize` options | w0xlt |
2022-08-11 | [coin selection] consolidate m_change_target and m_min_change_target | glozow |
2022-08-11 | script/sign: remove needless IsSolvable() utility | Antoine Poinsot |
2022-08-11 | Merge bitcoin/bitcoin#25820: [test] make tx6 child of tx5, not tx3, in rbf_tests | fanquake |
2022-08-11 | [test] make tx6 child of tx5, not tx3, in rbf_tests | glozow |
2022-08-11 | Merge bitcoin/bitcoin#25812: psbt: Avoid unsigned int overflow in PSBT_IN_TAP... | fanquake |