| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #9901 | tobtoht | 2025-09-28 | 1 | -0/+1 |
| |\ | | | | | | | 9a45208 Daemon RPC: add max_block_count field to /getblocks.bin (j-berman) | ||||
| | * | Daemon RPC: add max_block_count field to /getblocks.bin | j-berman | 2025-04-10 | 1 | -0/+1 |
| | | | |||||
| * | | Add new dynamic fees to ZMQ | Lee Clagett | 2025-06-13 | 1 | -0/+1 |
| |/ | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 2020-04-11 | 1 | -3/+3 |
| | | |||||
| * | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 2020-03-05 | 1 | -8/+9 |
| | | | | | | | | | | - Finding handling function in ZMQ JSON-RPC now uses binary search - Temporary `std::vector`s in JSON output now use `epee::span` to prevent allocations. - Binary -> hex in JSON output no longer allocates temporary buffer - C++ structs -> JSON skips intermediate DOM creation, and instead write directly to an output stream. | ||||
| * | Merge pull request #5207 | Riccardo Spagni | 2019-03-24 | 1 | -0/+8 |
| |\ | | | | | | | be6f426a rpc: Allow submitting tx as hex blob over ZMQ (Nathan Dorfman) | ||||
| | * | rpc: Allow submitting tx as hex blob over ZMQ | Nathan Dorfman | 2019-02-27 | 1 | -0/+8 |
| | | | |||||
| * | | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #4687 | Riccardo Spagni | 2018-11-04 | 1 | -5/+22 |
| |\ | | | | | | | 6097472a Update ZMQ fee estimate and add ZMQ output distribution (Lee Clagett) | ||||
| | * | Update ZMQ fee estimate and add ZMQ output distribution | Lee Clagett | 2018-10-23 | 1 | -5/+22 |
| | | | |||||
| * | | rpc: fix build with older compilers | moneromooo-monero | 2018-10-24 | 1 | -1/+1 |
| |/ | |||||
| * | rpc: blanket initialize 0MQ request and response structures | moneromooo-monero | 2018-10-12 | 1 | -1/+1 |
| | | |||||
| * | replace std::list with std::vector on some hot paths | moneromooo-monero | 2018-06-26 | 1 | -1/+1 |
| | | | | | also use reserve where appropriate | ||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | Fix various oversights/bugs in ZMQ RPC server code | Thomas Winget | 2017-09-05 | 1 | -31/+16 |
| | | | | | | | | | | - Add some RPC commands (and touch up a couple others) - some bounds checking - some better pointer management - const correctness and error handling -- Thanks @vtnerd for type help with serialization and CMake changes | ||||
| * | json serialization for rpc-relevant monero types | Thomas Winget | 2017-09-05 | 1 | -0/+436 |
| Structured {de-,}serialization methods for (many new) types which are used for requests or responses in the RPC. New types include RPC requests and responses, and structs which compose types within those. # Conflicts: # src/cryptonote_core/blockchain.cpp | |||||
