Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |