Age | Commit message (Expand) | Author |
2020-11-12 | wallet: provide valid values if invalid estimate mode passed | Jon Atack |
2020-11-11 | wallet: introduce fee_rate (sat/vB) param/option | Jon Atack |
2020-11-09 | Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,... | Wladimir J. van der Laan |
2020-11-04 | Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21 | Samuel Dobson |
2020-11-01 | docs: Correct getblockstats documentation for (sw)total_weight | Nadav Ivgi |
2020-10-29 | wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget() | Jon Atack |
2020-10-16 | Merge #19836: rpc: Properly deserialize txs with witness before signing | fanquake |
2020-10-15 | Merge #20090: [doc] Tiny followups to new getpeerinfo connection type field | Wladimir J. van der Laan |
2020-10-15 | rpc: update GetNetworksInfo() to not return unsupported networks | Jon Atack |
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-13 | rpc: Adjust witness-tx deserialize error message | MarcoFalke |
2020-10-12 | Activate Taproot/Tapscript on regtest (BIP 341, BIP 342) | Pieter Wuille |
2020-10-09 | [trivial] Extract connection type doc into file where it is used. | Amiti Uttarwar |
2020-10-09 | [doc] Improve help for getpeerinfo connection_type field. | Amiti Uttarwar |
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-30 | rpc: Properly deserialize txs with witness before signing | MarcoFalke |