aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-25doc: Added default signet config for linearize scriptgr0kchain
2020-09-25Merge #19804: test/refactor: reference p2p objects explicitly and remove conf...MarcoFalke
2020-09-23Merge #19927: validation: Reduce direct g_chainman usageMarcoFalke
2020-09-23Merge #19868: build: Fix target nameMarcoFalke
2020-09-23Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp...MarcoFalke
2020-09-23Merge #19979: Replace LockAssertion with AssertLockHeld, remove LockAssertionMarcoFalke
2020-09-23Merge #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool t...Wladimir J. van der Laan
2020-09-23Merge #19993: refactor: Signet fixupsMarcoFalke
2020-09-22Merge #19963: Clarify blocksonly whitelistforcerelay testMarcoFalke
2020-09-22Merge #19959: build: patch qt libpng to fix powerpc buildMarcoFalke
2020-09-22doc: Document signet BIPMarcoFalke
2020-09-22doc: Update comments for new chain settings (-signet and -chain=signet)MarcoFalke
2020-09-22fuzz: Remove needless guardMarcoFalke
2020-09-22refactor: Remove SignetTxs::m_valid and use optional insteadMarcoFalke
2020-09-22test: Run signet test even when wallet was not compiledMarcoFalke
2020-09-22Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)MarcoFalke
2020-09-22Update zmq notification documentation and sample consumerGregory Sanders
2020-09-22Add functional tests for zmq sequence topic and mempool sequence logicGregory Sanders
2020-09-22Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders
2020-09-22zmq test: Actually make reorg occurGregory Sanders
2020-09-22Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...MarcoFalke
2020-09-22Merge #17785: p2p: Unify Send and Receive protocol versionsWladimir J. van der Laan
2020-09-21Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan
2020-09-21Merge #19697: Improvements on ADDR cachingWladimir J. van der Laan
2020-09-21validation: Remove review-only comments + assertionsCarl Dong
2020-09-21docs: Move FindFilesToPrune{,Manual} doxygen commentCarl Dong
2020-09-21style: Make FindFilesToPrune{,Manual} match style guideCarl Dong
2020-09-21validation: Move FindFilesToPrune{,Manual} to BlockManagerCarl Dong
2020-09-21Clarify blocksonly whitelistforcerelay testt-bast
2020-09-20Merge #19781: test: add parameterized constructor for msg_sendcmpct()MarcoFalke
2020-09-20Merge #18949: doc: Add CODEOWNERS file to automatically nominate PR reviewersMarcoFalke
2020-09-19Remove unused LockAssertion structHennadii Stepanov
2020-09-19Replace LockAssertion with a proper thread safety annotationsHennadii Stepanov
2020-09-19refactor: Use explicit function type instead of templateHennadii Stepanov
2020-09-19Merge #13686: ZMQ: Small cleanups in the ZMQ codefanquake
2020-09-19Merge #18790: gui: Improve thread namingfanquake
2020-09-19Merge #19940: rpc: Return fee and vsize from testmempoolacceptfanquake
2020-09-19Merge #19971: test: create default wallet in extended testsfanquake
2020-09-18test: create default wallet in extended testsSjors Provoost
2020-09-18test: some sanity checks for consensus logicAnthony Towns
2020-09-18test: basic signet testsKarl-Johan Alm
2020-09-18test: add small signet fuzzerpracticalswift
2020-09-18test: signet network selection testsKarl-Johan Alm
2020-09-18signet: hard-coded parameters for Signet Global Network VI (2020-09-07)Karl-Johan Alm
2020-09-18qt: update QT to support signet networkKarl-Johan Alm
2020-09-18consensus: add signet validationKarl-Johan Alm
2020-09-18add signet chain and accompanying parametersKarl-Johan Alm
2020-09-18Merge #15454: Remove the automatic creation and loading of the default walletSamuel Dobson
2020-09-16build: Fix target nameHennadii Stepanov
2020-09-16Merge #19934: tests: Add fuzzing harness for Keccak and SHA3_256Wladimir J. van der Laan