Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-15 | Merge pull request #6637 | luigi1111 | 5 | -11/+11 | |
58e1c8b repo: update donation fund address (selsta) | |||||
2020-06-09 | repo: update donation fund address | selsta | 5 | -11/+11 | |
2020-06-08 | Merge pull request #6576 | luigi1111 | 2 | -6/+46 | |
4d3c2d0 rpc: add a sanity limit to a few RPC in restricted mode (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6561 | luigi1111 | 1 | -1/+1 | |
c17fe81 wallet2: fix multisig data clearing stomping on a vector (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6556 | luigi1111 | 1 | -1/+1 | |
5ed37ba serialization: fix bad rapidjson api usage (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6553 | luigi1111 | 2 | -1/+22 | |
bb5c5df cryptonote_protocol: reject requests/notifications before handshake (moneromooo-monero) f1d0457 cryptonote_protocol: stricter limit to number of objects requested (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6549 | luigi1111 | 8 | -98/+337 | |
82d21f5 easylogging++: sanitize log payload (moneromooo-monero) 7d0b7e8 [master] MMS: New 'config_checksum' subcommand (rbrunner7) | |||||
2020-06-08 | Merge pull request #6539 | luigi1111 | 1 | -6/+6 | |
85164a8 epee: use memwipe rather than memset for md5 secrets (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6525 | luigi1111 | 5 | -7/+22 | |
86cf811 simplewallet: don't complain about incoming payment ids on change (moneromooo-monero) | |||||
2020-06-08 | Merge pull request #6522 | luigi1111 | 2 | -9/+48 | |
29e563b Fixed bugs for take_slice and byte_stream->byte_slice (vtnerd) | |||||
2020-06-08 | Merge pull request #6519 | luigi1111 | 1 | -1/+3 | |
ab44293 trezor: add new firmware version support (ph4r05) | |||||
2020-06-08 | Merge pull request #6514 | luigi1111 | 6 | -9/+11 | |
4baee20 build: prepare v0.16.0.0 release (selsta) | |||||
2020-06-01 | Merge pull request #6612 | luigi1111 | 13 | -31/+35 | |
7aeb503 Fix boost <1.60 compilation and fix boost 1.73+ warnings (vtnerd) | |||||
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 13 | -31/+35 | |
2020-05-28 | Merge pull request #6582 | luigi1111 | 1 | -3/+3 | |
2314dae workflows: fix windows build (selsta) | |||||
2020-05-27 | Merge pull request #6535 | luigi1111 | 16 | -542/+238 | |
81773f5 fuzz_tests: refactor and add OSS-Fuzz compatibility (moneromooo-monero) cb4edc1 cmake: ASAN and PIE don't mix (moneromooo-monero) | |||||
2020-05-27 | Merge pull request #6531 | luigi1111 | 5 | -11/+11 | |
f35ced6 build: fix boost 1.73 compatibility (selsta) | |||||
2020-05-24 | [master] MMS: New 'config_checksum' subcommand | rbrunner7 | 4 | -27/+121 | |
2020-05-24 | easylogging++: sanitize log payload | moneromooo-monero | 4 | -71/+216 | |
Some of it might be coming from untrusted sources Reported by itsunixiknowthis | |||||
2020-05-23 | workflows: fix windows build | selsta | 1 | -3/+3 | |
2020-05-20 | rpc: add a sanity limit to a few RPC in restricted mode | moneromooo-monero | 2 | -6/+46 | |
2020-05-19 | wallet2: fix multisig data clearing stomping on a vector | moneromooo-monero | 1 | -1/+1 | |
2020-05-19 | cryptonote_protocol: stricter limit to number of objects requested | moneromooo-monero | 1 | -1/+2 | |
Reported by xnbya | |||||
2020-05-19 | cryptonote_protocol: reject requests/notifications before handshake | moneromooo-monero | 1 | -0/+20 | |
Reported by xnbya | |||||
2020-05-18 | serialization: fix bad rapidjson api usage | moneromooo-monero | 1 | -1/+1 | |
2020-05-16 | epee: use memwipe rather than memset for md5 secrets | moneromooo-monero | 1 | -6/+6 | |
That's used by HTTP auth now | |||||
2020-05-15 | cmake: ASAN and PIE don't mix | moneromooo-monero | 1 | -2/+4 | |
Binaries built with both crash on startup with maybe 25% probability | |||||
2020-05-15 | fuzz_tests: refactor and add OSS-Fuzz compatibility | moneromooo-monero | 16 | -540/+234 | |
2020-05-14 | build: fix boost 1.73 compatibility | selsta | 5 | -11/+11 | |
2020-05-13 | simplewallet: don't complain about incoming payment ids on change | moneromooo-monero | 5 | -7/+22 | |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 6 | -9/+11 | |
2020-05-12 | trezor: add new firmware version support | Dusan Klinec | 1 | -1/+3 | |
2020-05-12 | Fixed bugs for take_slice and byte_stream->byte_slice | Lee Clagett | 2 | -9/+48 | |
2020-05-07 | Merge pull request #6510 | luigi1111 | 1 | -2/+0 | |
70609d7 cryptonote_core: take out the time based upgrade warning (moneromooo-monero) | |||||
2020-05-07 | Merge pull request #6506 | luigi1111 | 1 | -7/+1 | |
42e1484 wallet2: fix keys file deserialization exception handling (xiphon) | |||||
2020-05-06 | cryptonote_core: take out the time based upgrade warning | moneromooo-monero | 1 | -2/+0 | |
It doesn't really work anymore since we don't have a fork soon | |||||
2020-05-06 | Merge pull request #6503 | luigi1111 | 1 | -1/+6 | |
f80ab3e cryptonote_protocol: do not request pruned borromean sig txes (moneromooo-monero) | |||||
2020-05-06 | cryptonote_protocol: do not request pruned borromean sig txes | moneromooo-monero | 1 | -1/+6 | |
We don't have a function to calculate their weight from a pruned version (yet). | |||||
2020-05-06 | Merge pull request #6486 | luigi1111 | 1 | -1/+2 | |
feee455 Fixes for ZMQ JSON-RPC endpoint names for raw tx (vtnerd) | |||||
2020-05-06 | Merge pull request #6485 | luigi1111 | 2 | -3/+17 | |
7a8c1ee wallet2: fix subaddress expansion when receiving monero (moneromooo-monero) | |||||
2020-05-06 | Merge pull request #6484 | luigi1111 | 1 | -1/+1 | |
e7d0105 message_store: don't print an error when there is no mms file (moneromooo-monero) | |||||
2020-05-06 | Merge pull request #6481 | luigi1111 | 1 | -1/+1 | |
119f706 rpc: fix 'use_bootstrap_daemon_if_necessary' return value (xiphon) | |||||
2020-05-06 | Merge pull request #6480 | luigi1111 | 1 | -3/+2 | |
4f489fa wallet2: check_connection return false on get_version status != OK (xiphon) | |||||
2020-05-06 | Merge pull request #6478 | luigi1111 | 1 | -1/+1 | |
ee58362 Used legacy category to match insert_key_images behavior (vtnerd) | |||||
2020-05-06 | Merge pull request #6477 | luigi1111 | 3 | -65/+25 | |
afe5a55 Revert functional test changes in babf25d and 5715460 (vtnerd) | |||||
2020-05-06 | Merge pull request #6472 | luigi1111 | 2 | -1/+3 | |
2efbd5f cryptonote: fix reuse of non default tx data when relaying (moneromooo-monero) | |||||
2020-05-06 | Merge pull request #6471 | luigi1111 | 1 | -0/+3 | |
c6a1294 add another seed node (Gingeropolous/selsta) 9faf3d1 Add erciccione's seed node (erciccione/selsta) | |||||
2020-05-06 | Merge pull request #6468 | luigi1111 | 2 | -4/+5 | |
a813c46 cryptonote_core: skip dns checkpoints on startup if not enforced (xiphon) | |||||
2020-05-05 | Merge pull request #6467 | luigi1111 | 5 | -24/+52 | |
8b655de simplewallet: report timestamp based expected unlock time on balance (moneromooo-monero) | |||||
2020-05-05 | Merge pull request #6441 | luigi1111 | 5 | -10/+27 | |
613071f use memwipe on secret k/alpha values (moneromooo-monero) | |||||
2020-05-05 | Merge pull request #6409 | luigi1111 | 14 | -171/+806 | |
c26c930 Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. (vtnerd) | |||||
2020-05-05 | wallet2: fix keys file deserialization exception handling | xiphon | 1 | -7/+1 | |
2020-05-02 | Merge pull request #6451 | luigi1111 | 6 | -8/+36 | |
4ed60b6 Bulletproofs: verification speedup (SarangNoether) | |||||
2020-05-01 | Merge pull request #6460 | luigi1111 | 1 | -0/+4 | |
f8b1480 unit_tests: fix gcc+ warning (sumogr) | |||||
2020-05-01 | Merge pull request #6457 | luigi1111 | 1 | -3/+3 | |
5eb7f63 workflows: add trezor support ubuntu (selsta) | |||||
2020-05-01 | Merge pull request #6453 | luigi1111 | 2 | -1/+3 | |
d2d3a81 bootstrap_daemon: fix missing virtual destructor and lambda capture (clang warning) (xiphon) | |||||
2020-05-01 | Merge pull request #6452 | luigi1111 | 2 | -0/+59 | |
d3e77cc FindCcache automatically (mj-xmr) | |||||
2020-05-01 | Merge pull request #6449 | luigi1111 | 2 | -8/+37 | |
27d551d simplewallet: add sweep_account command (moneromooo-monero) | |||||
2020-05-01 | Merge pull request #6446 | luigi1111 | 24 | -253/+431 | |
e509ede trezor: adapt to new passphrase mechanism (ph4r05) | |||||
2020-05-01 | Merge pull request #6444 | luigi1111 | 1 | -0/+1 | |
b367630 simplewallet : missing function block separator (sumogr) | |||||
2020-05-01 | Merge pull request #6443 | luigi1111 | 2 | -111/+139 | |
145be6d p2p: startup speedup, init seed nodes on first 'connect_to_seed()' (xiphon) | |||||
2020-05-01 | Merge pull request #6440 | luigi1111 | 1 | -4/+4 | |
7c4a400 simplewallet: fix strings (show_transfers & export_transfers) (sumogr) | |||||
2020-05-01 | Merge pull request #6436 | luigi1111 | 8 | -2/+104 | |
688a3e8 Add timelock verification on device (cslashm) | |||||
2020-05-01 | Merge pull request #6420 | luigi1111 | 1 | -2/+2 | |
647c069 openssl update (ArqTras) | |||||
2020-05-01 | Merge pull request #6350 | luigi1111 | 11 | -27/+138 | |
da99157 Use byte_slice for sending zmq messages - removes data copy within zmq (vtnerd) | |||||
2020-04-29 | Merge pull request #6487 | luigi1111 | 1 | -2/+2 | |
dd807b8 txpool.cpp: rename var to fix for old g++ version (xenial default) (sumogr) | |||||
2020-04-29 | txpool.cpp: rename var to fix for old g++ version (xenial default) | Sumo Gr | 1 | -2/+2 | |
2020-04-29 | Fixes for ZMQ JSON-RPC endpoint names for raw tx | Lee Clagett | 1 | -1/+2 | |
2020-04-27 | wallet2: fix subaddress expansion when receiving monero | moneromooo-monero | 2 | -3/+17 | |
2020-04-27 | trezor: adapt to new passphrase mechanism | Dusan Klinec | 24 | -253/+431 | |
- choice where to enter passphrase is now made on the host - use wipeable string in the comm stack - wipe passphrase memory - protocol optimizations, prepare for new firmware version - minor fixes and improvements - tests fixes, HF12 support | |||||
2020-04-27 | message_store: don't print an error when there is no mms file | moneromooo-monero | 1 | -1/+1 | |
It confuses people | |||||
2020-04-27 | rpc: fix 'use_bootstrap_daemon_if_necessary' return value | xiphon | 1 | -1/+1 | |
2020-04-27 | openssl update | ArqTras | 1 | -2/+2 | |
Not available source updated g version | |||||
2020-04-26 | wallet2: check_connection return false on get_version status != OK | xiphon | 1 | -3/+2 | |
2020-04-24 | Used legacy category to match insert_key_images behavior | Lee Clagett | 1 | -1/+1 | |
2020-04-24 | Revert functional test changes in babf25d2e and 571546067 | Lee Clagett | 3 | -65/+25 | |
2020-04-22 | cryptonote: fix reuse of non default tx data when relaying | moneromooo-monero | 2 | -1/+3 | |
An automatic tx variable is initialized properly on the first run through the loop, but not the second. Moving the variable inside the loop ensures the ctor is called again to init it. | |||||
2020-04-22 | FindCcache automatically | mj-xmr | 2 | -0/+59 | |
2020-04-22 | add another seed node | Gingeropolous | 1 | -0/+2 | |
node is funded by random people and managed by me. currently functioning as public node at uwillrunanodesoon.moneroworld.com | |||||
2020-04-22 | simplewallet: report timestamp based expected unlock time on balance | moneromooo-monero | 5 | -24/+52 | |
2020-04-22 | Add erciccione's seed node | erciccione | 1 | -0/+1 | |
2020-04-21 | p2p: startup speedup, init seed nodes on first 'connect_to_seed()' | xiphon | 2 | -111/+139 | |
2020-04-21 | Merge pull request #6470 | luigi1111 | 1 | -0/+1 | |
79a1653 p2p: add seed node. (guywillett) | |||||
2020-04-21 | Merge pull request #6445 | luigi1111 | 9 | -52/+104 | |
5715460 Always reject duplicate key-images from second txid (vtnerd) babf25d Allow unrestricted rpc calls to get full txpool info (vtnerd) | |||||
2020-04-21 | Merge pull request #6433 | luigi1111 | 2 | -1/+5 | |
7326b69 functional_tests: ensure signatures never reuse a timestamp (moneromooo-monero) 082dd2c functional_tests: ensure signed timestamps are fresh (moneromooo-monero) | |||||
2020-04-21 | Merge pull request #6415 | luigi1111 | 2 | -7/+19 | |
09abca7 wallet_api: checkUpdate - optional version and buildtag params (xiphon) | |||||
2020-04-21 | Merge pull request #6414 | luigi1111 | 1 | -1/+1 | |
14e8035 update openssl 1.0.2r link (sumogr) | |||||
2020-04-21 | Merge pull request #6411 | luigi1111 | 1 | -0/+15 | |
9c95437 workflows: retry on apt failure (selsta) | |||||
2020-04-21 | Merge pull request #6408 | luigi1111 | 1 | -2/+2 | |
5ef7138 daemon: fix print_net_stats RPC calls (moneromooo-monero) | |||||
2020-04-21 | Merge pull request #6359 | luigi1111 | 2 | -3/+6 | |
f9441c5 Fixed string_ref usage bug in epee::from_hex::vector (vtnerd) | |||||
2020-04-21 | p2p: add seed node. | guy | 1 | -0/+1 | |
2020-04-21 | Merge pull request #6332 | luigi1111 | 16 | -317/+516 | |
87d7558 Allow wallet2.h to run in WebAssembly (woodser) | |||||
2020-04-21 | Merge pull request #6278 | luigi1111 | 4 | -12/+199 | |
387fd66 Daemon: Print estimates for time until fully synced (rbrunner7) | |||||
2020-04-20 | cryptonote_core: skip dns checkpoints on startup if not enforced | xiphon | 2 | -4/+5 | |
2020-04-18 | unit_tests: fix gcc+ warning | Sumo Gr | 1 | -0/+4 | |
2020-04-17 | Merge pull request #6314 | luigi1111 | 25 | -159/+1550 | |
02d887c Adding Dandelion++ support to public networks: (vtnerd) | |||||
2020-04-16 | workflows: add trezor support ubuntu | selsta | 1 | -3/+3 | |
2020-04-15 | bootstrap_daemon: fix missing virtual destructor and lambda capture (clang ↵ | xiphon | 2 | -1/+3 | |
warning) | |||||
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 16 | -317/+516 | |
- 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. | |||||
2020-04-15 | use memwipe on secret k/alpha values | moneromooo-monero | 5 | -10/+27 | |
Reported by UkoeHB_ and sarang | |||||
2020-04-14 | Bulletproofs: verification speedup | Sarang Noether | 6 | -8/+36 | |
2020-04-14 | simplewallet: add sweep_account command | moneromooo-monero | 2 | -8/+37 | |
Expects an account number, then the usual sweep_all options Useful to move monero that was accidentally sent to a subaddress with a very large account index. | |||||
2020-04-11 | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 14 | -171/+806 | |
2020-04-10 | Merge pull request #6405 | luigi1111 | 1 | -0/+1 | |
8d23047 p2p: add another seed node (moneromooo-monero) | |||||
2020-04-10 | Merge pull request #6403 | luigi1111 | 4 | -16/+71 | |
5de2295 Correct key image check in tx_pool (vtnerd) | |||||
2020-04-10 | Merge pull request #6398 | luigi1111 | 1 | -1/+1 | |
8688b46 depends: update qt 5.7.1 download link (sumogr) | |||||
2020-04-10 | Merge pull request #6394 | luigi1111 | 3 | -5/+33 | |
69b5992 simplewallet: new 'address one-off <major> <minor>' command (moneromooo-monero) | |||||
2020-04-10 | Merge pull request #6358 | luigi1111 | 5 | -30/+121 | |
8958b4e blockchain_db: faster fetching of consecutive txes (moneromooo-monero) | |||||
2020-04-10 | Merge pull request #6341 | luigi1111 | 1 | -2/+10 | |
927fd47 simplewallet: fix smart mining not starting after first setup (moneromooo-monero) | |||||
2020-04-10 | simplewallet : missing function block separator | Sumo Gr | 1 | -0/+1 | |
2020-04-08 | simplewallet: fix strings (show_transfers & export_transfers) | sumogr | 1 | -4/+4 | |
2020-04-08 | Add timelock verification on device | cslashm | 8 | -2/+104 | |
2020-04-07 | simplewallet: new "address one-off <major> <minor>" command | moneromooo-monero | 3 | -5/+33 | |
2020-04-06 | functional_tests: ensure signatures never reuse a timestamp | moneromooo-monero | 1 | -0/+2 | |
2020-04-06 | functional_tests: ensure signed timestamps are fresh | moneromooo-monero | 1 | -1/+3 | |
This fixes a test failure now that timestamps are more constrained | |||||
2020-04-04 | Merge pull request #6397 | luigi1111 | 2 | -1/+27 | |
323a9e3 depends: libsodium disable getrandom()/getentropy() (glibc < 2.25) (xiphon) | |||||
2020-04-04 | Merge pull request #6395 | luigi1111 | 1 | -3/+2 | |
ad13a4b Fixing static_asserts in ZMQ JSON (vtnerd) | |||||
2020-04-04 | Merge pull request #6387 | luigi1111 | 1 | -2/+2 | |
0dbdba8 epee: avoid spamming 'Generating SSL certificate' in the logs (xiphon) | |||||
2020-04-04 | Merge pull request #6386 | luigi1111 | 1 | -2/+0 | |
68ffc1c README: clean up TOC (selsta) | |||||
2020-04-04 | Merge pull request #6384 | luigi1111 | 1 | -0/+1 | |
ec01077 db_lmdb: fix race crash using a stale cursor (moneromooo-monero) | |||||
2020-04-04 | Merge pull request #6381 | luigi1111 | 2 | -8/+15 | |
e719760 Fix receive order leakage with tx fluffing (vtnerd) | |||||
2020-04-04 | Merge pull request #6375 | luigi1111 | 1 | -4/+17 | |
ebf3c10 Added logging for dropped local txes with no i2p/tor connections (vtnerd) | |||||
2020-04-04 | Merge pull request #6372 | luigi1111 | 1 | -8/+6 | |
7b9017f p2p: plug tor to clearnet association vector (Aaron Hook) | |||||
2020-04-04 | Merge pull request #6371 | luigi1111 | 4 | -36/+2 | |
b40c27c cppzmq: remove leftovers (selsta) | |||||
2020-04-04 | Merge pull request #6370 | luigi1111 | 2 | -5/+7 | |
3031deb Bump downloaded boost version to 1.72 (omartijn) 6079042 Use boost::asio::ssl::context::sslv23 for backwards compatibility (omartijn) | |||||
2020-04-04 | Merge pull request #6364 | luigi1111 | 1 | -2/+14 | |
6e1cb5a device: Ledger - fix wide char hidapi error string conversion (xiphon) | |||||
2020-04-04 | Merge pull request #6361 | luigi1111 | 3 | -4/+70 | |
68a6507 Fixed bug in ZMQ JSON-RPC method field (vtnerd) | |||||
2020-04-04 | Merge pull request #6357 | luigi1111 | 9 | -43/+477 | |
42a7a4d daemon: auto public nodes - cache and prioritize most stable nodes (xiphon) | |||||
2020-04-04 | Merge pull request #6356 | luigi1111 | 1 | -2/+3 | |
56c4eda Provides safer semaphore privilege to jail; notes port/pkg availability (scoobybejesus) | |||||
2020-04-04 | Merge pull request #6353 | luigi1111 | 1 | -3/+7 | |
6810150 daemon: if no banned IPs print something (sumogr) | |||||
2020-04-04 | Merge pull request #6351 | luigi1111 | 9 | -62/+135 | |
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) | |||||
2020-04-04 | Merge pull request #6347 | luigi1111 | 2 | -10/+20 | |
fcb06f7 cryptonote_core: skip block notify on blockchain switching rollback (xiphon) | |||||
2020-04-04 | Merge pull request #6346 | luigi1111 | 2 | -5/+1 | |
dbfa4f8 unit_tests: fix missing test names (xiphon) | |||||
2020-04-04 | Merge pull request #6342 | luigi1111 | 1 | -0/+5 | |
82da832 rpc: Add check for too old timestamps in payment signatures. (glv2) | |||||
2020-04-04 | Merge pull request #6339 | luigi1111 | 11 | -14/+14 | |
c61abf8 remove empty statements (shopglobal) | |||||
2020-04-04 | Merge pull request #6338 | luigi1111 | 9 | -34/+34 | |
80d5320 Hash domain separation (SarangNoether) | |||||
2020-04-04 | Merge pull request #6335 | luigi1111 | 2 | -3/+5 | |
0078ce7 wipeable_string: split - treat CR, LF and Tabs as separators (xiphon) | |||||
2020-04-04 | Merge pull request #6334 | luigi1111 | 5 | -6/+14 | |
cc18926 wallet2_api: wallet recovery - seed offset passphrase support (xiphon) | |||||
2020-04-04 | Merge pull request #6328 | luigi1111 | 1 | -1/+1 | |
9bde70e core: mention time being off in hash rate changes message (moneromooo-monero) | |||||
2020-04-04 | Merge pull request #6322 | luigi1111 | 2 | -3/+111 | |
29b7cd1 device_ledger: include status code name in error message (xiphon) | |||||
2020-04-04 | Merge pull request #6321 | luigi1111 | 1 | -0/+1 | |
1a6e7bd wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msg (xiphon) | |||||
2020-04-04 | Merge pull request #6309 | luigi1111 | 2 | -5/+57 | |
e69acff functional_tests: update cookie at 10 seconds interval (moneromooo-monero) f5a11f0 functional_tests: speed up signature generation (moneromooo-monero) | |||||
2020-04-04 | Merge pull request #6286 | luigi1111 | 6 | -15/+0 | |
6d6af70 cryptonote_basic: drop unused verification_context::m_not_rct field (xiphon) | |||||
2020-04-04 | Merge pull request #6269 | luigi1111 | 2 | -5/+12 | |
21fe6a2 p2p: fix frequent weak_ptr exception on connection (moneromooo-monero) | |||||
2020-04-03 | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 11 | -27/+138 | |
2020-04-02 | wallet_api: checkUpdate - optional version and buildtag params | xiphon | 2 | -7/+19 | |
2020-04-01 | update openssl 1.0.2r link | Sumo Gr | 1 | -1/+1 | |
2020-04-01 | Hash domain separation | Sarang Noether | 9 | -34/+34 | |
2020-04-01 | workflows: retry on apt failure | selsta | 1 | -0/+15 | |
Co-authored-by: xiphon <xiphon@protonmail.com> | |||||
2020-03-31 | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 6 | -15/+0 | |
2020-03-31 | p2p: fix frequent weak_ptr exception on connection | moneromooo-monero | 2 | -5/+12 | |
When a handshake fails, it can fail due to timeout or destroyed connection, in which case the connection will be, or already is, closed, and we don't want to do it twice. Additionally, when closing a connection directly from the top level code, ensure the connection is gone from the m_connects list so it won't be used again. AFAICT this is now clean in netstat, /proc/PID/fd and print_cn. This fixes a noisy (but harmless) exception. | |||||
2020-03-31 | Merge pull request #6336 | luigi1111 | 3 | -4/+13 | |
760ecf2 console_handler: do not let exception past the dor (moneromooo-monero) 09c8111 threadpool: lock mutex in create (moneromooo-monero) e377977 tx_pool: catch theoretical error in get_block_reward (moneromooo-monero) | |||||
2020-03-31 | Merge pull request #6325 | luigi1111 | 1 | -1/+4 | |
3627e53 rpc: fix print_pool_sh not finding local txes (moneromooo-monero) | |||||
2020-03-31 | Merge pull request #6318 | luigi1111 | 1 | -0/+29 | |
ad806dc gpg_keys: add selsta key (selsta) | |||||
2020-03-31 | Merge pull request #6312 | luigi1111 | 46 | -59606/+68576 | |
52d2ccd Translations from Weblate + updated language files (Monero-Weblate) | |||||
2020-03-31 | Merge pull request #6311 | luigi1111 | 1 | -0/+7 | |
5002a03 Explicitly define copy assignment operator (omartijn) | |||||
2020-03-31 | Merge pull request #6304 | luigi1111 | 1 | -3/+12 | |
2e9d1e6 wallet2: fix store-tx-info loading (moneromooo-monero) | |||||
2020-03-31 | Merge pull request #6302 | luigi1111 | 5 | -14/+45 | |
dab604e wallet2_api: implement estimateTransactionFee (xiphon) | |||||
2020-03-31 | Merge pull request #6301 | luigi1111 | 2 | -14/+18 | |
9989cb0 simplewallet: warn about correlations if print-ring-members is not set (moneromooo-monero) | |||||
2020-03-31 | Merge pull request #6298 | luigi1111 | 1 | -0/+4 | |
fe92fa1 [randomx] Add missing randomx_vm_set_cache() (cohcho) | |||||
2020-03-31 | Merge pull request #6260 | luigi1111 | 2 | -1/+12 | |
320bc84 rpc: add --rpc-payment-allow-free-loopback (moneromooo-monero) | |||||
2020-03-31 | Merge pull request #6214 | luigi1111 | 9 | -0/+147 | |
054b4c7 protocol: request txpool contents when synced (moneromooo-monero) | |||||
2020-03-30 | Always reject duplicate key-images from second txid | Lee Clagett | 3 | -25/+55 | |
2020-03-30 | Allow unrestricted rpc calls to get full txpool info | Lee Clagett | 6 | -27/+49 | |
2020-03-30 | Fixed string_ref usage bug in epee::from_hex::vector | Lee Clagett | 2 | -3/+6 | |
2020-03-29 | daemon: fix print_net_stats RPC calls | moneromooo-monero | 1 | -2/+2 | |
2020-03-28 | Merge pull request #6407 | luigi1111 | 1 | -2/+2 | |
0c29e17 Fix network unit tests after epee changes (vtnerd) | |||||
2020-03-28 | Fix network unit tests after epee changes | Lee Clagett | 1 | -2/+2 | |
2020-03-28 | simplewallet: warn about correlations if print-ring-members is not set | moneromooo-monero | 2 | -14/+18 | |
The warning about spending more than one output with similar creation time was skipped if print-ring-members was not set, and it defaults to false, which means most people probably aren't getting this warning if they spend correlated outputs. Reported by SeventhAlpaca. | |||||
2020-03-27 | p2p: add another seed node | moneromooo-monero | 1 | -0/+1 | |
Node from syksy, administered by mooo | |||||
2020-03-27 | Merge pull request #6299 | Alexander Blair | 2 | -2/+26 | |
9c1f970b wallet2: remember daemon address overrides when loading a new wallet (moneromooo-monero) | |||||
2020-03-27 | Merge pull request #6296 | Alexander Blair | 1 | -0/+4 | |
50e59cfa wallet2: reject zero keys in json input (moneromooo-monero) | |||||
2020-03-27 | Merge pull request #6295 | Alexander Blair | 3 | -7/+17 | |
bcae95a2 p2p: do not add recently failed addresses to the peerlist (moneromooo-monero) | |||||
2020-03-27 | Merge pull request #6290 | Alexander Blair | 1 | -2/+5 | |
019c1dc0 gitian-build.py: Fixing check for docker command. (Jonathan Cross) | |||||
2020-03-27 | Merge pull request #6289 | Alexander Blair | 5 | -12/+59 | |
ffe7165e wallet: reroll fake outs selection on local tx_sanity_check failure (xiphon) | |||||
2020-03-27 | Merge pull request #6288 | Alexander Blair | 3 | -20/+38 | |
0349347e ringdb: use a different iv for key and data in rings table (moneromooo-monero) 7b882087 simplewallet: reword mixin in user message in terms of ring size (moneromooo-monero) f507a43a wallet2: do not remove known rings when a tx fails (moneromooo-monero) | |||||
2020-03-27 | Merge pull request #6285 | Alexander Blair | 3 | -25/+407 | |
d0641b42 net: fix incorrect less operator for top/i2p addresses (Aaron Hook) | |||||
2020-03-27 | Merge pull request #6284 | Alexander Blair | 1 | -2/+2 | |
02224e71 Fix check_fee() discrepancy. (UkoeHB) | |||||
2020-03-27 | Merge pull request #6283 | Alexander Blair | 1 | -2/+2 | |
a84131ce p2p: fix off by one adding fallback peers (moneromooo-monero) | |||||
2020-03-27 | Merge pull request #6282 | Alexander Blair | 1 | -1/+1 | |
66472074 Daemon: Guard against reporting "synchronized" too early (rbrunner7) | |||||
2020-03-27 | Merge pull request #6281 | Alexander Blair | 1 | -1/+1 | |
6772ce70 10 block time is for incoming outputs, not transactions (rating89us) | |||||
2020-03-27 | Merge pull request #6280 | Alexander Blair | 1 | -2/+8 | |
b818522d p2p: fix spurious warning when we're connected to at last one seed (moneromooo-monero) | |||||
2020-03-27 | Merge pull request #6279 | Alexander Blair | 1 | -1/+1 | |
36bdf402 p2p: fix adding wrong indices to the filtered peer list (moneromooo-monero) | |||||
2020-03-27 | Merge pull request #6275 | Alexander Blair | 15 | -328/+3 | |
aa93e388 p2p: remove old debug commands (Aaron Hook) | |||||
2020-03-27 | Merge pull request #6227 | Alexander Blair | 2 | -30/+65 | |
f8d76f39 core: move the LockedTXN class out of txpool so it may be reused (moneromooo-monero) | |||||
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 25 | -159/+1550 | |
- 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-26 | functional_tests: speed up signature generation | moneromooo-monero | 2 | -5/+29 | |
Executing a new binary for each signature can get really slow | |||||
2020-03-26 | functional_tests: update cookie at 10 seconds interval | moneromooo-monero | 1 | -0/+28 | |
Otherwise the daemon will start rejecting | |||||
2020-03-22 | protocol: request txpool contents when synced | moneromooo-monero | 9 | -0/+147 | |
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 | |||||
2020-03-21 | Daemon: Print estimates for time until fully synced | rbrunner7 | 4 | -12/+199 | |
2020-03-20 | p2p: remove old debug commands | Aaron Hook | 15 | -328/+3 | |
2020-03-20 | depends: update qt 5.7.1 download link | Sumo Gr | 1 | -1/+1 | |
5.7.1 was removed from official qt.io archive, this is one of the few mirrors remaining that keep a copy. I think it would be better if @TheCharlatan updated to a newer version soon than merging this PR | |||||
2020-03-20 | depends: libsodium disable getrandom()/getentropy() (glibc < 2.25) | xiphon | 2 | -1/+27 | |
2020-03-20 | p2p: do not add recently failed addresses to the peerlist | moneromooo-monero | 3 | -7/+17 | |
2020-03-19 | Fixing static_asserts in ZMQ JSON | Lee Clagett | 1 | -3/+2 | |
2020-03-15 | Merge pull request #6388 | luigi1111 | 1 | -1/+1 | |
c075aa7 workaround for GetObject windows.h macro and rapidjson conflict (xiphon) | |||||
2020-03-14 | Correct key image check in tx_pool | Lee Clagett | 4 | -16/+71 | |
2020-03-14 | workaround for GetObject windows.h macro and rapidjson conflict | xiphon | 1 | -1/+1 | |
2020-03-13 | epee: avoid spamming 'Generating SSL certificate' in the logs | xiphon | 1 | -2/+2 | |
2020-03-13 | Merge pull request #6383 | luigi1111 | 1 | -0/+2 | |
a26cbce easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning (xiphon) |