aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-17Move StripRedundantLastElementsOfPath before ArgsManager class.Kiminuo
2021-04-17Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modulesMarcoFalke
2021-04-17Merge bitcoin-core/gui#277: Do not use QClipboard::Selection on Windows and m...MarcoFalke
2021-04-17Merge #21689: test: Remove intermittently failing and not very meaningful `BO...MarcoFalke
2021-04-15Merge #21630: fuzz: split FuzzedSock interface and implementationMarcoFalke
2021-04-15Merge #21686: Speedy trial activation parameters for TaprootMarcoFalke
2021-04-15Merge #21676: test: Use mocktime to avoid intermittent failure in rpc_testsMarcoFalke
2021-04-15fuzz: use ConsumeBool() instead of !ConsumeBool()Vasil Dimov
2021-04-15fuzz: split FuzzedSock interface and implementationVasil Dimov
2021-04-15fuzz: make FuzzedSock::Wait() sometimes simulate an occurred eventVasil Dimov
2021-04-15fuzz: set errno from FuzzedSock::Wait() if it simulates a failureVasil Dimov
2021-04-15style: remove extra white spaceVasil Dimov
2021-04-15test: Remove intermittently failing and not very meaningful `BOOST_CHECK` in ...practicalswift
2021-04-15Merge #21677: fuzz: Avoid use of low file descriptor ids (which may be in use...MarcoFalke
2021-04-14Add mainnet and testnet taproot activation paramsAndrew Chow
2021-04-15Merge #21377: Speedy trial support for versionbitsfanquake
2021-04-14Avoid use of low file descriptor ids (which may be in use) in FuzzedSock and ...practicalswift
2021-04-14test: Reset mocktime in the common setupMarcoFalke
2021-04-14rpc/rest: Take and reuse local Chain/ChainState objCarl Dong
2021-04-14rpc: style: Improve BuriedForkDescPushBack signatureCarl Dong
2021-04-14rpc: Remove unnecessary casting of block heightCarl Dong
2021-04-14rpc: Tidy up local references (see commit message)Carl Dong
2021-04-14rest/rpc: Remove now-unused old Ensure functionsCarl Dong
2021-04-14scripted-diff: rest/rpc: Use renamed EnsureAny*()Carl Dong
2021-04-14rpc: Add renamed EnsureAny*() functionsCarl Dong
2021-04-14Merge #21585: Fix assumeutxo crash due to truncated fileMarcoFalke
2021-04-14Merge #260: Handle exceptions instead of crashW. J. van der Laan
2021-04-14test: Use mocktime to avoid intermittent failureMarcoFalke
2021-04-14Merge #21666: Miscellaneous external signer changesfanquake
2021-04-13Merge #21634: tests: Skip SQLite fsyncs while testingMarcoFalke
2021-04-13Merge #21575: refactor: Create blockstorage modulefanquake
2021-04-13Merge #21633: refactor: add [[noreturn]] attribute where applicablefanquake
2021-04-13external_signer: remove ExternalSignerExceptionfanquake
2021-04-13external_signer: use const where appropriatefanquake
2021-04-13wallet: remove CWallet::GetExternalSigner()fanquake
2021-04-13external_signer: remove ignore_errors from Enumerate()fanquake
2021-04-13refactor: unify external wallet runtime errorsfanquake
2021-04-13refactor: add missing includes to external signer codefanquake
2021-04-13refactor: move all signer code inside ENABLE_EXTERNAL_SIGNER #ifdefsfanquake
2021-04-13Merge #21467: Move external signer out of wallet modulefanquake
2021-04-13Merge #21631: i2p: always check the return value of Sock::Wait()MarcoFalke
2021-04-13Merge #21330: Deal with missing data in signature hashes more consistentlyfanquake
2021-04-13refactor: add [[noreturn]] attribute where applicablefanquake
2021-04-12tests: Skip SQLite fsyncs while testingAndrew Chow
2021-04-12rpc: Add alt Ensure* functions acepting NodeContextCarl Dong
2021-04-12chainparams: drop versionbits threshold to 90% for mainnnet and signetAnthony Towns
2021-04-12versionbits: simplify state transitionsAnthony Towns
2021-04-12versionbits: Add explicit NEVER_ACTIVE deploymentsAnthony Towns
2021-04-12fuzz: test versionbits delayed activationAnthony Towns
2021-04-12tests: test versionbits delayed activationAnthony Towns