Age | Commit message (Expand) | Author |
2020-09-30 | Merge #20004: test: Add signet witness commitment section parse tests | Wladimir J. van der Laan |
2020-09-30 | Merge #19498: Tidy up ProcessOrphanTx | MarcoFalke |
2020-09-30 | Merge #20043: doc: Add 19501 release notes | fanquake |
2020-09-30 | Merge #20006: Fix misleading error message: Clean stack rule | Wladimir J. van der Laan |
2020-09-30 | Merge #20036: signet: Add assumed values for default signet | Wladimir J. van der Laan |
2020-09-30 | doc: Remove double-whitespace from help string, other whitespace fixups | MarcoFalke |
2020-09-30 | Merge #19501: send* RPCs in the wallet returns the "fee reason" | MarcoFalke |
2020-09-30 | Merge #19958: doc: Better document features of feelers | fanquake |
2020-09-29 | Merge #19984: log: Remove static log message "Initializing chainstate Chainst... | Wladimir J. van der Laan |
2020-09-29 | Merge #20003: net: Exit with error message if -proxy is specified without arg... | Wladimir J. van der Laan |
2020-09-29 | signet: Add assumed values for default signet | MarcoFalke |
2020-09-29 | Merge #19898: log: print unexpected version warning in validation log category | fanquake |
2020-09-29 | Merge #19630: Cleanup fee estimation code | fanquake |
2020-09-29 | test: Add signet witness commitment section parse tests | MarcoFalke |
2020-09-29 | Remove gArgs global from CreateChainParams to aid testing | MarcoFalke |
2020-09-29 | Merge #19107: p2p: Move all header verification into the network layer, exten... | fanquake |
2020-09-29 | Merge #19969: Send RPC bug fix and touch-ups | fanquake |
2020-09-29 | Merge #20014: doc: Mention signet in -help output | fanquake |
2020-09-28 | Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2 | Pieter Wuille |
2020-09-28 | Merge #15367: feature: Added ability for users to add a startup command | MarcoFalke |
2020-09-28 | feature: Added ability for users to add a startup command | Ben Carman |
2020-09-28 | Merge #20016: uint256: 1 is a constant | MarcoFalke |
2020-09-28 | wallet: no need for duplicate storage for ABANDON_HASH constant | Anthony Towns |
2020-09-28 | scripted-diff: Replace UINT256_ONE() with uint256::ONE | Anthony Towns |
2020-09-28 | uint256: Update constructors to c++11, make ONE static | Anthony Towns |
2020-09-26 | [send] Make send RPCs return fee reason | Sishir Giri |
2020-09-26 | Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs | MarcoFalke |
2020-09-25 | doc: Mention signet in -help output | Hennadii Stepanov |
2020-09-24 | Fix misleading error message: Clean stack rule | sanket1729 |
2020-09-24 | Improve docs about feeler connections | Gleb Naumenko |
2020-09-23 | Merge #19927: validation: Reduce direct g_chainman usage | MarcoFalke |
2020-09-23 | Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp... | MarcoFalke |
2020-09-23 | net: Print error message if -proxy is specified without arguments (instead of... | practicalswift |
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 | Remove header checks out of net_processing | Troy Giorshev |
2020-09-22 | Give V1TransportDeserializer CChainParams& member | Troy Giorshev |
2020-09-22 | Change CMessageHeader Constructor | Troy Giorshev |
2020-09-22 | Add doxygen comment for ReceiveMsgBytes | Troy Giorshev |
2020-09-22 | Move checksum check from net_processing to net | Troy Giorshev |
2020-09-22 | Give V1TransportDeserializer an m_node_id member | Troy Giorshev |
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 | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet) | MarcoFalke |
2020-09-22 | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas | Gregory Sanders |
2020-09-22 | Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch... | MarcoFalke |
2020-09-21 | [rpc] Deprecate getpeerinfo addnode field | Amiti Uttarwar |
2020-09-21 | [rpc] Add connection type to getpeerinfo RPC, update tests | Amiti Uttarwar |