aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-17Merge bitcoin/bitcoin#24472: fuzz: execute each file in dir without fuzz engineMarcoFalke
2022-03-17Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functionsMarcoFalke
2022-03-17Merge bitcoin-core/gui#555: Restore Send button when using external signerHennadii Stepanov
2022-03-17fuzz: execute each file in dir without fuzz engineAnthony Towns
2022-03-16doc: Delete old line of code that was commented outMichael Folkson
2022-03-16Merge bitcoin/bitcoin#14752: tests: Unit tests for IsPayToWitnessScriptHash a...MarcoFalke
2022-03-16Merge bitcoin/bitcoin#18815: bench: Add logging benchmarkMarcoFalke
2022-03-16gui: restore Send for external signerSjors Provoost
2022-03-16refactor: helper function signWithExternalSigner()Sjors Provoost
2022-03-16Merge bitcoin/bitcoin#24537: rpc: Split mempool RPCs from blockchain.cppMarcoFalke
2022-03-15Add and use BlockManager::GetAllBlockIndicesCarl Dong
2022-03-15Add and use CBlockIndexHeightOnlyComparatorCarl Dong
2022-03-15move-only: Move CBlockIndexWorkComparator to blockstorageCarl Dong
2022-03-15Only load BlockMan in BlockMan member functionsCarl Dong
2022-03-15style-only: No need for std::pair for vSortedByHeightCarl Dong
2022-03-15Add RegisterMempoolRPCCommands helperMarcoFalke
2022-03-14Merge bitcoin/bitcoin#24080: policy: Remove unused locktime flagsMarcoFalke
2022-03-14Merge bitcoin/bitcoin#24225: wallet: Add sanity checks to DiscourageFeeSnipingAndrew Chow
2022-03-14Merge bitcoin/bitcoin#24505: wallet: Add a deprecation warning for newly crea...MarcoFalke
2022-03-13Merge bitcoin/bitcoin#24528: rpc: rename getdeploymentinfo status-next to sta...MarcoFalke
2022-03-13Merge bitcoin/bitcoin#24527: test: set segwit height back to 0 on regtestMarcoFalke
2022-03-12Merge bitcoin/bitcoin#24164: build: Bump minimum required clang/libc++ to 8.0MarcoFalke
2022-03-11refactor: Avoid int64_t -> size_t -> int64_t conversionMarcoFalke
2022-03-11rpc: Move mempool RPCs to new fileMarcoFalke
2022-03-11Merge bitcoin/bitcoin#24530: wallet: assert BnB's internally calculated waste...Andrew Chow
2022-03-11Merge bitcoin/bitcoin#24453: Bugfix: doc: Correct change_address/changeAddres...MarcoFalke
2022-03-11Merge bitcoin/bitcoin#24421: miner: always assume we can build witness blocksfanquake
2022-03-11[wallet] assert BnB internally calculated waste is the same as GetSelectionWa...glozow
2022-03-11rpc: rename getdeploymentinfo status-next to status_nextJon Atack
2022-03-10test: set segwit height back to 0 on regtestMartin Zumsande
2022-03-10Merge bitcoin-core/gui#563: qt: Remove network detection based on address in ...Hennadii Stepanov
2022-03-10Merge bitcoin/bitcoin#24404: refactor: Remove confusing P1008R1 violation in ...fanquake
2022-03-10Merge bitcoin/bitcoin#24486: wallet: refactor: dedup sqlite blob bindingfanquake
2022-03-10wallet: Add a deprecation warning for newly created legacy walletsAndrew Chow
2022-03-10qt: Remove network detection based on address in BIP21laanwj
2022-03-10Merge bitcoin/bitcoin#24469: test: Correctly decode UTF-8 literal string pathsMarcoFalke
2022-03-10Merge bitcoin/bitcoin#24371: util: Fix `ReadBinaryFile` reading beyond maxsizeMarcoFalke
2022-03-09style-only: Various blockstorage.cpp cleanupsCarl Dong
2022-03-09refactor: more const annotations for uses of CBlockIndex*Anthony Towns
2022-03-09Merge bitcoin/bitcoin#24498: qt: Avoid crash on startup if int specified in s...Andrew Chow
2022-03-09Merge bitcoin/bitcoin#24138: index: Commit MuHash and best block together for...MarcoFalke
2022-03-09Merge bitcoin/bitcoin#24507: fix CI: bitcoin-chainstate: Lock `cs_main` to `U...laanwj
2022-03-08bitcoin-chainstate: Lock cs_main to UnloadBlockIndexCarl Dong
2022-03-08Merge bitcoin/bitcoin#24198: wallet, rpc: add wtxid in WalletTxToJSONAndrew Chow
2022-03-08Merge bitcoin/bitcoin#24312: addrman: Log too low compat valueMarcoFalke
2022-03-07qt: Avoid crash on startup if int specified in settings.jsonRyan Ofsky
2022-03-07test: Add tests for GetArg methods / settings.json type coercionRyan Ofsky
2022-03-07Merge bitcoin/bitcoin#24132: build: Bump minimum Qt version to 5.11.3fanquake
2022-03-07Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...MarcoFalke
2022-03-07Merge bitcoin/bitcoin#24461: build: Minor leveldb subtree updatefanquake