Age | Commit message (Expand) | Author |
2022-07-06 | Update getmempoolinfo RPC with `mempoolfullrbf` | Antoine Riard |
2022-07-06 | Introduce `mempoolfullrbf` node setting. | Antoine Riard |
2022-07-06 | wallet: clean AllInputsMine code, use InputIsMine internally | furszy |
2022-07-06 | [net] Move eviction logic to its own file | dergoegge |
2022-07-06 | [net] Move ConnectionType to its own file | Cory Fields |
2022-07-06 | Merge bitcoin/bitcoin#25507: wallet: don't add change fee to target if subtra... | Andrew Chow |
2022-07-06 | fuzz: add low-level target for txorphanage | chinggg |
2022-07-05 | wallet: don't iter twice when getting the cached debit/credit amount | Antoine Poinsot |
2022-07-05 | wallet: clean InputIsMine code, use GetWalletTx | furszy |
2022-07-05 | wallet: unify CachedTxGetImmatureCredit and CachedTxGetImmatureWatchOnlyCredit | furszy |
2022-07-05 | wallet: remove always true 'fUseCache' arg from CachedTxGetAvailableCredit | furszy |
2022-07-05 | wallet: remove always false 'recalculate' arg from GetCachableAmount | furszy |
2022-07-05 | wallet: remove always true 'fUseCache' from CachedTxGetImmatureWatchOnlyCredit | furszy |
2022-07-05 | wallet: remove always true 'fUseCache' from CachedTxGetImmatureCredit | furszy |
2022-07-04 | Merge bitcoin/bitcoin#25454: p2p: Avoid multiple getheaders messages in fligh... | fanquake |
2022-07-04 | [net] Add connection type to NodeEvictionCandidate | dergoegge |
2022-07-04 | [net] Add NoBan status to NodeEvictionCandidate | dergoegge |
2022-07-03 | rpc, wallet: Document mempool rescan after importdescriptor, importwallet | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importmulti | Fabian Jahr |
2022-07-03 | rpc, wallet: Document mempool scan after importpubkey | Fabian Jahr |
2022-07-03 | rpc, wallet: Document and test mempool scan after importprivkey | João Barbosa |
2022-07-03 | rpc, wallet: Document and test mempool scan after importaddress | João Barbosa |
2022-07-03 | wallet: Rescan mempool for transactions as well | Fabian Jahr |
2022-07-01 | Merge bitcoin/bitcoin#25521: build: Remove outdated libbitcoinkernel comment | MacroFake |
2022-07-01 | Merge bitcoin/bitcoin#25471: rpc: Disallow gettxoutsetinfo queries for a spec... | MacroFake |
2022-07-01 | Replace GetTime() with NodeClock in MaybeSendGetHeaders() | Suhas Daftuar |
2022-07-01 | Remove outdated comment | Igor Bubelov |
2022-06-30 | Merge bitcoin/bitcoin#25383: wallet: don't read db every time that a new 'Wal... | MacroFake |
2022-06-30 | psbt: Check Taproot tree depth and leaf versions | Andrew Chow |
2022-06-30 | Merge bitcoin/bitcoin#24836: add RPC (-regtest only) for testing package policy | fanquake |
2022-06-30 | rephrase error for invalid timeout | /dev/fd0 |
2022-06-30 | wallet: don't add change fee to target if subtracting fees from output | S3RK |
2022-06-29 | qt: apply translator comments to reset options confirmation dialog | Jarol Rodriguez |
2022-06-29 | Merge bitcoin/bitcoin#25502: upstream: update minisketch subtree | Andrew Chow |
2022-06-29 | Merge bitcoin/bitcoin#25497: wallet: more accurate target for large transactions | Andrew Chow |
2022-06-29 | Update minisketch subtree to latest master | fanquake |
2022-06-29 | Merge bitcoin/bitcoin#25495: Revert "bnb: exit selection when best_waste is 0" | fanquake |
2022-06-29 | util: remove MSVC warning pragmas | fanquake |
2022-06-29 | Use AutoFile where possible | MacroFake |
2022-06-29 | streams: Add AutoFile without ser-type and ser-version | MacroFake |
2022-06-29 | Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa... | MacroFake |
2022-06-29 | wallet: more accurate tx_noinputs_size | S3RK |
2022-06-29 | Merge bitcoin-core/gui#617: Reset options, notify user about backup creation | Hennadii Stepanov |
2022-06-28 | rpc: Disallow gettxoutsetinfo queries for a specific block with use_index=false | Martin Zumsande |
2022-06-28 | Revert "bnb: exit selection when best_waste is 0" | Murch |
2022-06-28 | fees: Pass in a filepath instead of referencing gArgs | Carl Dong |
2022-06-28 | init: Remove redundant -*mempool*, -limit* queries | Carl Dong |
2022-06-28 | Don't send getheaders message when another request is outstanding | Suhas Daftuar |
2022-06-28 | Cleanup received_new_header calculation to use WITH_LOCK | Suhas Daftuar |
2022-06-28 | Move peer state updates from headers message into separate function | Suhas Daftuar |