Age | Commit message (Expand) | Author |
2024-07-24 | refactor: Replace ParseHashStr with FromHex | MarcoFalke |
2024-07-24 | rest: Reject truncated hex txid early in getutxos parsing | MarcoFalke |
2024-07-17 | refactor: Use util::Split to avoid a harmless unsigned-integer-overflow | MarcoFalke |
2024-07-12 | rest: Reject negative outpoint index in getutxos parsing | MarcoFalke |
2024-06-26 | rest: don't copy data when sending binary response | Roman Zeyde |
2024-06-12 | Merge bitcoin/bitcoin#29015: kernel: Streamline util library | Ava Chow |
2024-05-20 | rpc: avoid copying into UniValue | Cory Fields |
2024-05-16 | util: Move util/string.h functions to util namespace | Ryan Ofsky |
2024-05-01 | scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes | MarcoFalke |
2024-03-12 | rest: read raw block in rest_block and deserialize for json | Andrew Toth |
2024-02-13 | scripted-diff: Fix bitcoin_config_h includes | TheCharlatan |
2024-01-05 | Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion | fanquake |
2023-12-11 | Remove deprecated -rpcserialversion | MarcoFalke |
2023-12-07 | refactor: rpc: Pass CBlockIndex by reference instead of pointer | MarcoFalke |
2023-12-07 | refactor: Use reference instead of pointer in IsBlockPruned | MarcoFalke |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-11-16 | Include version.h in fewer places | Anthony Towns |
2023-11-14 | Use ParamsWrapper for witness serialization | Anthony Towns |
2023-11-07 | Merge bitcoin/bitcoin#28136: refactor: move GetServicesNames from rpc/util.{h... | Andrew Chow |
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke |
2023-09-19 | refactor: drop protocol.h include header in rpc/util.h | Jon Atack |
2023-06-12 | rest: bugfix, fix crash error when calling `/deploymentinfo` | brunoerg |
2023-05-20 | refactor: Split util::AnyPtr into its own file | TheCharlatan |
2023-05-10 | refactor: Move functions to BlockManager methods | TheCharlatan |
2023-04-17 | bugfix: rest: avoid segfault for invalid URI | pablomartin4btc |
2023-03-15 | Merge bitcoin/bitcoin#26207: rest: add verbose and mempool_sequence query par... | Andrew Chow |
2023-01-26 | Use DataStream where possible | MarcoFalke |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-06 | rest: reduce LOCK(cs_main) scope in rest_block | Andrew Toth |
2022-10-13 | Merge bitcoin/bitcoin#25412: rest: add `/deploymentinfo` endpoint | Andrew Chow |
2022-10-05 | rest: add verbose and mempool_sequence query params for mempool/contents | Andrew Toth |
2022-08-16 | rest: add `/deploymentinfo` | brunoerg |
2022-08-16 | Fix logical race in rest_getutxos | MacroFake |
2022-08-05 | rest: clean-up for `mempool` endpoints | brunoerg |
2022-06-15 | rest/getutxos: Don't construct empty mempool | Carl Dong |
2022-05-18 | Do not call global Params() when chainman is in scope | MacroFake |
2022-04-26 | Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe... | fanquake |
2022-04-19 | move-mostly: Make fHavePruned a BlockMan member | Carl Dong |
2022-04-11 | refactor: introduce single-separator split helper `SplitString` | Sebastian Falbesoner |
2022-04-06 | doc: Convert remaining comments to clang-tidy format | MarcoFalke |
2022-04-06 | Merge bitcoin/bitcoin#24098: rest: Use query parameters to control resource l... | MarcoFalke |
2022-04-05 | Update /<count>/ endpoints to use a '?count=' query parameter instead | stickies-v |
2022-03-30 | refactor: use named args when ScriptToUniv or TxToUniv are invoked | Michael Dietz |
2022-03-30 | refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function | Michael Dietz |
2022-03-17 | Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions | MarcoFalke |
2022-03-11 | rpc: Move mempool RPCs to new file | MarcoFalke |
2022-03-10 | Handle query string when parsing data format | stickies-v |
2022-03-10 | scripted-diff: rename RetFormat to RESTResponseFormat | stickies-v |
2022-03-10 | Refactoring: move declarations to rest.h | stickies-v |
2022-03-09 | refactor: more const annotations for uses of CBlockIndex* | Anthony Towns |