| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] Add connection type to getpeerinfo RPC, update tests | Amiti Uttarwar | 2020-09-21 | 4 | -0/+19 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [log] Add connection type to log statement | Amiti Uttarwar | 2020-09-21 | 3 | -5/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #20022: test: use explicit p2p objects where available | MarcoFalke | 2020-09-26 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: use explicit p2p objects where available | Oliver Gugger | 2020-09-26 | 2 | -2/+2 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19804: test/refactor: reference p2p objects explicitly and remove conf... | MarcoFalke | 2020-09-25 | 20 | -92/+99 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [test] remove confusing p2p property | gzhao408 | 2020-09-10 | 1 | -9/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: replace p2p with p2ps[0] in p2p_invalid_tx | gzhao408 | 2020-09-10 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [doc] sample code for test framework p2p objects | gzhao408 | 2020-09-10 | 1 | -4/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [refactor] clarify tests by referencing p2p objects directly | gzhao408 | 2020-09-10 | 17 | -73/+73 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19927: validation: Reduce direct g_chainman usage | MarcoFalke | 2020-09-23 | 6 | -69/+72 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Remove review-only comments + assertions | Carl Dong | 2020-09-21 | 1 | -39/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: Move FindFilesToPrune{,Manual} doxygen comment | Carl Dong | 2020-09-21 | 2 | -17/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | style: Make FindFilesToPrune{,Manual} match style guide | Carl Dong | 2020-09-21 | 1 | -7/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Move FindFilesToPrune{,Manual} to BlockManager | Carl Dong | 2020-09-21 | 2 | -16/+60 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Move PruneOneBlockFile to BlockManager | Carl Dong | 2020-09-15 | 3 | -12/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Pass in chainman to UnloadBlockIndex | Carl Dong | 2020-09-15 | 5 | -7/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation: Move ~CMainCleanup logic to ~BlockManager | Carl Dong | 2020-09-14 | 2 | -14/+4 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19868: build: Fix target name | MarcoFalke | 2020-09-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | build: Fix target name | Hennadii Stepanov | 2020-09-16 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp... | MarcoFalke | 2020-09-23 | 3 | -254/+381 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet) | MarcoFalke | 2020-09-22 | 3 | -254/+381 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19979: Replace LockAssertion with AssertLockHeld, remove LockAssertion | MarcoFalke | 2020-09-23 | 4 | -48/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused LockAssertion struct | Hennadii Stepanov | 2020-09-19 | 2 | -33/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace LockAssertion with a proper thread safety annotations | Hennadii Stepanov | 2020-09-19 | 1 | -11/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Use explicit function type instead of template | Hennadii Stepanov | 2020-09-19 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool t... | Wladimir J. van der Laan | 2020-09-23 | 22 | -63/+552 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update zmq notification documentation and sample consumer | Gregory Sanders | 2020-09-22 | 2 | -13/+35 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add functional tests for zmq sequence topic and mempool sequence logic | Gregory Sanders | 2020-09-22 | 1 | -6/+308 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas | Gregory Sanders | 2020-09-22 | 19 | -41/+206 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zmq test: Actually make reorg occur | Gregory Sanders | 2020-09-22 | 1 | -3/+3 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19993: refactor: Signet fixups | MarcoFalke | 2020-09-23 | 11 | -52/+34 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Document signet BIP | MarcoFalke | 2020-09-22 | 2 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Update comments for new chain settings (-signet and -chain=signet) | MarcoFalke | 2020-09-22 | 5 | -20/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fuzz: Remove needless guard | MarcoFalke | 2020-09-22 | 1 | -4/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Remove SignetTxs::m_valid and use optional instead | MarcoFalke | 2020-09-22 | 3 | -22/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Run signet test even when wallet was not compiled | MarcoFalke | 2020-09-22 | 1 | -7/+6 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19963: Clarify blocksonly whitelistforcerelay test | MarcoFalke | 2020-09-22 | 1 | -10/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify blocksonly whitelistforcerelay test | t-bast | 2020-09-21 | 1 | -10/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19959: build: patch qt libpng to fix powerpc build | MarcoFalke | 2020-09-22 | 2 | -1/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | build: patch qt libpng to fix powerpc build | fanquake | 2020-09-15 | 2 | -1/+25 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch... | MarcoFalke | 2020-09-22 | 3 | -193/+295 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction) | MarcoFalke | 2020-08-31 | 1 | -72/+111 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assert that RPCArg names are equal to CRPCCommand ones (blockchain) | MarcoFalke | 2020-08-31 | 2 | -121/+184 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17785: p2p: Unify Send and Receive protocol versions | Wladimir J. van der Laan | 2020-09-22 | 7 | -92/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p2p: Use the greatest common version in peer logic | Hennadii Stepanov | 2020-09-07 | 2 | -11/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p2p: Remove SetCommonVersion() from VERACK handler | Hennadii Stepanov | 2020-09-07 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Rename local variable nSendVersion | Hennadii Stepanov | 2020-09-07 | 1 | -10/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p2p: Unify Send and Receive protocol versions | Hennadii Stepanov | 2020-09-07 | 7 | -73/+39 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18267: BIP-325: Signet [consensus] | Wladimir J. van der Laan | 2020-09-21 | 21 | -44/+532 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: some sanity checks for consensus logic | Anthony Towns | 2020-09-18 | 1 | -0/+47 | |