Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-29 | rpc: limit the number of txes for get_blocks.bin | moneromooo-monero | 1 | -1/+1 | |
2020-09-15 | wallet2: adapt to deterministic unlock time | TheCharlatan | 1 | -0/+1 | |
2020-08-19 | Fix ZMQ pruned bulletproof transactions | Lee Clagett | 1 | -1/+5 | |
2020-08-14 | Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster | Lee Clagett | 1 | -2/+2 | |
2020-08-14 | Fix pruned tx for ZMQ's GetBlocksFast | Lee Clagett | 1 | -0/+1 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2020-05-06 | Merge pull request #6486 | luigi1111 | 1 | -1/+2 | |
feee455 Fixes for ZMQ JSON-RPC endpoint names for raw tx (vtnerd) | |||||
2020-04-29 | Fixes for ZMQ JSON-RPC endpoint names for raw tx | Lee Clagett | 1 | -1/+2 | |
2020-04-03 | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 1 | -5/+9 | |
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 1 | -5/+5 | |
- 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 | |||||
2020-03-31 | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 1 | -5/+0 | |
2020-03-12 | Merge pull request #6273 | Alexander Blair | 1 | -50/+75 | |
0f78b06e Various improvements to the ZMQ JSON-RPC handling: (Lee Clagett) | |||||
2020-03-05 | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 1 | -50/+75 | |
- 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. | |||||
2020-01-16 | Merge pull request #6134 | Alexander Blair | 1 | -8/+8 | |
a7a40e28 Actually concatenate error strings. (Bert Peters) | |||||
2019-11-14 | Actually concatenate error strings. | Bert Peters | 1 | -8/+8 | |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 1 | -3/+3 | |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 1 | -2/+2 | |
If the peer (whether pruned or not itself) supports sending pruned blocks to syncing nodes, the pruned version will be sent along with the hash of the pruned data and the block weight. The original tx hashes can be reconstructed from the pruned txes and theur prunable data hash. Those hashes and the block weights are hashes and checked against the set of precompiled hashes, ensuring the data we received is the original data. It is currently not possible to use this system when not using the set of precompiled hashes, since block weights can not otherwise be checked for validity. This is off by default for now, and is enabled by --sync-pruned-blocks | |||||
2019-08-14 | Merge pull request #5487 | luigi1111 | 1 | -0/+5 | |
df83ed7 consensus: from v12, enforce >= 2 outputs (moneromooo-monero) | |||||
2019-06-09 | miner: fix double free of thread attributes | ston1th | 1 | -4/+1 | |
issue: #5568 | |||||
2019-05-07 | Merge pull request #5510 | Riccardo Spagni | 1 | -3/+3 | |
e9809382 fix wide difficulty conversion with some versions of boost (moneromooo-monero) | |||||
2019-05-01 | fix wide difficulty conversion with some versions of boost | moneromooo-monero | 1 | -3/+3 | |
2019-04-25 | rpc: improve get_output_distribution | moneromooo-monero | 1 | -1/+1 | |
It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it. | |||||
2019-04-23 | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 1 | -0/+5 | |
2019-04-15 | rpc: fix get_block_hashes.bin from wallet on pruned blockchain | moneromooo-monero | 1 | -1/+1 | |
We want to get all blocks here, even pruned ones | |||||
2019-03-24 | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 1 | -3/+6 | |
Based on Boolberry work by: jahrsg <jahr@jahr.me> cr.zoidberg <crypto.zoidberg@gmail.com> | |||||
2019-03-24 | Merge pull request #5207 | Riccardo Spagni | 1 | -6/+30 | |
be6f426a rpc: Allow submitting tx as hex blob over ZMQ (Nathan Dorfman) | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2019-02-27 | rpc: Allow submitting tx as hex blob over ZMQ | Nathan Dorfman | 1 | -6/+30 | |
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 1 | -4/+4 | |
- Support for ".onion" in --add-exclusive-node and --add-peer - Add --anonymizing-proxy for outbound Tor connections - Add --anonymous-inbounds for inbound Tor connections - Support for sharing ".onion" addresses over Tor connections - Support for broadcasting transactions received over RPC exclusively over Tor (else broadcast over public IP when Tor not enabled). | |||||
2018-11-21 | rpc: add version to get_info | Jethro Grassie | 1 | -0/+2 | |
2018-11-16 | tests: add unit tests for get_output_distribution | moneromooo-monero | 1 | -1/+1 | |
2018-10-23 | Update ZMQ fee estimate and add ZMQ output distribution | Lee Clagett | 1 | -3/+45 | |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 1 | -39/+0 | |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -2/+3 | |
2018-08-02 | Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST | Lee Clagett | 1 | -25/+17 | |
2018-06-26 | rpc: rework to avoid repeated calculations in get_blocks.bin | moneromooo-monero | 1 | -5/+5 | |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 1 | -23/+7 | |
also use reserve where appropriate | |||||
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 1 | -1/+1 | |
This bumps DB version to 2, migration code will run for v1 DBs | |||||
2018-03-05 | Stagenet | stoffu | 1 | -3/+5 | |
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-18 | add empty container sanity checks when using front() and back() | moneromooo-monero | 1 | -0/+4 | |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -1/+1 | |
2017-10-07 | Subaddresses | kenshi84 | 1 | -4/+11 | |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -1/+1 | |
2017-09-05 | Fix various oversights/bugs in ZMQ RPC server code | Thomas Winget | 1 | -42/+129 | |
- 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 | |||||
2017-09-05 | json serialization for rpc-relevant monero types | Thomas Winget | 1 | -0/+800 | |
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 |