aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fixed string_ref usage bug in epee::from_hex::vectorLee Clagett2020-03-301-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #6332luigi11112020-04-211-0/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | 87d7558 Allow wallet2.h to run in WebAssembly (woodser)
| * | | Allow wallet2.h to run in WebAssemblywoodser2020-04-151-0/+5
| |/ / | | | | | | | | | | | | | | | | | | - Add abstract_http_client.h which http_client.h extends. - Replace simple_http_client with abstract_http_client in wallet2, message_store, message_transporter, and node_rpc_proxy. - Import and export wallet data in wallet2. - Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.
* / / Adding Dandelion++ support to public networks:Lee Clagett2020-03-265-29/+1118
|/ / | | | | | | | | | | - 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
* | Merge pull request #6403luigi11112020-04-103-0/+64
|\ \ | |/ |/| | | 5de2295 Correct key image check in tx_pool (vtnerd)
| * Correct key image check in tx_poolLee Clagett2020-03-143-0/+64
| |
* | Merge pull request #6381luigi11112020-04-041-8/+12
|\ \ | | | | | | | | | e719760 Fix receive order leakage with tx fluffing (vtnerd)
| * | Fix receive order leakage with tx fluffingLee Clagett2020-03-101-8/+12
| | |
* | | Merge pull request #6361luigi11112020-04-042-1/+58
|\ \ \ | | | | | | | | | | | | 68a6507 Fixed bug in ZMQ JSON-RPC method field (vtnerd)
| * | | Fixed bug in ZMQ JSON-RPC method fieldLee Clagett2019-11-182-1/+58
| | | |
* | | | Merge pull request #6357luigi11112020-04-042-0/+173
|\ \ \ \ | | | | | | | | | | | | | | | 42a7a4d daemon: auto public nodes - cache and prioritize most stable nodes (xiphon)
| * | | | daemon: auto public nodes - cache and prioritize most stable nodesxiphon2020-02-282-0/+173
| |/ / /
* | | | Merge pull request #6351luigi11112020-04-041-3/+43
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 81c5943 Remove temporary std::string creation in some hex->bin calls (vtnerd) 5fcc23a Move hex->bin conversion to monero copyright files and with less includes (vtnerd) 3387f0e Reduce template bloat in hex->bin for ZMQ json (vtnerd)
| * | | | Move hex->bin conversion to monero copyright files and with less includesLee Clagett2020-03-091-3/+43
| | |_|/ | |/| |
* | | | Merge pull request #6346luigi11112020-04-042-5/+1
|\ \ \ \ | | | | | | | | | | | | | | | dbfa4f8 unit_tests: fix missing test names (xiphon)
| * | | | unit_tests: fix missing test namesxiphon2020-02-182-5/+1
| | |/ / | |/| |
* | | | Merge pull request #6339luigi11112020-04-042-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | c61abf8 remove empty statements (shopglobal)
| * | | | remove empty statementsInterchained2020-02-172-2/+2
| |/ / / | | | | | | | | | | | | Cleaning up a little around the code base.
* | | | Merge pull request #6335luigi11112020-04-041-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | 0078ce7 wipeable_string: split - treat CR, LF and Tabs as separators (xiphon)
| * | | | wipeable_string: split - treat CR, LF and Tabs as separatorsxiphon2020-02-121-0/+1
| | | | |
* | | | | Merge pull request #6309luigi11112020-04-042-5/+57
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | e69acff functional_tests: update cookie at 10 seconds interval (moneromooo-monero) f5a11f0 functional_tests: speed up signature generation (moneromooo-monero)
| * | | | | functional_tests: speed up signature generationmoneromooo-monero2020-03-262-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | Executing a new binary for each signature can get really slow
| * | | | | functional_tests: update cookie at 10 seconds intervalmoneromooo-monero2020-03-261-0/+28
| | |_|/ / | |/| | | | | | | | | | | | | Otherwise the daemon will start rejecting
* | | | | cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon2020-03-311-3/+0
| | | | |
* | | | | Merge pull request #6214luigi11112020-03-312-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 054b4c7 protocol: request txpool contents when synced (moneromooo-monero)
| * | | | | protocol: request txpool contents when syncedmoneromooo-monero2020-03-222-0/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A newly synced Alice sends a (typically quite small) list of txids in the local tpxool to a random peer Bob, who then uses the existing tx relay system to send Alice any tx in his txpool which is not in the list Alice sent
* | | | | Fix network unit tests after epee changesLee Clagett2020-03-281-2/+2
| | | | |
* | | | | Merge pull request #6285Alexander Blair2020-03-271-22/+402
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | d0641b42 net: fix incorrect less operator for top/i2p addresses (Aaron Hook)
| * | | | | net: fix incorrect less operator for top/i2p addressesAaron Hook2020-01-181-22/+402
| | |/ / / | |/| | |
* | | | | p2p: remove old debug commandsAaron Hook2020-03-204-2/+2
| |/ / / |/| | |
* | | | Merge pull request #6273Alexander Blair2020-03-122-20/+38
|\ \ \ \ | | | | | | | | | | | | | | | 0f78b06e Various improvements to the ZMQ JSON-RPC handling: (Lee Clagett)
| * | | | Various improvements to the ZMQ JSON-RPC handling:Lee Clagett2020-03-052-20/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 #6243Alexander Blair2020-03-121-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4771a7ae p2p: remove obsolete local time in handshake (moneromooo-monero) 2fbbc4a2 p2p: avoid sending the same peer list over and over (moneromooo-monero) 3004835b epee: remove backward compatible endian specific address serialization (moneromooo-monero) 39a343d7 p2p: remove backward compatible peer list (moneromooo-monero) 60631802 p2p: simplify last_seen serialization now we have optional stores (moneromooo-monero) 9467b2e4 cryptonote_protocol: omit top 64 bits of difficulty when 0 (moneromooo-monero) b595583f serialization: do not write optional fields with default value (moneromooo-monero) 5f98b46d p2p: remove obsolete local time from TIMED_SYNC (moneromooo-monero)
| * | | | serialization: do not write optional fields with default valuemoneromooo-monero2020-01-261-2/+2
| | | | |
* | | | | Merge pull request #6061Alexander Blair2020-02-284-5/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | f1091c41 core_tests: remove some useless verbose logs (moneromooo-monero)
| * | | | | core_tests: remove some useless verbose logsmoneromooo-monero2019-10-304-5/+0
| | | | | |
* | | | | | Merge pull request #6225Alexander Blair2020-02-281-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 987c3139 print_coinbase_tx_sum now supports 128 bits sums (moneromooo-monero)
| * | | | | | print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero2019-12-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The tail emission will bring the total above 64 bits
* | | | | | | Merge pull request #6220Alexander Blair2020-02-281-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a9bdc6e4 Improved performance for epee serialization: (Lee Clagett)
| * | | | | | | Improved performance for epee serialization:Lee Clagett2019-11-041-3/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed copy of field names in binary deserialization - Removed copy of array values in binary deserialization - Removed copy of string values in json deserialization - Removed unhelpful allocation in json string value parsing - Removed copy of blob data on binary and json serialization
* | | | | | | Merge pull request #6202Alexander Blair2020-02-281-9/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | 02b80513 unit_tests: remove invalid bulletproofs unit test (moneromooo-monero)
| * | | | | | unit_tests: remove invalid bulletproofs unit testmoneromooo-monero2019-12-011-9/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was intended to check a case which is actually valid (0 gamma), but was actually duplicating the bad amount test. Reported by WhatDo_ on IRC.
* | | | | | Merge pull request #6069Alexander Blair2020-02-061-8/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | d64e5aa7 wallet: allow message sign/verify for subaddresses (moneromooo-monero)
| * | | | | | wallet: allow message sign/verify for subaddressesmoneromooo-monero2019-12-311-8/+23
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6035Alexander Blair2020-02-061-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b90c4bc3 rpc: error out from get_info if the proxied call errors out (moneromooo-monero) fa16df99 make_test_signature: exit nicely on top level exception (moneromooo-monero) 054b2621 node_rpc_proxy: init some new rpc payment fields in invalidate (moneromooo-monero) d0faae2a rpc: init a few missing client_info members (moneromooo-monero) d56a483a rpc: do not propagate exceptions out of a dtor (moneromooo-monero) 3c849188 rpc: always set the update field in update on sucess (moneromooo-monero)
| * | | | | | make_test_signature: exit nicely on top level exceptionmoneromooo-monero2019-11-271-0/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | Coverity 205411
* | | | | | Merge pull request #6170Alexander Blair2020-01-253-18/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 56a4469e network: log traffic and add a simple traffic analysis script (moneromooo-monero)
| * | | | | | network: log traffic and add a simple traffic analysis scriptmoneromooo-monero2020-01-263-18/+19
| | |_|/ / / | |/| | | |
* / | | | | wallet: do not split integrated addresses in address book apimoneromooo-monero2020-01-262-60/+5
|/ / / / /
* | | | | Merge pull request #6300Alexander Blair2020-01-241-4/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 6f330865 fix tests bug added in #6110 (Dusan Klinec)