Age | Commit message (Expand) | Author |
2022-08-10 | msvc: Drop `_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING` | Hennadii Stepanov |
2022-08-10 | Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR... | MacroFake |
2022-08-10 | Merge bitcoin/bitcoin#25794: test, tracing: don't rely on `block_connected` U... | MacroFake |
2022-08-10 | Merge bitcoin/bitcoin#25731: test: negative/unknown `rpcserialversion` should... | MacroFake |
2022-08-09 | Merge bitcoin/bitcoin#23480: Add rawtr() descriptor for P2TR with specified (... | Andrew Chow |
2022-08-09 | Merge bitcoin/bitcoin#24564: doc: Clarify that CheckSequenceLocksAtTip is a v... | glozow |
2022-08-08 | Merge bitcoin/bitcoin#25782: test: check that `verifymessage` RPC fails for n... | Andrew Chow |
2022-08-08 | Merge bitcoin/bitcoin#25804: Update translations for 24.0 string freeze | fanquake |
2022-08-08 | Merge bitcoin/bitcoin#25790: wallet: improve `{LoadActive,Deactivate}ScriptPu... | Andrew Chow |
2022-08-08 | qt: Update translation source file | Hennadii Stepanov |
2022-08-08 | qt: Bump Transifex slug for 24.x | Hennadii Stepanov |
2022-08-06 | test: don't rely on usdt block_conn event order | 0xb10c |
2022-08-05 | wallet: improve `{LoadActive,Deactivate}ScriptPubKeyMan` log | w0xlt |
2022-08-05 | Merge bitcoin/bitcoin#25788: guix: patch NSIS to remove .reloc sections from ... | Andrew Chow |
2022-08-05 | Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re... | Andrew Chow |
2022-08-05 | Merge bitcoin/bitcoin#22751: rpc/wallet: add simulaterawtransaction RPC | Andrew Chow |
2022-08-05 | guix: patch NSIS to remove .reloc sections from install stubs | fanquake |
2022-08-05 | refactor: wallet: return util::Result from `GetReservedDestination` methods | Sebastian Falbesoner |
2022-08-05 | Merge bitcoin/bitcoin#25760: rest: clean-up for `mempool` endpoints | MacroFake |
2022-08-05 | Merge bitcoin/bitcoin#25721: refactor: Replace BResult with util::Result | MacroFake |
2022-08-05 | rest: clean-up for `mempool` endpoints | brunoerg |
2022-08-05 | test: check that `verifymessage` RPC fails for non-P2PKH addresses | Sebastian Falbesoner |
2022-08-05 | Merge bitcoin/bitcoin#25779: guix: ignore additional failing certvalidator test | fanquake |
2022-08-05 | Merge bitcoin/bitcoin#25650: script: default to necessary tags in `test/get_p... | MacroFake |
2022-08-05 | Merge bitcoin/bitcoin#24662: addrman: Use system time instead of adjusted net... | fanquake |
2022-08-05 | rpc/wallet: add simulaterawtransaction RPC | Karl-Johan Alm |
2022-08-04 | Merge bitcoin/bitcoin#25773: test: Target exact weight in MiniWallet _bulk_tx | MacroFake |
2022-08-04 | Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely | fanquake |
2022-08-04 | Merge bitcoin/bitcoin#25023: Remove unused SetTip(nullptr) code | fanquake |
2022-08-04 | Merge bitcoin/bitcoin#25527: [kernel 3c/n] Decouple validation cache initiali... | glozow |
2022-08-04 | guix: ignore additional failing certvalidator test | fanquake |
2022-08-04 | Merge bitcoin/bitcoin#25770: build: Fix help string for `--enable-external-si... | fanquake |
2022-08-04 | Merge bitcoin/bitcoin#25633: depends: don't restrict --enable-lto to non-guix... | fanquake |
2022-08-03 | Change mapWallet to be a std::unordered_map | Andrew Chow |
2022-08-03 | Change getWalletTxs to return a set instead of a vector | Andrew Chow |
2022-08-03 | Change mapTxSpends to be a std::unordered_multimap | Andrew Chow |
2022-08-03 | wallet: Cache SigningProviders | Andrew Chow |
2022-08-03 | validationcaches: Use size_t for sizes | Carl Dong |
2022-08-03 | validationcaches: Add and use ValidationCacheSizes | Carl Dong |
2022-08-03 | cuckoocache: Check for uint32 overflow in setup_bytes | Carl Dong |
2022-08-03 | validationcaches: Abolish arbitrary limit | Carl Dong |
2022-08-03 | cuckoocache: Return approximate memory size | Carl Dong |
2022-08-03 | tests: Reduce calls to InitS*Cache() | Carl Dong |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-08-03 | Merge bitcoin/bitcoin#25772: test: Add missing static to IsStandardTx helper | fanquake |
2022-08-03 | test: Target exact weight in MiniWallet _bulk_tx | MacroFake |
2022-08-03 | test: Add missing static to IsStandardTx helper | MacroFake |
2022-08-03 | Merge bitcoin/bitcoin#25379: test: use MiniWallet to simplify mempool_package... | MacroFake |
2022-08-03 | Merge bitcoin/bitcoin#25648: refactor: Remove all policy globals | glozow |
2022-08-03 | Remove unused SetTip(nullptr) code | MacroFake |