Age | Commit message (Expand) | Author |
2020-10-15 | Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp... | Wladimir J. van der Laan |
2020-10-15 | Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "p... | MarcoFalke |
2020-10-15 | Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript) | Wladimir J. van der Laan |
2020-10-14 | RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msg | Luke Dashjr |
2020-10-14 | RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions") | Luke Dashjr |
2020-10-14 | rpc, test: expose CNodeStats network in RPC getpeerinfo | Jon Atack |
2020-10-12 | Activate Taproot/Tapscript on regtest (BIP 341, BIP 342) | Pieter Wuille |
2020-10-07 | Merge #19339: validation: re-delegate absurd fee checking from mempool to cli... | fanquake |
2020-10-05 | [validation] Remove absurdfee from accepttomempool | John Newbery |
2020-10-05 | [rpc/node] check for high fee before ATMP in clients | gzhao408 |
2020-10-05 | Merge #20064: RPC: remove duplicate line in getblock help | fanquake |
2020-10-03 | Merge #19956: rpc: Improve invalid vout value rpc error message | fanquake |
2020-10-03 | RPC: remove duplicate line in getblock help | Fabian Jahr |
2020-09-30 | scripted diff: Improve invalid vout value rpc error message | Nima Yazdanmehr |
2020-09-30 | Merge #19501: send* RPCs in the wallet returns the "fee reason" | MarcoFalke |
2020-09-29 | Merge #19969: Send RPC bug fix and touch-ups | fanquake |
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-23 | Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp... | 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 |
2020-09-19 | Merge #19940: rpc: Return fee and vsize from testmempoolaccept | fanquake |
2020-09-17 | rpc: add brackets to ConstructTransaction | Sjors Provoost |
2020-09-15 | [rpc] Return fee and vsize from testmempoolaccept | codeShark149 |
2020-09-10 | [rpc] add send method | Sjors Provoost |
2020-09-07 | [rpc] walletcreatefundedpsbt: allow inputs to be null | Sjors Provoost |
2020-09-07 | Merge #19478: Remove CTxMempool::mapLinks data structure member | MarcoFalke |
2020-09-05 | Remove mempool global | MarcoFalke |
2020-09-04 | rawtransaction: fix argument in combinerawtransaction help message | Matthew Zipkin |
2020-09-04 | Remove mapLinks in favor of entry inlined structs with iterator type erasure | Jeremy Rubin |
2020-09-04 | Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an... | Wladimir J. van der Laan |
2020-08-31 | Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction) | MarcoFalke |
2020-08-31 | Assert that RPCArg names are equal to CRPCCommand ones (blockchain) | MarcoFalke |
2020-08-31 | Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi... | MarcoFalke |
2020-08-28 | Merge #19607: [p2p] Add Peer struct for per-peer data in net processing | Wladimir J. van der Laan |
2020-08-28 | Merge #19646: doc: Updated outdated help command for getblocktemplate | Wladimir J. van der Laan |
2020-08-25 | util: make EncodeBase64 consume Spans | Sebastian Falbesoner |
2020-08-24 | UNIX_EPOCH_TIME fixup in rpc getnettotals | Jon Atack |
2020-08-24 | Add in/out connections to rpc getnetworkinfo | Jon Atack |
2020-08-24 | Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_... | Wladimir J. van der Laan |
2020-08-21 | docs: Correct description for getblockstats's txs field | Nadav Ivgi |
2020-08-20 | Merge #19550: rpc: Add getindexinfo RPC | Wladimir J. van der Laan |
2020-08-19 | doc: Fix getmempoolancestor RPC result doc | MarcoFalke |
2020-08-16 | rpc: Add getindexinfo RPC | Fabian Jahr |
2020-08-15 | Updated outdated help command for getblocktemplate (fixes #19625) | Jake Leventhal |
2020-08-15 | rpc: expose nLastBlockTime/TXTime as getpeerinfo last_block/transaction | Jon Atack |
2020-08-15 | Merge #15937: Add loadwallet and createwallet load_on_startup options | Samuel Dobson |