| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | zmq: add restricted rpc mode | selsta | 2026-04-01 | 1 | -1/+2 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster | Lee Clagett | 2020-08-14 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 2020-04-03 | 1 | -1/+2 |
| | | |||||
| * | Adding Dandelion++ support to public networks: | Lee Clagett | 2020-03-26 | 1 | -1/+1 |
| | | | | | | | - New flag in NOTIFY_NEW_TRANSACTION to indicate stem mode - Stem loops detected in tx_pool.cpp - Embargo timeout for a blackhole attack during stem phase | ||||
| * | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 2020-03-05 | 1 | -1/+1 |
| | | | | | | | | | | - 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/+4 |
| |\ | | | | | | | 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/+4 |
| | | | |||||
| * | | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| |/ | |||||
| * | Update ZMQ fee estimate and add ZMQ output distribution | Lee Clagett | 2018-10-23 | 1 | -1/+3 |
| | | |||||
| * | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 2018-09-14 | 1 | -2/+0 |
| | | |||||
| * | Readd copyright starting date | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | 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 | -4/+2 |
| | | | | | | | | | | - 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/+147 |
| 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 | |||||
