Age | Commit message (Expand) | Author |
2021-05-27 | Merge bitcoin/bitcoin#20833: rpc/validation: enable packages through testmemp... | W. J. van der Laan |
2021-05-25 | Merge bitcoin/bitcoin#22043: rpc, test: addpeeraddress test coverage, code si... | MarcoFalke |
2021-05-24 | [rpc] allow multiple txns in testmempoolaccept | glozow |
2021-05-24 | rpc: simplify addpeeraddress and improve code constness | Jon Atack |
2021-05-24 | scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls | Kiminuo |
2021-05-20 | Merge bitcoin/bitcoin#21843: p2p, rpc: enable GetAddr, GetAddresses, and getn... | W. J. van der Laan |
2021-05-20 | Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixes | MarcoFalke |
2021-05-19 | rpc: enable filtering getnodeaddresses by network | Jon Atack |
2021-05-19 | p2p: allow CConnman::GetAddresses() by network, add doxygen | Jon Atack |
2021-05-14 | test: Fix off-by-one in mockscheduler test RPC | MarcoFalke |
2021-05-11 | rpc: address:amount dictionaries are OBJ_USER_KEYS | Karl-Johan Alm |
2021-05-11 | rpc/getpeerinfo: bytesrecv_per_msg is a dynamic dictionary | Karl-Johan Alm |
2021-05-11 | rpc/gettxoutsetinfo: hash_or_height is a named argument | Karl-Johan Alm |
2021-05-11 | Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size | MarcoFalke |
2021-05-10 | refactor: Remove useless extern keyword | MarcoFalke |
2021-05-10 | Merge bitcoin/bitcoin#21786: wallet: ensure sat/vB feerates are in range (man... | MarcoFalke |
2021-05-10 | Merge bitcoin/bitcoin#21897: rpc: adjust incorrect RPCHelpMan types | MarcoFalke |
2021-05-09 | rpc/createrawtransaction: redefine addresses as OBJ_USER_KEYS | Karl-Johan Alm |
2021-05-09 | rpc: include OBJ_USER_KEY in RPCArg constructor checks | Karl-Johan Alm |
2021-05-09 | rpc: enable passing decimals to AmountFromValue, add doxygen | Jon Atack |
2021-05-05 | Merge bitcoin/bitcoin#21710: doc: update helps for addnode rpc and -addnode/-... | W. J. van der Laan |
2021-05-03 | Merge bitcoin/bitcoin#20867: Support up to 20 keys for multisig under Segwit ... | fanquake |
2021-05-01 | doc: Clarify that feerates are per virtual size | MarcoFalke |
2021-05-01 | doc: fix -coinstatsindex help, and test/rpc touchups | Jon Atack |
2021-05-01 | scripted-diff: Clarify that feerates are per virtual size | MarcoFalke |
2021-04-30 | Merge bitcoin/bitcoin#19521: Coinstats Index | W. J. van der Laan |
2021-04-28 | rpc/util: multisig: only check redeemScript size is <= 520 for P2SH | Antoine Poinsot |
2021-04-27 | Merge bitcoin/bitcoin#21523: validation: run VerifyDB on all chainstates | MarcoFalke |
2021-04-23 | validation: prepare VerifyDB for assumeutxo | James O'Beirne |
2021-04-23 | refactor: rename active_chainstate in VerifyDB | James O'Beirne |
2021-04-23 | multiprocess: Add echoipc RPC method and test | Russell Yanofsky |
2021-04-21 | Merge bitcoin/bitcoin#21719: refactor: Add and use EnsureConnman in rpc code | MarcoFalke |
2021-04-19 | rpc: gettxoutsetinfo rejects hash_serialized_2 for specific height | Fabian Jahr |
2021-04-19 | rpc: Allow gettxoutsetinfo and getblockstats for stale blocks | Fabian Jahr |
2021-04-19 | index, rpc: Add use_index option for gettxoutsetinfo | Fabian Jahr |
2021-04-19 | rpc, index: Add verbose amounts tracking to Coinstats index | Fabian Jahr |
2021-04-19 | rpc: Add Coinstats index to getindexinfo | Fabian Jahr |
2021-04-19 | rpc: gettxoutsetinfo can be requested for specific blockheights | Fabian Jahr |
2021-04-19 | index: Coinstats index can be activated with command line flag | Fabian Jahr |
2021-04-19 | refactor: Pass hash_type to CoinsStats in stats object | Fabian Jahr |
2021-04-19 | refactor: Add and use EnsureConnman in rpc code | MarcoFalke |
2021-04-19 | Merge #21679: rpc: Keep default argument value in correct type | MarcoFalke |
2021-04-19 | Merge #21718: rpc: Improve error message for getblock invalid datatype. | fanquake |
2021-04-18 | rpc: Improve getblock error message for invalid data type. | klementtan |
2021-04-17 | Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modules | MarcoFalke |
2021-04-17 | rpc: Check default value type againts argument type | João Barbosa |
2021-04-17 | rpc: Keep default argument value in correct type | João Barbosa |
2021-04-16 | doc: update addnode rpc help | Jon Atack |
2021-04-15 | Merge #21377: Speedy trial support for versionbits | fanquake |
2021-04-14 | rpc/rest: Take and reuse local Chain/ChainState obj | Carl Dong |