Age | Commit message (Expand) | Author |
2020-09-26 | Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs | MarcoFalke |
2020-09-26 | Merge #20022: test: use explicit p2p objects where available | MarcoFalke |
2020-09-26 | test: use explicit p2p objects where available | Oliver Gugger |
2020-09-25 | Merge #19804: test/refactor: reference p2p objects explicitly and remove conf... | MarcoFalke |
2020-09-23 | Merge #19927: validation: Reduce direct g_chainman usage | MarcoFalke |
2020-09-23 | Merge #19868: build: Fix target name | MarcoFalke |
2020-09-23 | Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp... | MarcoFalke |
2020-09-23 | Merge #19979: Replace LockAssertion with AssertLockHeld, remove LockAssertion | MarcoFalke |
2020-09-23 | Merge #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool t... | Wladimir J. van der Laan |
2020-09-23 | Merge #19993: refactor: Signet fixups | MarcoFalke |
2020-09-22 | Merge #19963: Clarify blocksonly whitelistforcerelay test | MarcoFalke |
2020-09-22 | Merge #19959: build: patch qt libpng to fix powerpc build | MarcoFalke |
2020-09-22 | doc: Document signet BIP | MarcoFalke |
2020-09-22 | doc: Update comments for new chain settings (-signet and -chain=signet) | MarcoFalke |
2020-09-22 | fuzz: Remove needless guard | MarcoFalke |
2020-09-22 | refactor: Remove SignetTxs::m_valid and use optional instead | MarcoFalke |
2020-09-22 | test: Run signet test even when wallet was not compiled | MarcoFalke |
2020-09-22 | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet) | MarcoFalke |
2020-09-22 | Update zmq notification documentation and sample consumer | Gregory Sanders |
2020-09-22 | Add functional tests for zmq sequence topic and mempool sequence logic | Gregory Sanders |
2020-09-22 | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas | Gregory Sanders |
2020-09-22 | zmq test: Actually make reorg occur | Gregory Sanders |
2020-09-22 | Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch... | MarcoFalke |
2020-09-21 | [doc] Release notes | Amiti Uttarwar |
2020-09-21 | [rpc] Deprecate getpeerinfo addnode field | Amiti 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 tests | Amiti Uttarwar |
2020-09-21 | [log] Add connection type to log statement | Amiti Uttarwar |
2020-09-22 | Merge #17785: p2p: Unify Send and Receive protocol versions | Wladimir J. van der Laan |
2020-09-21 | Merge #18267: BIP-325: Signet [consensus] | Wladimir J. van der Laan |
2020-09-21 | Merge #19697: Improvements on ADDR caching | Wladimir J. van der Laan |
2020-09-21 | validation: Remove review-only comments + assertions | Carl Dong |
2020-09-21 | docs: Move FindFilesToPrune{,Manual} doxygen comment | Carl Dong |
2020-09-21 | style: Make FindFilesToPrune{,Manual} match style guide | Carl Dong |
2020-09-21 | validation: Move FindFilesToPrune{,Manual} to BlockManager | Carl Dong |
2020-09-21 | Clarify blocksonly whitelistforcerelay test | t-bast |
2020-09-20 | Merge #19781: test: add parameterized constructor for msg_sendcmpct() | MarcoFalke |
2020-09-20 | Merge #18949: doc: Add CODEOWNERS file to automatically nominate PR reviewers | MarcoFalke |
2020-09-19 | Remove unused LockAssertion struct | Hennadii Stepanov |
2020-09-19 | Replace LockAssertion with a proper thread safety annotations | Hennadii Stepanov |
2020-09-19 | refactor: Use explicit function type instead of template | Hennadii Stepanov |
2020-09-19 | Merge #13686: ZMQ: Small cleanups in the ZMQ code | fanquake |
2020-09-19 | Merge #18790: gui: Improve thread naming | fanquake |
2020-09-19 | Merge #19940: rpc: Return fee and vsize from testmempoolaccept | fanquake |
2020-09-19 | Merge #19971: test: create default wallet in extended tests | fanquake |
2020-09-18 | test: create default wallet in extended tests | Sjors Provoost |
2020-09-18 | test: some sanity checks for consensus logic | Anthony Towns |
2020-09-18 | test: basic signet tests | Karl-Johan Alm |
2020-09-18 | test: add small signet fuzzer | practicalswift |
2020-09-18 | test: signet network selection tests | Karl-Johan Alm |