| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace consensus values with Dogecoin equivalents | Ross Nicoll | 2021-06-02 | 2 | -2/+2 |
| * | Add Dogecoin block subsidies | Ross Nicoll | 2021-05-30 | 1 | -1/+2 |
| * | [doc] Add permissions to the getpeerinfo help. | Amiti Uttarwar | 2020-12-26 | 1 | -0/+4 |
| * | rpc: Add missing description of vout in getrawtransaction help text | Ben Carman | 2020-12-21 | 1 | -1/+1 |
| * | wallet: provide valid values if invalid estimate mode passed | Jon Atack | 2020-11-12 | 1 | -1/+1 |
| * | wallet: introduce fee_rate (sat/vB) param/option | Jon Atack | 2020-11-11 | 1 | -3/+6 |
| * | Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,... | Wladimir J. van der Laan | 2020-11-09 | 1 | -4/+2 |
| |\ |
|
| | * | rpc: update GetNetworksInfo() to not return unsupported networks | Jon Atack | 2020-10-15 | 1 | -4/+2 |
| * | | Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21 | Samuel Dobson | 2020-11-04 | 1 | -4/+5 |
| |\ \ |
|
| | * | | wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget() | Jon Atack | 2020-10-29 | 1 | -4/+5 |
| * | | | docs: Correct getblockstats documentation for (sw)total_weight | Nadav Ivgi | 2020-11-01 | 1 | -2/+2 |
| |/ / |
|
| * | | Merge #19836: rpc: Properly deserialize txs with witness before signing | fanquake | 2020-10-16 | 2 | -9/+9 |
| |\ \ |
|
| | * | | rpc: Adjust witness-tx deserialize error message | MarcoFalke | 2020-10-13 | 2 | -7/+7 |
| | * | | rpc: Properly deserialize txs with witness before signing | MarcoFalke | 2020-08-30 | 1 | -2/+2 |
| * | | | Merge #20090: [doc] Tiny followups to new getpeerinfo connection type field | Wladimir J. van der Laan | 2020-10-15 | 1 | -1/+12 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | [trivial] Extract connection type doc into file where it is used. | Amiti Uttarwar | 2020-10-09 | 1 | -0/+9 |
| | * | | [doc] Improve help for getpeerinfo connection_type field. | Amiti Uttarwar | 2020-10-09 | 1 | -1/+3 |
| * | | | Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp... | Wladimir J. van der Laan | 2020-10-15 | 1 | -3/+7 |
| |\ \ \ |
|
| | * | | | rpc, test: expose CNodeStats network in RPC getpeerinfo | Jon Atack | 2020-10-14 | 1 | -3/+7 |
| * | | | | Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "p... | MarcoFalke | 2020-10-15 | 1 | -3/+8 |
| |\ \ \ \ |
|
| | * | | | | RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msg | Luke Dashjr | 2020-10-14 | 1 | -1/+2 |
| | * | | | | RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions") | Luke Dashjr | 2020-10-14 | 1 | -2/+6 |
| | |/ / / |
|
| * | | | | Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript) | Wladimir J. van der Laan | 2020-10-15 | 1 | -0/+1 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Activate Taproot/Tapscript on regtest (BIP 341, BIP 342) | Pieter Wuille | 2020-10-12 | 1 | -0/+1 |
| * | | | | Merge #19339: validation: re-delegate absurd fee checking from mempool to cli... | fanquake | 2020-10-07 | 1 | -2/+10 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | [validation] Remove absurdfee from accepttomempool | John Newbery | 2020-10-05 | 1 | -1/+1 |
| | * | | | [rpc/node] check for high fee before ATMP in clients | gzhao408 | 2020-10-05 | 1 | -1/+9 |
| | |/ / |
|
| * | | | Merge #20064: RPC: remove duplicate line in getblock help | fanquake | 2020-10-05 | 1 | -1/+0 |
| |\ \ \ |
|
| | * | | | RPC: remove duplicate line in getblock help | Fabian Jahr | 2020-10-03 | 1 | -1/+0 |
| | |/ / |
|
| * | | | Merge #19956: rpc: Improve invalid vout value rpc error message | fanquake | 2020-10-03 | 1 | -2/+2 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | scripted diff: Improve invalid vout value rpc error message | Nima Yazdanmehr | 2020-09-30 | 1 | -2/+2 |
| * | | | Merge #19501: send* RPCs in the wallet returns the "fee reason" | MarcoFalke | 2020-09-30 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | [send] Make send RPCs return fee reason | Sishir Giri | 2020-09-26 | 1 | -0/+2 |
| | |/ / |
|
| * | | | Merge #19969: Send RPC bug fix and touch-ups | fanquake | 2020-09-29 | 1 | -3/+5 |
| |\ \ \ |
|
| | * | | | rpc: add brackets to ConstructTransaction | Sjors Provoost | 2020-09-17 | 1 | -3/+5 |
| * | | | | Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs | MarcoFalke | 2020-09-26 | 1 | -2/+8 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | [rpc] Deprecate getpeerinfo addnode field | Amiti Uttarwar | 2020-09-21 | 1 | -2/+6 |
| | * | | | [rpc] Add connection type to getpeerinfo RPC, update tests | Amiti Uttarwar | 2020-09-21 | 1 | -0/+2 |
| * | | | | Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp... | MarcoFalke | 2020-09-23 | 1 | -57/+91 |
| |\ \ \ \ |
|
| | * | | | | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet) | MarcoFalke | 2020-09-22 | 1 | -57/+91 |
| * | | | | | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas | Gregory Sanders | 2020-09-22 | 3 | -7/+37 |
| |/ / / / |
|
| * | | | | Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch... | MarcoFalke | 2020-09-22 | 2 | -191/+293 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | 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 | 1 | -119/+182 |
| * | | | | Merge #19940: rpc: Return fee and vsize from testmempoolaccept | fanquake | 2020-09-19 | 1 | -2/+16 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | [rpc] Return fee and vsize from testmempoolaccept | codeShark149 | 2020-09-15 | 1 | -2/+16 |
| * | | | | [rpc] add send method | Sjors Provoost | 2020-09-10 | 1 | -0/+3 |
| * | | | | [rpc] walletcreatefundedpsbt: allow inputs to be null | Sjors Provoost | 2020-09-07 | 1 | -3/+8 |
| |/ / / |
|
| * | | | Merge #19478: Remove CTxMempool::mapLinks data structure member | MarcoFalke | 2020-09-07 | 1 | -3/+3 |
| |\ \ \ |
|
| | * | | | Remove mapLinks in favor of entry inlined structs with iterator type erasure | Jeremy Rubin | 2020-09-04 | 1 | -3/+3 |