aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] Add connection type to getpeerinfo RPC, update testsAmiti Uttarwar2020-09-214-0/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | [log] Add connection type to log statementAmiti Uttarwar2020-09-213-5/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #20022: test: use explicit p2p objects where availableMarcoFalke2020-09-262-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | test: use explicit p2p objects where availableOliver Gugger2020-09-262-2/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19804: test/refactor: reference p2p objects explicitly and remove conf...MarcoFalke2020-09-2520-92/+99
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [test] remove confusing p2p propertygzhao4082020-09-101-9/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: replace p2p with p2ps[0] in p2p_invalid_txgzhao4082020-09-101-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [doc] sample code for test framework p2p objectsgzhao4082020-09-101-4/+20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [refactor] clarify tests by referencing p2p objects directlygzhao4082020-09-1017-73/+73
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19927: validation: Reduce direct g_chainman usageMarcoFalke2020-09-236-69/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Remove review-only comments + assertionsCarl Dong2020-09-211-39/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: Move FindFilesToPrune{,Manual} doxygen commentCarl Dong2020-09-212-17/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | style: Make FindFilesToPrune{,Manual} match style guideCarl Dong2020-09-211-7/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Move FindFilesToPrune{,Manual} to BlockManagerCarl Dong2020-09-212-16/+60
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Move PruneOneBlockFile to BlockManagerCarl Dong2020-09-153-12/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Pass in chainman to UnloadBlockIndexCarl Dong2020-09-155-7/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Move ~CMainCleanup logic to ~BlockManagerCarl Dong2020-09-142-14/+4
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19868: build: Fix target nameMarcoFalke2020-09-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | build: Fix target nameHennadii Stepanov2020-09-161-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp...MarcoFalke2020-09-233-254/+381
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)MarcoFalke2020-09-223-254/+381
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19979: Replace LockAssertion with AssertLockHeld, remove LockAssertionMarcoFalke2020-09-234-48/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused LockAssertion structHennadii Stepanov2020-09-192-33/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace LockAssertion with a proper thread safety annotationsHennadii Stepanov2020-09-191-11/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Use explicit function type instead of templateHennadii Stepanov2020-09-191-4/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool t...Wladimir J. van der Laan2020-09-2322-63/+552
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update zmq notification documentation and sample consumerGregory Sanders2020-09-222-13/+35
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add functional tests for zmq sequence topic and mempool sequence logicGregory Sanders2020-09-221-6/+308
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-2219-41/+206
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | zmq test: Actually make reorg occurGregory Sanders2020-09-221-3/+3
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19993: refactor: Signet fixupsMarcoFalke2020-09-2311-52/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Document signet BIPMarcoFalke2020-09-222-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Update comments for new chain settings (-signet and -chain=signet)MarcoFalke2020-09-225-20/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | fuzz: Remove needless guardMarcoFalke2020-09-221-4/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Remove SignetTxs::m_valid and use optional insteadMarcoFalke2020-09-223-22/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Run signet test even when wallet was not compiledMarcoFalke2020-09-221-7/+6
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19963: Clarify blocksonly whitelistforcerelay testMarcoFalke2020-09-221-10/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify blocksonly whitelistforcerelay testt-bast2020-09-211-10/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19959: build: patch qt libpng to fix powerpc buildMarcoFalke2020-09-222-1/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | build: patch qt libpng to fix powerpc buildfanquake2020-09-152-1/+25
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...MarcoFalke2020-09-223-193/+295
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction)MarcoFalke2020-08-311-72/+111
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Assert that RPCArg names are equal to CRPCCommand ones (blockchain)MarcoFalke2020-08-312-121/+184
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17785: p2p: Unify Send and Receive protocol versionsWladimir J. van der Laan2020-09-227-92/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | p2p: Use the greatest common version in peer logicHennadii Stepanov2020-09-072-11/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | p2p: Remove SetCommonVersion() from VERACK handlerHennadii Stepanov2020-09-071-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Rename local variable nSendVersionHennadii Stepanov2020-09-071-10/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | p2p: Unify Send and Receive protocol versionsHennadii Stepanov2020-09-077-73/+39
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan2020-09-2121-44/+532
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: some sanity checks for consensus logicAnthony Towns2020-09-181-0/+47