aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-29Remove gArgs global from CreateChainParams to aid testingMarcoFalke
2020-09-29Merge #19969: Send RPC bug fix and touch-upsfanquake
2020-09-29Merge #20028: test: Check that invalid peer traffic is accounted forfanquake
2020-09-29Merge #20014: doc: Mention signet in -help outputfanquake
2020-09-28Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2Pieter Wuille
2020-09-28Merge #15367: feature: Added ability for users to add a startup commandMarcoFalke
2020-09-28feature: Added ability for users to add a startup commandBen Carman
2020-09-28test: Check that invalid peer traffic is accounted forMarcoFalke
2020-09-28test: Remove confusing cast to same type (int to int)MarcoFalke
2020-09-28Merge #20016: uint256: 1 is a constantMarcoFalke
2020-09-28Merge #20026: test: typo in a functional test docMarcoFalke
2020-09-28wallet: no need for duplicate storage for ABANDON_HASH constantAnthony Towns
2020-09-28scripted-diff: Replace UINT256_ONE() with uint256::ONEAnthony Towns
2020-09-28uint256: Update constructors to c++11, make ONE staticAnthony Towns
2020-09-27[Trivial] python help messagekanon
2020-09-26Merge #20023: test: remove unused constants in functional testsMarcoFalke
2020-09-26Merge #19725: [RPC] Add connection type to getpeerinfo, improve logsMarcoFalke
2020-09-26Merge #20022: test: use explicit p2p objects where availableMarcoFalke
2020-09-26test: remove unused constants in functional testsSebastian Falbesoner
2020-09-26test: use explicit p2p objects where availableOliver Gugger
2020-09-25doc: Mention signet in -help outputHennadii Stepanov
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-21[doc] Release notesAmiti Uttarwar
2020-09-21[rpc] Deprecate getpeerinfo addnode fieldAmiti Uttarwar
2020-09-21[refactor] Rename test file to allow any getpeerinfo deprecations.Amiti Uttarwar
2020-09-21[rpc] Add connection type to getpeerinfo RPC, update testsAmiti Uttarwar
2020-09-21[log] Add connection type to log statementAmiti Uttarwar
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