Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-12 | Delete redundant cppzmq dependency | Howard Chu | 1 | -1/+1 | |
2019-06-12 | Allow parallel make | Howard Chu | 3 | -3/+3 | |
2019-06-12 | Don't use -march=native | Howard Chu | 1 | -0/+1 | |
2019-06-11 | Merge pull request #5619 | luigi1111 | 4 | -18/+8 | |
f2f207d miner: fix double free of thread attributes (ston1th) | |||||
2019-06-11 | Merge pull request #5618 | luigi1111 | 1 | -6/+4 | |
b0a04f7 epee: fix SSL autodetect on reconnection (xiphon) | |||||
2019-06-11 | Merge pull request #5616 | luigi1111 | 1 | -0/+0 | |
643c86a miniupnpc: update to build on BSD (moneromooo-monero) | |||||
2019-06-11 | Merge pull request #5613 | luigi1111 | 5 | -6/+31 | |
2cbe756 p2p: fix GCC 9.1 crash (moneromooo-monero) 35c20c4 Fix GCC 9.1 build warnings (moneromooo-monero) e284889 cmake: do not use -mmitigate-rop on GCC >= 9.1 (moneromooo-monero) | |||||
2019-06-10 | epee: fix SSL autodetect on reconnection | xiphon | 1 | -6/+4 | |
2019-06-09 | cmake: do not use -mmitigate-rop on GCC >= 9.1 | moneromooo-monero | 1 | -2/+5 | |
It was removed, but it still accepted by the compiler, which warns for every file | |||||
2019-06-09 | Fix GCC 9.1 build warnings | moneromooo-monero | 3 | -0/+20 | |
GCC wants operator= aand copy ctor to be both defined, or neither | |||||
2019-06-09 | miner: fix double free of thread attributes | ston1th | 4 | -18/+8 | |
issue: #5568 | |||||
2019-06-08 | miniupnpc: update to build on BSD | moneromooo-monero | 1 | -0/+0 | |
2019-06-08 | p2p: fix GCC 9.1 crash | moneromooo-monero | 1 | -4/+6 | |
2019-06-01 | Merge pull request #5583 | Riccardo Spagni | 15 | -59/+60 | |
77594c4f functional_tests: fix python3 compatibility (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5577 | Riccardo Spagni | 1 | -1/+7 | |
f950517a core: update pruning if using --prune-blockchain on a pruned blockchain (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5571 | Riccardo Spagni | 5 | -14/+54 | |
35da33be blockchain: do not try to pop blocks down to the genesis block (moneromooo-monero) 4b51f9a3 core: do not commit half constructed batch db txn (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5561 | Riccardo Spagni | 15 | -142/+169 | |
9bfa4c20 Fix allow any cert mode in wallet rpc when configured over rpc (Lee Clagett) 3544596f Add ssl_options support to monerod's rpc mode. (Lee Clagett) c9aaccf3 Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. (Lee Clagett) | |||||
2019-06-01 | Merge pull request #5558 | Riccardo Spagni | 1 | -1/+10 | |
4ac52e52 functional_tests: fix rare get_output_distribution failure (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5557 | Riccardo Spagni | 1 | -1/+1 | |
dbecfe7d unit_tests: make the density test a bit less stringent (moneromooo-monero) | |||||
2019-06-01 | Merge pull request #5555 | Riccardo Spagni | 1 | -1/+2 | |
b6830db2 Fix #5553 (Howard Chu) | |||||
2019-05-29 | functional_tests: fix python3 compatibility | moneromooo-monero | 15 | -59/+60 | |
Also add missing bans test to the default tests | |||||
2019-05-28 | core: update pruning if using --prune-blockchain on a pruned blockchain | moneromooo-monero | 1 | -1/+7 | |
Avoids a massive amount of spurious warnings if the last update before the daemon exited was a while ago and the daemon was syncing | |||||
2019-05-26 | blockchain: do not try to pop blocks down to the genesis block | moneromooo-monero | 1 | -0/+3 | |
2019-05-25 | core: do not commit half constructed batch db txn | moneromooo-monero | 5 | -14/+51 | |
2019-05-22 | Fix allow any cert mode in wallet rpc when configured over rpc | Lee Clagett | 1 | -1/+5 | |
2019-05-22 | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 14 | -140/+160 | |
2019-05-21 | Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. | Lee Clagett | 1 | -1/+4 | |
2019-05-20 | functional_tests: fix rare get_output_distribution failure | moneromooo-monero | 1 | -1/+10 | |
When the wallet auto refreshes after mining the last two blocks but before popping them, it will then try to use outputs which are not unlocked yet. This is really a wallet problem, which will be fixed later. | |||||
2019-05-20 | unit_tests: make the density test a bit less stringent | moneromooo-monero | 1 | -1/+1 | |
It's an inherently random test | |||||
2019-05-19 | Fix #5553 | Howard Chu | 1 | -1/+2 | |
Make sure the tip hash still matches the cached block | |||||
2019-05-17 | Merge pull request #5548 | Riccardo Spagni | 5 | -7/+30 | |
915f59e3 wallet: add unlock_time details to show_transfers (moneromooo-monero) | |||||
2019-05-16 | wallet: add unlock_time details to show_transfers | moneromooo-monero | 5 | -7/+30 | |
also add a note when receiving the tx, because the user might not notice the "XXX blocks to unlock" in the balance. | |||||
2019-05-15 | Merge pull request #5539 | Riccardo Spagni | 8 | -251/+431 | |
3f612cda Changed odd bullet point to low level header (Rohaq) af9bc4ec Used subeaders to avoid slightly wonky looking formatting (Rohaq) 1873af35 Made code block usage consistent across all .md files (Rohaq) 68103075 Updated Copyright notice (Rohaq) 39bd157f Added Table of Contents to main README.md (Rohaq) | |||||
2019-05-15 | Merge pull request #5535 | Riccardo Spagni | 1 | -5/+1 | |
e1016bce password: do not use line input on windows (moneromooo-monero) | |||||
2019-05-14 | Merge pull request #5538 | luigi1111 | 2 | -2/+2 | |
615f287 wallet: fix certificate fingerprint length check (moneromooo-monero) | |||||
2019-05-14 | Merge pull request #5532 | luigi1111 | 1 | -1/+9 | |
46244dd wallet_rpc_server: use original addresses in destinations in get_transfers (moneromooo-monero) | |||||
2019-05-14 | Merge pull request #5527 | luigi1111 | 1 | -2/+2 | |
9a7a453 net_ssl: free certs after setting them up (moneromooo-monero) | |||||
2019-05-14 | Merge pull request #5526 | luigi1111 | 1 | -0/+7 | |
1e8f3f6 rpc: fail update RPC when running offline (moneromooo-monero) | |||||
2019-05-14 | Merge pull request #5519 | luigi1111 | 2 | -3/+3 | |
b8b957d cmake: fix incorrect hint for OPENSSL_ROOT_DIR (moneromooo-monero) 367bb80 mlog: default to not showing SSL errors (moneromooo-monero) | |||||
2019-05-14 | Merge pull request #5512 | luigi1111 | 1 | -1/+1 | |
d47292e error: fix compile error on windows with depends (moneromooo-monero) | |||||
2019-05-13 | Changed odd bullet point to low level header | Rohaq | 1 | -1/+1 | |
2019-05-12 | Used subeaders to avoid slightly wonky looking formatting | Rohaq | 1 | -2/+2 | |
2019-05-12 | Made code block usage consistent across all .md files | Rohaq | 8 | -247/+407 | |
2019-05-12 | Updated Copyright notice | Rohaq | 1 | -1/+1 | |
2019-05-12 | Added Table of Contents to main README.md | Rohaq | 1 | -0/+20 | |
2019-05-11 | wallet: fix certificate fingerprint length check | moneromooo-monero | 2 | -2/+2 | |
Fixed by crCr62U0 | |||||
2019-05-10 | password: do not use line input on windows | moneromooo-monero | 1 | -5/+1 | |
This keeps its builtin command editing away Thanks iDunk for testing on Windows | |||||
2019-05-10 | wallet_rpc_server: use original addresses in destinations in get_transfers | moneromooo-monero | 1 | -1/+9 | |
And add them for pending transfers, where they were missing | |||||
2019-05-10 | net_ssl: free certs after setting them up | moneromooo-monero | 1 | -2/+2 | |
2019-05-09 | rpc: fail update RPC when running offline | moneromooo-monero | 1 | -0/+7 | |
2019-05-07 | Merge pull request #5509 | Riccardo Spagni | 2 | -4/+128 | |
a62e0725 net_ssl: SSL config tweaks for compatibility and security (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5506 | Riccardo Spagni | 1 | -0/+8 | |
7d5cc035 cmake: fix some case of "backtrace lib not found" breaking (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5510 | Riccardo Spagni | 11 | -25/+25 | |
e9809382 fix wide difficulty conversion with some versions of boost (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5508 | Riccardo Spagni | 2 | -7/+3 | |
1c44e658 wallet2: reject standalone short payment IDs in monero: URI API (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5505 | Riccardo Spagni | 1 | -1/+1 | |
7e5158aa mnemonics: fix 4 byte UTF-8 rewriting (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5503 | Riccardo Spagni | 1 | -4/+4 | |
ccc1e311 wallet_rpc_server: reject standalone short payment id in address book (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5501 | Riccardo Spagni | 1 | -2/+5 | |
b4ca72dd wallet2: fix infinite loop picking outputs in corner case (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5499 | Riccardo Spagni | 6 | -34/+476 | |
a4c4a2d8 blockchain: keep a rolling long term block weight median (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5496 | Riccardo Spagni | 7 | -20/+270 | |
0eb0d6b8 rpc: improve get_output_distribution (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5481 | Riccardo Spagni | 3 | -12/+30 | |
28a7d315 p2p: do not send last_seen timestamp to peers (moneromooo-monero) | |||||
2019-05-07 | Merge pull request #5419 | Riccardo Spagni | 7 | -5/+88 | |
f29fecd5 build: debug and test builds via contrib (Dusan Klinec) | |||||
2019-05-07 | net_ssl: SSL config tweaks for compatibility and security | moneromooo-monero | 2 | -4/+128 | |
add two RSA based ciphers for Windows/depends compatibility also enforce server cipher ordering also set ECDH to auto because vtnerd says it is good :) When built with the depends system, openssl does not include any cipher on the current whitelist, so add this one, which fixes the problem, and does seem sensible. | |||||
2019-05-06 | mlog: default to not showing SSL errors | moneromooo-monero | 1 | -1/+1 | |
2019-05-06 | cmake: fix incorrect hint for OPENSSL_ROOT_DIR | moneromooo-monero | 1 | -2/+2 | |
If you use a ; separated set of include and lib directories, it'll detect the headers in /usr/include and the libraries where this points to. | |||||
2019-05-02 | error: fix compile error on windows with depends | moneromooo-monero | 1 | -1/+1 | |
state_not_recoverable is not defined there | |||||
2019-05-02 | blockchain: keep a rolling long term block weight median | moneromooo-monero | 6 | -34/+476 | |
2019-05-02 | Merge pull request #5497 | Riccardo Spagni | 1 | -0/+7 | |
a59c2746 unit_tests: fix crash in debug in output_distribution test (moneromooo-monero) | |||||
2019-05-02 | Merge pull request #5493 | Riccardo Spagni | 5 | -1/+27 | |
5e0da6fb change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 (moneromooo-monero) | |||||
2019-05-02 | Merge pull request #5491 | Riccardo Spagni | 1 | -2/+4 | |
98fb98f9 wallet_rpc_server: adding missing return on error in set_daemon (moneromooo-monero) 9074c0d8 wallet_rpc_server: return false on error in set_log_categories (moneromooo-monero) 968848a7 wallet_rpc_server: fix crash in validate_address if no wallet is loaded (moneromooo-monero) | |||||
2019-05-02 | Merge pull request #5489 | Riccardo Spagni | 1 | -3/+13 | |
64983fce wallet2: default to trying to keep 5 outputs of 2+ monero (moneromooo-monero) | |||||
2019-05-02 | Merge pull request #5484 | Riccardo Spagni | 1 | -0/+1 | |
36ced067 functional_tests: flush stdout before popening new process (moneromooo-monero) | |||||
2019-05-02 | Merge pull request #5476 | Riccardo Spagni | 3 | -16/+115 | |
0aaf5e2a device/trezor: device sorting and filtering improved (Dusan Klinec) | |||||
2019-05-01 | fix wide difficulty conversion with some versions of boost | moneromooo-monero | 11 | -25/+25 | |
2019-05-01 | wallet2: reject standalone short payment IDs in monero: URI API | moneromooo-monero | 2 | -7/+3 | |
2019-05-01 | cmake: fix some case of "backtrace lib not found" breaking | moneromooo-monero | 1 | -0/+8 | |
It fixes at least one case of building on ARM with Docker | |||||
2019-04-30 | mnemonics: fix 4 byte UTF-8 rewriting | moneromooo-monero | 1 | -1/+1 | |
2019-04-30 | wallet_rpc_server: reject standalone short payment id in address book | moneromooo-monero | 1 | -4/+4 | |
2019-04-29 | wallet2: fix infinite loop picking outputs in corner case | moneromooo-monero | 1 | -2/+5 | |
If we have fewer outputs available on the chain than what we require, but the output we're spending already has a ring, it would loop picking outputs randomly, but never find enough. Also tune logs for better debugging this kind of thing. | |||||
2019-04-26 | change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 | moneromooo-monero | 5 | -1/+27 | |
SHA1 is too close to bruteforceable | |||||
2019-04-25 | wallet_rpc_server: adding missing return on error in set_daemon | moneromooo-monero | 1 | -0/+1 | |
2019-04-25 | wallet_rpc_server: return false on error in set_log_categories | moneromooo-monero | 1 | -1/+1 | |
Reported by SmajeNz0 | |||||
2019-04-25 | wallet_rpc_server: fix crash in validate_address if no wallet is loaded | moneromooo-monero | 1 | -1/+2 | |
Reported by SmajeNz0 | |||||
2019-04-25 | unit_tests: fix crash in debug in output_distribution test | moneromooo-monero | 1 | -0/+7 | |
updating the block size limit needs recent block sizes, so we feed it dummy ones | |||||
2019-04-25 | rpc: improve get_output_distribution | moneromooo-monero | 7 | -20/+270 | |
It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it. | |||||
2019-04-25 | device/trezor: device sorting and filtering improved | Dusan Klinec | 3 | -16/+115 | |
- Trezor type detection refactored, T1 disabled (was enabled before which was a bug) - Sort connected devices by env TREZOR_PATH - Compatibility with Trezor ecosystem using TREZOR_PATH env var - Enables to pick particular Trezor to use in GUI as we don't have the multi-device selection yet - Dump all detected devices to log for better debugging / troubleshooting | |||||
2019-04-24 | Merge pull request #5486 | Riccardo Spagni | 2 | -2/+4 | |
4be18df3 tx_sanity_check: relax uniqueness check a bit (moneromooo-monero) b386ae57 wallet2: add missing "sanity check failed" reason message (moneromooo-monero) | |||||
2019-04-24 | Merge pull request #5485 | Riccardo Spagni | 1 | -2/+2 | |
c519d1df wallet2: fix wrong change being recorded in sweep_all (moneromooo-monero) | |||||
2019-04-24 | Merge pull request #5483 | Riccardo Spagni | 1 | -0/+3 | |
c0736643 unit_tests: don't delete log file on windows, it will fail (moneromooo-monero) | |||||
2019-04-24 | Merge pull request #5482 | Riccardo Spagni | 1 | -0/+1 | |
9956500d net_helper: clear recv buffer on eof (moneromooo-monero) | |||||
2019-04-24 | Merge pull request #5480 | Riccardo Spagni | 1 | -1/+9 | |
7af49ef0 daemonizer: add --non-interactive for windows (moneromooo-monero) | |||||
2019-04-24 | Merge pull request #5479 | Riccardo Spagni | 1 | -1/+1 | |
edbae2d0 levin_protocol_handler_async: tune down preallocation a fair bit (moneromooo-monero) | |||||
2019-04-24 | Merge pull request #5477 | Riccardo Spagni | 1 | -1/+1 | |
97e1c927 wallet: fix key image computation signaling to the device (Dusan Klinec) | |||||
2019-04-24 | Merge pull request #5474 | Riccardo Spagni | 3 | -1/+7 | |
7a9316eb serialization: set default log category (moneromooo-monero) | |||||
2019-04-24 | Merge pull request #5470 | Riccardo Spagni | 2 | -1/+7 | |
31a9aa83 wallet_rpc_server: add block_height and frozen to incoming_transfers (moneromooo-monero) | |||||
2019-04-24 | Merge pull request #5467 | Riccardo Spagni | 9 | -3/+59 | |
aba2b2e7 functional_tests: reset blockchain on test start (moneromooo-monero) 375fde94 hardfork: fix off by one updating fork index after popping (moneromooo-monero) | |||||
2019-04-24 | p2p: do not send last_seen timestamp to peers | moneromooo-monero | 3 | -12/+30 | |
This can be used for fingerprinting and working out the network topology. Instead of sending the first N (which are sorted by last seen time), we sent a random subset of the first N+N/5, which ensures reasonably recent peers are used, while preventing repeated calls from deducing new entries are peers the target node just connected to. The list is also randomly shuffled so the original set of timestamps cannot be approximated. | |||||
2019-04-24 | wallet2: default to trying to keep 5 outputs of 2+ monero | moneromooo-monero | 1 | -3/+13 | |
In the case where previously a second unneeded output would be added to a transaction. This should help *some* of the cases where outputs are slowly being consolidated, leading to the whole balance being locked when sending monero. | |||||
2019-04-23 | tx_sanity_check: relax uniqueness check a bit | moneromooo-monero | 1 | -2/+2 | |
It triggers easily on testnet | |||||
2019-04-23 | wallet2: add missing "sanity check failed" reason message | moneromooo-monero | 1 | -0/+2 | |
2019-04-23 | wallet2: fix wrong change being recorded in sweep_all | moneromooo-monero | 1 | -2/+2 | |
leading to the sanity check triggering | |||||
2019-04-23 | functional_tests: flush stdout before popening new process | moneromooo-monero | 1 | -0/+1 | |
2019-04-23 | unit_tests: don't delete log file on windows, it will fail | moneromooo-monero | 1 | -0/+3 | |
2019-04-23 | net_helper: clear recv buffer on eof | moneromooo-monero | 1 | -0/+1 | |
2019-04-23 | daemonizer: add --non-interactive for windows | moneromooo-monero | 1 | -1/+9 | |
The RPC functional tests need it Thanks to iDunk for debugging/testing | |||||
2019-04-22 | levin_protocol_handler_async: tune down preallocation a fair bit | moneromooo-monero | 1 | -1/+1 | |
It can allocate a lot when getting a lot of connections (in particular, the stress test on windows apparently pushes that memory to actual use, rather than just allocated) | |||||
2019-04-22 | wallet: fix key image computation signaling to the device | Dusan Klinec | 1 | -1/+1 | |
2019-04-21 | serialization: set default log category | moneromooo-monero | 3 | -1/+7 | |
2019-04-20 | functional_tests: reset blockchain on test start | moneromooo-monero | 8 | -0/+57 | |
2019-04-20 | wallet_rpc_server: add block_height and frozen to incoming_transfers | moneromooo-monero | 2 | -1/+7 | |
2019-04-20 | hardfork: fix off by one updating fork index after popping | moneromooo-monero | 1 | -3/+2 | |
2019-04-19 | Merge pull request #5466 | Riccardo Spagni | 1 | -7/+13 | |
55aae6a9 Fix socks tests in windows and handle errors better (Lee Clagett) | |||||
2019-04-19 | Fix socks tests in windows and handle errors better | Lee Clagett | 1 | -7/+13 | |
2019-04-18 | Merge pull request #5465 | Riccardo Spagni | 1 | -3/+9 | |
3e50a9e8 functional_tests: detect requests python module (moneromooo-monero) | |||||
2019-04-18 | Merge pull request #5464 | Riccardo Spagni | 2 | -0/+4 | |
0f52fe4c Windows: work around a boost 1.70 and cmake SNAFU (iDunk5400) b414b69f Windows: fix a build error in MSYS2 with boost 1.70.0 (iDunk5400) | |||||
2019-04-18 | Merge pull request #5463 | Riccardo Spagni | 1 | -1/+2 | |
fbbe75d7 device/trezor: button request callback fix (Dusan Klinec) | |||||
2019-04-18 | Merge pull request #5461 | Riccardo Spagni | 5 | -7196/+8830 | |
5d0dcc18 add translations for it, fr, ja, sv from Pootle and refresh template .ts file (Monero-Pootle) | |||||
2019-04-18 | Merge pull request #5462 | Riccardo Spagni | 1 | -1/+1 | |
b672d4d6 epee: use boost/timer/timer.hpp, boost/timer.hpp is deprecated (moneromooo-monero) | |||||
2019-04-18 | Merge pull request #5389 | Riccardo Spagni | 4 | -61/+190 | |
588e6700 simplewallet: fix output representation offset (moneromooo-monero) 35e0a968 wallet2: "output lineup" fake out selection (moneromooo-monero) | |||||
2019-04-18 | Merge pull request #5458 | Riccardo Spagni | 2 | -1/+4 | |
84047cb7 wallet_rpc_server: add unlocked field to incoming_transfers output (moneromooo-monero) | |||||
2019-04-18 | Merge pull request #5456 | Riccardo Spagni | 1 | -1/+3 | |
58eade68 simplewallet: add the change amount to the prompt when locking (moneromooo-monero) | |||||
2019-04-18 | Merge pull request #5453 | Riccardo Spagni | 1 | -5/+3 | |
71102267 wallet_rpc_server: set suggested_confirmations_threshold for pool txes (moneromooo-monero) | |||||
2019-04-18 | functional_tests: detect requests python module | moneromooo-monero | 1 | -3/+9 | |
2019-04-18 | Windows: work around a boost 1.70 and cmake SNAFU | iDunk5400 | 1 | -0/+1 | |
Boost got upgraded to 1.70.0 in MSYS2. As a result, cmake (v3.13.4 as of this commit) can not configure boost properly, and cmake configuration fails as a result. This is a workaround as per https://gitlab.kitware.com/cmake/cmake/issues/18865 | |||||
2019-04-18 | device/trezor: button request callback fix | Dusan Klinec | 1 | -1/+2 | |
2019-04-18 | simplewallet: fix output representation offset | moneromooo-monero | 2 | -3/+3 | |
2019-04-18 | wallet2: "output lineup" fake out selection | moneromooo-monero | 3 | -60/+189 | |
Based on python code by sarang: https://github.com/SarangNoether/skunkworks/blob/outputs/outputs/simulate.py | |||||
2019-04-18 | epee: use boost/timer/timer.hpp, boost/timer.hpp is deprecated | moneromooo-monero | 1 | -1/+1 | |
2019-04-18 | Windows: fix a build error in MSYS2 with boost 1.70.0 | iDunk5400 | 1 | -0/+3 | |
2019-04-18 | add translations for it, fr, ja, sv from Pootle and refresh template .ts file | Monero-Pootle | 5 | -7196/+8830 | |
2019-04-17 | wallet_rpc_server: add unlocked field to incoming_transfers output | moneromooo-monero | 2 | -1/+4 | |
2019-04-17 | simplewallet: add the change amount to the prompt when locking | moneromooo-monero | 1 | -1/+3 | |
2019-04-17 | Merge pull request #5415 | Riccardo Spagni | 3 | -77/+28 | |
299052bc Remove unneeded SFINAE on check_tx/block verification in core_tests (Doyle) | |||||
2019-04-17 | Merge pull request #5413 | Riccardo Spagni | 4 | -138/+106 | |
5fafb90e testdb: add override keyword where missing (stoffu) | |||||
2019-04-17 | Merge pull request #5455 | Riccardo Spagni | 1 | -1/+12 | |
e3dea478 unit_tests: undo is_blocked implementation factoring (moneromooo-monero) | |||||
2019-04-17 | Merge pull request #5454 | Riccardo Spagni | 1 | -5/+1 | |
b0a34668 daemon: fix absolute/relative log file test for windows (moneromooo-monero) | |||||
2019-04-17 | testdb: add override keyword where missing | stoffu | 4 | -138/+106 | |
and delete obsolete BlockchainBDB::get_tx_output_indices along the way | |||||
2019-04-17 | Remove unneeded SFINAE on check_tx/block verification in core_tests | Doyle | 3 | -77/+28 | |
2019-04-16 | unit_tests: undo is_blocked implementation factoring | moneromooo-monero | 1 | -1/+12 | |
The is_host_blocked method is not on master yet | |||||
2019-04-16 | daemon: fix absolute/relative log file test for windows | moneromooo-monero | 1 | -5/+1 | |
2019-04-16 | wallet_rpc_server: set suggested_confirmations_threshold for pool txes | moneromooo-monero | 1 | -5/+3 | |
2019-04-16 | Merge pull request #5430 | Riccardo Spagni | 5 | -1/+104 | |
294e858d wallet_rpc_server: add set_log_level/set_log_categories (moneromooo-monero) | |||||
2019-04-16 | wallet_rpc_server: add set_log_level/set_log_categories | moneromooo-monero | 5 | -1/+104 | |
2019-04-16 | Merge pull request #5452 | Riccardo Spagni | 2 | -1/+4 | |
c30d93fc rpc: add a pruned bool to the prune_blockchain call (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5450 | Riccardo Spagni | 1 | -0/+8 | |
926e0472 simplewallet: add another warning about long payment ids (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5447 | Riccardo Spagni | 2 | -2/+36 | |
02c01c0b Add Brewfile to allow for an even easier management of dependencies (Florian) | |||||
2019-04-16 | Merge pull request #5448 | Riccardo Spagni | 4 | -14/+18 | |
d009f6dd rpc: fix get_block_hashes.bin from wallet on pruned blockchain (moneromooo-monero) bb0ef5b1 blockchain: lock the blockchain while pruning (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5445 | Riccardo Spagni | 5 | -60/+127 | |
b18f0b10 wallet: new --offline option (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5446 | Riccardo Spagni | 7 | -14/+96 | |
7d79222f daemon: remove debug info (moneromooo-monero) 8fec0f98 functional_tests: add sweep_single test (moneromooo-monero) 9880d61b wallet_rpc_server: remove unused code (moneromooo-monero) 8a61b33d rpc: omit irrelevant fields for pool txes in gettransactions (moneromooo-monero) 56508524 rpc: add relayed in get_transaction output (moneromooo-monero) 82e510f1 rpc: set default log category in core_rpc_server.h (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5444 | Riccardo Spagni | 1 | -0/+1 | |
6643b047 Increment m_threads_active when mining thread starts (Doyle) | |||||
2019-04-16 | Merge pull request #5443 | Riccardo Spagni | 1 | -20/+2 | |
07dd5536 hardfork: remove "no hf version db" recreation check (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5442 | Riccardo Spagni | 2 | -5/+22 | |
428249c5 easylogging++: minimal stdout logging format (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5441 | Riccardo Spagni | 2 | -4/+2 | |
b3648232 daemon: fix ratio not being floating point (moneromooo-monero) e1b097b9 core_rpc_server: remove dummy assigning int to bool (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5439 | Riccardo Spagni | 1 | -0/+2 | |
f26e0b5d cryptonote_protocol: warn when the last connection goes (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5437 | Riccardo Spagni | 1 | -29/+33 | |
acb68dba bulletproofs: cut down on keyV allocations (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5436 | Riccardo Spagni | 1 | -3/+4 | |
61d63900 net_helper: avoid unnecessary memcpy (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5435 | Riccardo Spagni | 1 | -1/+6 | |
5140c15e daemon: if a log file has a /, interpret it from the cwd (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5434 | Riccardo Spagni | 7 | -1/+154 | |
ccb996af rpc: new sanity check on relayed transactions (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5432 | Riccardo Spagni | 2 | -2/+9 | |
c3cf930f abstract_tcp_server2: fix timeout on exit (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5431 | Riccardo Spagni | 1 | -1/+1 | |
34f8c237 simplewallet: fix warning about long payment id using the old option (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5429 | Riccardo Spagni | 3 | -45/+77 | |
bcb86ae6 wallet_rpc_server: fix inconsistent wallet caches on reload (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5428 | Riccardo Spagni | 1 | -1/+4 | |
f3425f8d rpc.getblocktemplate: set reserved_offset to zero when reserve_size==0 (stoffu) | |||||
2019-04-16 | Merge pull request #5425 | Riccardo Spagni | 2 | -13/+25 | |
58585986 p2p: fix integer overflow in host bans (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5424 | Riccardo Spagni | 4 | -142/+60 | |
93bb2f48 ringct: prevent use of full ringct signatures for more than one input (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5422 | Riccardo Spagni | 1 | -1/+1 | |
2c221d1b wallet2: update estimate_rct_tx_size for smaller rct proofs (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5418 | Riccardo Spagni | 4 | -9/+13 | |
374f388d wallet_rpc_server: add a all flag to export_outputs (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5414 | Riccardo Spagni | 3 | -12/+11 | |
e9fac29a unit_tests/long_term_block_weight: some tweaks that seem to make more sense (stoffu) 467f4c7e tests/block_weight: use integer division when computing median (stoffu) 815d08dc tests/block_weight: remove unused MULTIPLIER_SMALL (stoffu) 661f1fb8 blockchain: remove unused calc of short_term_constraint (stoffu) | |||||
2019-04-16 | Merge pull request #5412 | Riccardo Spagni | 1 | -2/+2 | |
f4f1471c readme: add some more instructions for translators (erciccione) | |||||
2019-04-16 | Merge pull request #5410 | Riccardo Spagni | 1 | -1/+10 | |
d4a78c74 build: libusb static compilation fix (Dusan Klinec) | |||||
2019-04-16 | Merge pull request #5409 | Riccardo Spagni | 5 | -6/+6 | |
ac874e2d tests: fix test_options initialization error (Dusan Klinec) | |||||
2019-04-16 | Merge pull request #5407 | Riccardo Spagni | 2 | -15/+21 | |
66d73d2f easylogging++: update to v9.96.7 (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5406 | Riccardo Spagni | 1 | -1/+5 | |
bea1918a blockchain_import: error out if preparing to handle blocks fails (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5405 | Riccardo Spagni | 1 | -1/+4 | |
ffdbcfb6 core: don't check block rate nor fork time in regtest mode (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5404 | Riccardo Spagni | 0 | -0/+0 | |
d34599da wallet: add number of blocks required for the balance to fully unlock (moneromooo-monero) | |||||
2019-04-16 | Merge pull request #5400 | Riccardo Spagni | 9 | -95/+144 | |
5e673c03 blockchain_db: fix db txn ending too early (moneromooo-monero) | |||||
2019-04-16 | rpc: add a pruned bool to the prune_blockchain call | moneromooo-monero | 2 | -1/+4 | |
2019-04-16 | simplewallet: add another warning about long payment ids | moneromooo-monero | 1 | -0/+8 | |
2019-04-15 | daemon: remove debug info | moneromooo-monero | 1 | -1/+1 | |
2019-04-15 | rpc: fix get_block_hashes.bin from wallet on pruned blockchain | moneromooo-monero | 4 | -14/+14 | |
We want to get all blocks here, even pruned ones | |||||
2019-04-15 | blockchain: lock the blockchain while pruning | moneromooo-monero | 1 | -0/+4 | |
2019-04-15 | Add Brewfile to allow for an even easier management of dependencies | Florian | 2 | -2/+36 | |
2019-04-15 | wallet: new --offline option | moneromooo-monero | 5 | -60/+127 | |
It will avoid connecting to a daemon (so useful for cold signing using a RPC wallet), and not perform DNS queries. | |||||
2019-04-15 | functional_tests: add sweep_single test | moneromooo-monero | 2 | -0/+71 | |
2019-04-15 | wallet_rpc_server: remove unused code | moneromooo-monero | 1 | -5/+1 | |
2019-04-15 | rpc: omit irrelevant fields for pool txes in gettransactions | moneromooo-monero | 1 | -4/+10 | |
2019-04-15 | rpc: add relayed in get_transaction output | moneromooo-monero | 2 | -5/+11 | |
2019-04-15 | rpc: set default log category in core_rpc_server.h | moneromooo-monero | 1 | -0/+3 | |
2019-04-15 | Merge pull request #5440 | Riccardo Spagni | 1 | -0/+2 | |
b6420e12 lmdb: catch non-LMDB negative errors before strerror (moneromooo-monero) | |||||
2019-04-15 | Merge pull request #5421 | Riccardo Spagni | 1 | -0/+1 | |
e78cea74 rpc: fix off by one in get_height (moneromooo-monero) | |||||
2019-04-15 | Merge pull request #5417 | Riccardo Spagni | 2 | -1/+93 | |
8df82707 Fix linker issues using easylogging (Martijn Otto) | |||||
2019-04-15 | Merge pull request #5408 | Riccardo Spagni | 1 | -0/+1 | |
c4f8a8a6 build fix: combinator.h stdexcept missing include (Dusan Klinec) | |||||
2019-04-15 | Merge pull request #5402 | Riccardo Spagni | 4 | -8/+26 | |
cbf32241 rpc: make wide_difficulty hexadecimal (moneromooo-monero) | |||||
2019-04-15 | Merge pull request #5398 | Riccardo Spagni | 6 | -45/+128 | |
41901b8d device/trezor: env-configurable ports (Dusan Klinec) c97a1f79 tests: trezor tests fixes and improvements (Dusan Klinec) | |||||
2019-04-15 | Merge pull request #5396 | Riccardo Spagni | 2 | -3/+10 | |
b40392fb wallet2: add --no-dns flag (moneromooo-monero) | |||||
2019-04-15 | Merge pull request #5395 | Riccardo Spagni | 1 | -7/+9 | |
15f27c80 wallet2: support multi out txes without change in sanity check (moneromooo-monero) | |||||
2019-04-15 | Merge pull request #5393 | Riccardo Spagni | 4 | -0/+15 | |
c5d3ea2f tests: add a few try/catch in main to shut coverity up (moneromooo-monero) | |||||
2019-04-15 | Merge pull request #5392 | Riccardo Spagni | 5 | -12/+36 | |
a2195b9b crypto: replace rand<T>()%N idiom with unbiased rand_idx(N) (stoffu) | |||||
2019-04-15 | Merge pull request #5369 | Riccardo Spagni | 2 | -2/+2 | |
e72c2c5d do not build in parallel as it is non-deterministic (Jane Mercer) | |||||
2019-04-15 | Merge pull request #5365 | Riccardo Spagni | 1 | -2/+1 | |
383c38fd fix init warning on whatever compiler version (italocoin) | |||||
2019-04-15 | Merge pull request #5355 | Riccardo Spagni | 9 | -11/+79 | |
c68fe787 device/trezor: add button pressed request (Dusan Klinec) 827f52ad wallet: API changes to enable passphrase entry (Dusan Klinec) | |||||
2019-04-15 | Increment m_threads_active when mining thread starts | Doyle | 1 | -0/+1 | |