Age | Commit message (Expand) | Author |
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 | 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 |
2020-08-14 | Merge #19455: rpc generate: print useful help and error message | Wladimir J. van der Laan |
2020-08-14 | Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc) | MarcoFalke |
2020-08-14 | Merge #19644: rpc: document returned error fields as optional if applicable | Samuel Dobson |
2020-08-13 | Add loadwallet and createwallet RPC load_on_startup options | Russell Yanofsky |
2020-08-13 | Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee | Samuel Dobson |
2020-08-12 | Merge #19696: rpc: Fix addnode remove command error | Wladimir J. van der Laan |
2020-08-12 | Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to... | Wladimir J. van der Laan |
2020-08-12 | [net] Add addpeeraddress RPC method | John Newbery |
2020-08-12 | [addrman] Specify max addresses and pct when calling GetAddresses() | John Newbery |
2020-08-12 | Merge #19316: [net] Cleanup logic around connection types | fanquake |
2020-08-11 | rpc: Improve addnode remove command error message | Fabian Jahr |
2020-08-07 | [net/refactor] Add AddrFetch connections to ConnectionType enum | Amiti Uttarwar |
2020-08-07 | [net/refactor] Add feeler connections to ConnectionType enum | Amiti Uttarwar |
2020-08-07 | [net/refactor] Add manual connections to ConnectionType enum | Amiti Uttarwar |
2020-08-06 | refactor: Make HexStr take a span | Wladimir J. van der Laan |
2020-08-03 | Merge #19326: Simplify hash.h interface using Spans | Wladimir J. van der Laan |
2020-08-02 | rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc) | MarcoFalke |
2020-08-02 | rpc: Limit echo to 10 args | MarcoFalke |
2020-08-02 | refactor: Use C++11 range based for loops to simplify rpc code | MarcoFalke |
2020-08-02 | rpc: Treat all args after a hidden arg as hidden as well | MarcoFalke |
2020-08-02 | rpc: document returned error fields as optional if applicable | Sebastian Falbesoner |
2020-07-31 | Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. | MarcoFalke |
2020-07-30 | Make Hash[160] consume range-like objects | Pieter Wuille |
2020-07-26 | rpc: Avoid useless mempool query in gettxoutproof | MarcoFalke |
2020-07-26 | rpc: Style fixups in gettxoutproof | MarcoFalke |
2020-07-24 | rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent... | Chris L |
2020-07-19 | rpc: deduplicate WriteHDKeypath() used in decodepsbt | Sebastian Falbesoner |
2020-07-16 | Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUniv | Wladimir J. van der Laan |
2020-07-15 | Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se... | MarcoFalke |
2020-07-14 | Increment input value sum only once per UTXO in decodepsbt | Andrew Chow |
2020-07-14 | Merge #19323: gui: Fix regression in *txoutset* in GUI console | MarcoFalke |
2020-07-11 | Merge #19474: doc: Use precise permission flags where possible | MarcoFalke |
2020-07-11 | rpc: print useful help and error message for generate | Jon Atack |
2020-07-10 | doc: Use precise permission flags where possible | MarcoFalke |
2020-07-08 | gui: Fix regression in GUI console | Hennadii Stepanov |
2020-07-08 | rpc: deprecate banscore field in rpc getpeerinfo | Jon Atack |
2020-07-07 | Merge #19219: Replace automatic bans with discouragement filter | Pieter Wuille |
2020-07-06 | Merge #19328: Add gettxoutsetinfo hash_type option | MarcoFalke |
2020-07-04 | Merge #19277: util: Add Assert identity function | MarcoFalke |
2020-07-03 | Clean up separated ban/discourage interface | Pieter Wuille |