Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-06 | Merge pull request #2534 | Riccardo Spagni | 2 | -37/+4 | |
4e115a3a core: remove out sorting from v7 rules (moneromooo-monero) | |||||
2017-10-06 | Merge pull request #2530 | Riccardo Spagni | 3 | -5/+5 | |
cbc5508b construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to work properly (stoffu) | |||||
2017-10-06 | Merge pull request #2529 | Riccardo Spagni | 2 | -11/+6 | |
bd937139 wallet2: error check for generate_key_image_helper, removed redundant wallet_generate_key_image_helper (stoffu) | |||||
2017-10-06 | Merge pull request #2468 | Riccardo Spagni | 4 | -2/+32 | |
986d03d4 simplewallet: allow to set threshold before warning about tx backlog (selsta) | |||||
2017-10-05 | Upgrades to epee::net_utils::network_address | Lee Clagett | 4 | -16/+23 | |
- internal nullptr checks - prevent modifications to network_address (shallow copy issues) - automagically works with any type containing interface functions - removed fnv1a hashing - ipv4_network_address now flattened with no base class | |||||
2017-10-03 | wallet2: error check for generate_key_image_helper, removed redundant ↵ | stoffu | 2 | -11/+6 | |
wallet_generate_key_image_helper | |||||
2017-10-03 | construct_tx_and_get_tx_key: return sorted sources for print_ring_memebrs to ↵ | stoffu | 3 | -5/+5 | |
work properly | |||||
2017-10-02 | Merge pull request #2515 | Riccardo Spagni | 1 | -0/+3 | |
c34093db simplewallet: add privacy warning when using an untrusted demon (moneromooo-monero) | |||||
2017-10-02 | Merge pull request #2513 | Riccardo Spagni | 2 | -3/+6 | |
309290d1 Source updates are in a source subdirectory (moneromooo-monero) | |||||
2017-10-02 | Merge pull request #2512 | Riccardo Spagni | 6 | -6/+17 | |
792ba4f0 Log categories can now be added to and removed from (moneromooo-monero) 48f92eb6 easylogging++: add categories getter (moneromooo-monero) f35afe62 epee: factor log level/categories setting (moneromooo-monero) | |||||
2017-10-02 | Merge pull request #2506 | Riccardo Spagni | 1 | -0/+1 | |
c3de19ed json_object: add missing do_not_relay to tx_in_pool serialization (moneromooo-monero) | |||||
2017-10-02 | simplewallet: allow to set threshold before warning about tx backlog | selsta | 4 | -2/+32 | |
2017-10-02 | Merge pull request #2504 | Riccardo Spagni | 1 | -6/+15 | |
f182acdd dns_utils: query DNS records in parallel (moneromooo-monero) | |||||
2017-10-02 | Merge pull request #2491 | Riccardo Spagni | 1 | -7/+20 | |
d5a9edf2 wallet2: fix exception on split txes (moneromooo-monero) 5c5b0fd0 wallet2: print unused indices on a single line (moneromooo-monero) | |||||
2017-10-02 | Merge pull request #2470 | Riccardo Spagni | 6 | -52/+218 | |
2e59f6ea rpc: add new RPCs to get and set limits (MaxXor) | |||||
2017-10-02 | wallet2: fix hash chain trimming when the inner chain becomes empty | moneromooo-monero | 2 | -2/+30 | |
It'd prevent further syncing. Recovery of empty hash chains is automatic, but requires a running daemon | |||||
2017-09-27 | core: remove out sorting from v7 rules | moneromooo-monero | 2 | -37/+4 | |
and restore random shuffle of outputs This turned out to have a flaw (sort order depends on output index), and this doesn't really bring much anyway | |||||
2017-09-26 | Merge pull request #2533 | Riccardo Spagni | 1 | -0/+2 | |
97cdd4c9 core: undo output sorting (moneromooo-monero) | |||||
2017-09-26 | core: undo output sorting | moneromooo-monero | 1 | -0/+2 | |
It looks like it may be buggy | |||||
2017-09-25 | Merge pull request #2527 | Riccardo Spagni | 1 | -1/+2 | |
ba6907f6 core: fix creation of v1 txes (moneromooo-monero) | |||||
2017-09-25 | core: fix creation of v1 txes | moneromooo-monero | 1 | -1/+2 | |
2017-09-25 | Merge pull request #2526 | Riccardo Spagni | 1 | -0/+60 | |
db215ecd checkpoints: add missing CMakeLists.txt (moneromooo-monero) | |||||
2017-09-25 | checkpoints: add missing CMakeLists.txt | moneromooo-monero | 1 | -0/+60 | |
2017-09-25 | wallet2: do not keep block hashes below last checkpoint | moneromooo-monero | 2 | -20/+100 | |
This saves a lot of space and load/save time for wallet caches | |||||
2017-09-25 | checkpoints: add a token checkpoint on testnet (the genesis block) | moneromooo-monero | 3 | -3/+10 | |
2017-09-25 | serialization: add deque serialization | moneromooo-monero | 2 | -2/+34 | |
2017-09-25 | fix typo in basic and core CMakeLists.txt | moneromooo-monero | 2 | -2/+2 | |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 22 | -58/+63 | |
2017-09-25 | Merge pull request #2466 | Riccardo Spagni | 1 | -1/+1 | |
bc429e9c daemon: make this build with boost 1.61 (moneromooo-monero) | |||||
2017-09-25 | Merge pull request #2525 | Riccardo Spagni | 2 | -0/+3 | |
8e0670c6 version: fix link to new version strings (moneromooo-monero) | |||||
2017-09-25 | version: fix link to new version strings | moneromooo-monero | 2 | -0/+3 | |
p2p uses it, and the cpp file needs to know the symbols should be public | |||||
2017-09-25 | wallet2: simplify tx processing a bit | moneromooo-monero | 2 | -74/+68 | |
2017-09-25 | wallet2: factor some of the tx scanning code | moneromooo-monero | 2 | -48/+21 | |
2017-09-25 | Merge pull request #2460 | Riccardo Spagni | 1 | -2/+3 | |
3487d810 cryptonote_protocol: fix needless chain hashes downloads (moneromooo-monero) | |||||
2017-09-25 | Merge pull request #2458 | Riccardo Spagni | 4 | -16/+2 | |
7f2f6ee1 protocol: remove hop count on block propagation (moneromooo-monero) | |||||
2017-09-25 | Merge pull request #2457 | Riccardo Spagni | 7 | -66/+134 | |
d2d8a41c Use actual batch size for resize estimates (Howard Chu) | |||||
2017-09-25 | Merge pull request #2456 | Riccardo Spagni | 3 | -2/+10 | |
91def9a5 daemon, wallet: add --max-log-file-size option (selsta) | |||||
2017-09-25 | Merge pull request #2452 | Riccardo Spagni | 3 | -16/+32 | |
0aaaca29 tx_pool: set the "invalid input" bit when check_tx_inputs fails (moneromooo-monero) 9236823b simplewallet: print tx rejection reason where it was missing (moneromooo-monero) 3dee3301 core_rpc_server: print tx rejection reason at L0 too (moneromooo-monero) | |||||
2017-09-25 | Merge pull request #2424 | Riccardo Spagni | 14 | -65/+60 | |
28b72b6e tx_pool: pre-init tvc.m_verifivation_failed before processing (moneromooo-monero) 50a629b2 core_tests: catch (impossible in practice) tx extra api failure (moneromooo-monero) fee15ef1 wallet2: catch failure to parse address (moneromooo-monero) 1399e26d net_peerlist: remove dead code (moneromooo-monero) 50e09698 tx_pool: guard against failure getting tx hash (moneromooo-monero) 54cc209a wallet_rpc_server: catch failure to create directory (moneromooo-monero) 3e55099c wallet_rpc_server: init m_vm to NULL in ctor (moneromooo-monero) 7d0dde5e wallet_args: remove redundant default value for --log-file (moneromooo-monero) ed4a3350 wallet2: catch failure to save keys file (moneromooo-monero) 44434c8a wallet2_api: check whether dynamic_cast returns NULL (moneromooo-monero) 92f2f687 core: check return value from parse_hexstr_to_binbuff (moneromooo-monero) 5475692e wallet2_api: remove an unused, uninitialized, field (moneromooo-monero) a7ba3de1 libwallet_api_tests: initialize newblock_triggered on reset (moneromooo-monero) b2763ace wallet2_api: init error code to "no error" in the ctor (moneromooo-monero) b5faac53 get_blockchain_top now returns void (moneromooo-monero) 2e44d8f2 wallet_rpc_server: guard against exceptions (moneromooo-monero) 4230876b simplewallet: guard against I/O exceptions (moneromooo-monero) 06c1e057 daemon: initialize decode_as_json in RPC request (moneromooo-monero) 11f71af5 http_base: init size_t in http_request_info ctor (moneromooo-monero) | |||||
2017-09-25 | Merge pull request #2443 | Riccardo Spagni | 1 | -1/+1 | |
ffe27127 wallet_rpc_server: fix index for newly added address book entry (moneromooo-monero) | |||||
2017-09-25 | Merge pull request #2442 | Riccardo Spagni | 14 | -30/+26 | |
e29282d2 build: auto update version info without manually deleting version.h (stoffu) | |||||
2017-09-25 | Merge pull request #2440 | Riccardo Spagni | 5 | -6/+140 | |
6137a0b9 blockchain: reject unsorted ins and outs from v7 (moneromooo-monero) 16afab90 core: sort ins and outs key key image and public key, respectively (moneromooo-monero) 0c36b9f9 common: add apply_permutation file and function (moneromooo-monero) | |||||
2017-09-25 | tx_pool: pre-init tvc.m_verifivation_failed before processing | moneromooo-monero | 1 | -3/+3 | |
CID 175316 | |||||
2017-09-25 | wallet2: catch failure to parse address | moneromooo-monero | 1 | -1/+5 | |
CID 175297 | |||||
2017-09-25 | net_peerlist: remove dead code | moneromooo-monero | 1 | -20/+1 | |
CID 175290 | |||||
2017-09-25 | tx_pool: guard against failure getting tx hash | moneromooo-monero | 1 | -1/+2 | |
Should be impossible in practice, but easy change CID 175282 | |||||
2017-09-25 | wallet_rpc_server: catch failure to create directory | moneromooo-monero | 1 | -1/+10 | |
CID 175281 | |||||
2017-09-25 | wallet_rpc_server: init m_vm to NULL in ctor | moneromooo-monero | 1 | -1/+1 | |
CID 175279 | |||||
2017-09-25 | wallet_args: remove redundant default value for --log-file | moneromooo-monero | 1 | -1/+1 | |
CID 175265 | |||||
2017-09-25 | wallet2: catch failure to save keys file | moneromooo-monero | 1 | -2/+3 | |
CID 161848 | |||||
2017-09-25 | wallet2_api: check whether dynamic_cast returns NULL | moneromooo-monero | 1 | -0/+2 | |
CID 161844 | |||||
2017-09-25 | core: check return value from parse_hexstr_to_binbuff | moneromooo-monero | 1 | -2/+3 | |
2017-09-25 | wallet2_api: remove an unused, uninitialized, field | moneromooo-monero | 1 | -1/+0 | |
Silences CID 161874 | |||||
2017-09-25 | wallet2_api: init error code to "no error" in the ctor | moneromooo-monero | 1 | -1/+1 | |
CID 161872 | |||||
2017-09-25 | get_blockchain_top now returns void | moneromooo-monero | 3 | -27/+6 | |
It was always returning true, and could not be foreseen to usefully return errors in the future. This silences CID 162652 as well as saves some checking code in a few places. | |||||
2017-09-25 | wallet_rpc_server: guard against exceptions | moneromooo-monero | 1 | -1/+9 | |
CID 175305 | |||||
2017-09-25 | simplewallet: guard against I/O exceptions | moneromooo-monero | 1 | -3/+12 | |
CID 175308 | |||||
2017-09-25 | daemon: initialize decode_as_json in RPC request | moneromooo-monero | 1 | -0/+1 | |
CID 161886 | |||||
2017-09-25 | Merge pull request #2428 | Riccardo Spagni | 1 | -0/+2 | |
054054c9 p2p: disable gray list housekeeping when an exclusive node is given (moneromooo-monero) | |||||
2017-09-25 | Merge pull request #2398 | Riccardo Spagni | 1 | -4/+0 | |
e0592e87 dns_utils: remove a few obsolete things (moneromooo-monero) | |||||
2017-09-25 | Merge pull request #2386 | Riccardo Spagni | 2 | -19/+29 | |
a15e8583 wallet2: guard against daemon sending txes in the wrong order (moneromooo-monero) 8fe5f609 rpc: order transactions in the order they were requested (moneromooo-monero) | |||||
2017-09-25 | Merge pull request #2379 | Riccardo Spagni | 4 | -53/+101 | |
9c83f806 Do not create file when RPC user/pass is given and use file locking (Lee Clagett) | |||||
2017-09-25 | Merge pull request #2377 | Riccardo Spagni | 3 | -2/+146 | |
b5cbdce8 wallet2: correctly handle in/out payments for view-only wallet (stoffu) | |||||
2017-09-25 | Merge pull request #2357 | Riccardo Spagni | 1 | -1/+1 | |
58015df4 Fix getblocktemplate RPC returning wrong reserved_offset (Guillaume LE VAILLANT) | |||||
2017-09-25 | Merge pull request #2289 | Riccardo Spagni | 5 | -14/+16 | |
6ee1116d store is optional during close and defaults to true; except during descruction (m2049r) | |||||
2017-09-25 | Merge pull request #2257 | Riccardo Spagni | 6 | -5/+63 | |
651baaec wallet: add encrypted seed functionality (moneromooo-monero) | |||||
2017-09-23 | store is optional during close and defaults to true; except during descruction | m2049r | 5 | -14/+16 | |
2017-09-22 | simplewallet: add privacy warning when using an untrusted demon | moneromooo-monero | 1 | -0/+3 | |
2017-09-22 | Source updates are in a source subdirectory | moneromooo-monero | 2 | -3/+6 | |
rather than in the same directory as the prebuilt versions | |||||
2017-09-22 | Log categories can now be added to and removed from | moneromooo-monero | 6 | -6/+17 | |
Also, set_log without parameters now prints the log categories | |||||
2017-09-21 | json_object: add missing do_not_relay to tx_in_pool serialization | moneromooo-monero | 1 | -0/+1 | |
2017-09-21 | Merge pull request #2496 | Riccardo Spagni | 1 | -3/+23 | |
3b8b4be5 tx_pool: drop invalid txes from the pool on startup (moneromooo-monero) | |||||
2017-09-21 | Merge pull request #2492 | Riccardo Spagni | 1 | -2/+2 | |
e457aa51 blockchain: fix crash checking pre-validated txids (moneromooo-monero) | |||||
2017-09-21 | Merge pull request #2477 | Riccardo Spagni | 1 | -2/+2 | |
9aeae7a2 db_lmdb: fix use of uninitialized key in for_blocks_range (moneromooo-monero) | |||||
2017-09-21 | Merge pull request #2479 | Riccardo Spagni | 1 | -1/+3 | |
58908295 Fixes static_assert on arm and ppc builds (Lee Clagett) | |||||
2017-09-21 | dns_utils: query DNS records in parallel | moneromooo-monero | 1 | -6/+15 | |
2017-09-21 | Merge pull request #2324 | Riccardo Spagni | 1 | -1/+1 | |
c09aa94d daemon: indicate whether the spent key image is mined or unconfirmed (stoffu) | |||||
2017-09-21 | Merge pull request #2302 | Riccardo Spagni | 1 | -0/+5 | |
ef005f5e p2p: add a couple early outs when the stop signal is received (moneromooo-monero) 80d361c7 abstract_tcp_server2: improve tracking/cancelling of early connections (moneromooo-monero) | |||||
2017-09-21 | build: auto update version info without manually deleting version.h | stoffu | 14 | -30/+26 | |
2017-09-21 | daemon: indicate whether the spent key image is mined or unconfirmed | stoffu | 1 | -1/+1 | |
2017-09-21 | wallet2: correctly handle in/out payments for view-only wallet | stoffu | 3 | -2/+146 | |
2017-09-20 | Merge pull request #2441 | Riccardo Spagni | 1 | -1/+1 | |
fee3c3ed Update wallet2.cpp for misspelling (Matthew Campassi) | |||||
2017-09-20 | Merge pull request #2429 | Riccardo Spagni | 1 | -15/+15 | |
55b91d86 wallet: fix --help and --version erroring out (moneromooo-monero) | |||||
2017-09-20 | Merge pull request #2414 | Riccardo Spagni | 1 | -1/+1 | |
ea016330 updated clarification bc_dyn_stats (Matthew Campassi) 5aa2f24b clarification bc_dyn_stats (Matthew Campassi) | |||||
2017-09-20 | Merge pull request #2412 | Riccardo Spagni | 2 | -9/+9 | |
81fb2f53 Silence more stupid gcc warnings (Howard Chu) | |||||
2017-09-20 | Merge pull request #2410 | Riccardo Spagni | 1 | -13/+0 | |
20256b7c Fix AC power supply detection on Linux (Guillaume LE VAILLANT) | |||||
2017-09-20 | Merge pull request #2381 | Riccardo Spagni | 2 | -0/+11 | |
840aed1c monero-wallet-cli: New command 'wallet_info' improved (rbrunner7) 9bdd985c monero-wallet-cli: New command 'wallet_info' (rbrunner7) | |||||
2017-09-20 | Merge pull request #2376 | Riccardo Spagni | 2 | -48/+102 | |
e3680b69 Rename m_listenning_port to m_listening_port (MaxXor) a1ea475f Delete UPnP port mapping on exit (MaxXor) | |||||
2017-09-20 | tx_pool: drop invalid txes from the pool on startup | moneromooo-monero | 1 | -3/+23 | |
instead of just failing This is a workaround for bad tx blobs being inserted in the pool for unknown reasons | |||||
2017-09-20 | blockchain: fix crash checking pre-validated txids | moneromooo-monero | 1 | -2/+2 | |
2017-09-20 | wallet2: fix exception on split txes | moneromooo-monero | 1 | -1/+3 | |
2017-09-20 | wallet2: print unused indices on a single line | moneromooo-monero | 1 | -6/+17 | |
Decreases log spam massively on large wallets | |||||
2017-09-19 | Fixes static_assert on arm and ppc builds | Lee Clagett | 1 | -1/+3 | |
2017-09-19 | db_lmdb: fix use of uninitialized key in for_blocks_range | moneromooo-monero | 1 | -2/+2 | |
2017-09-19 | rpc: add new RPCs to get and set limits | MaxXor | 6 | -53/+219 | |
2017-09-18 | Merge pull request #2446 | Riccardo Spagni | 13 | -785/+306 | |
6d0ca7d1 Tweak concurrency limits (Howard Chu) 510d0d47 Use a threadpool (Howard Chu) | |||||
2017-09-18 | Merge pull request #2023 | Riccardo Spagni | 1 | -1/+1 | |
f761dbae Remove 1.25x multiplier from tx_pool (Nano Akron) | |||||
2017-09-18 | Merge pull request #2044 | Riccardo Spagni | 30 | -77/+5461 | |
0299cb77 Fix various oversights/bugs in ZMQ RPC server code (Thomas Winget) 77986023 json serialization for rpc-relevant monero types (Thomas Winget) 5c1e08fe Refactor some things into more composable (smaller) functions (Thomas Winget) 9ac2ad07 DRY refactoring (Thomas Winget) | |||||
2017-09-18 | daemon: make this build with boost 1.61 | moneromooo-monero | 1 | -1/+1 | |
2017-09-18 | blockchain: reject unsorted ins and outs from v7 | moneromooo-monero | 2 | -1/+47 | |
This ensures no information is leaked by the ordering | |||||
2017-09-17 | Use actual batch size for resize estimates | Howard Chu | 7 | -66/+134 | |
And optimize import startup: Remember start_height position during initial count_blocks pass to avoid having to reread entire file again to arrive at start_height | |||||
2017-09-17 | cryptonote_protocol: fix needless chain hashes downloads | moneromooo-monero | 1 | -2/+3 | |
The last known hash was calculated incorrectly, causing further chain hash downloads to restart from the current chain. When the block queue has close to 10k blocks waiting, this causes frequent downloads of 10k more hashes, but with only the last few hashes actually being useful. | |||||
2017-09-17 | protocol: remove hop count on block propagation | moneromooo-monero | 4 | -16/+2 | |
It is unused, as it was apparently a future optimization, and it leaks some information (though since pools publish thei blocks they find, that amount seems small). | |||||
2017-09-17 | daemon, wallet: add --max-log-file-size option | selsta | 3 | -2/+10 | |
2017-09-16 | tx_pool: set the "invalid input" bit when check_tx_inputs fails | moneromooo-monero | 1 | -0/+1 | |
2017-09-16 | simplewallet: print tx rejection reason where it was missing | moneromooo-monero | 1 | -0/+3 | |
2017-09-16 | core_rpc_server: print tx rejection reason at L0 too | moneromooo-monero | 1 | -16/+28 | |
2017-09-15 | Tweak concurrency limits | Howard Chu | 2 | -2/+6 | |
Create capacity for 2x max, but lie about it | |||||
2017-09-14 | Use a threadpool | Howard Chu | 13 | -785/+302 | |
Instead of constantly creating and destroying threads | |||||
2017-09-14 | Remove 1.25x multiplier from tx_pool | Nano Akron | 1 | -1/+1 | |
2017-09-14 | Merge pull request #2438 | Riccardo Spagni | 1 | -2/+18 | |
9443eec1 core: guard against exceptions in tx verification worker threads (moneromooo-monero) | |||||
2017-09-14 | Merge pull request #2417 | Riccardo Spagni | 1 | -1/+1 | |
a9845cc3 rpc: get_txpool_backlog is now unrestricted (moneromooo-monero) | |||||
2017-09-14 | Merge pull request #2404 | Riccardo Spagni | 3 | -1/+3 | |
e5238adf update checkpoint hashes (Riccardo Spagni) d4f56bdf update hardcoded checkpoints (Riccardo Spagni) ed730511 update checkpoints.dat (Riccardo Spagni) | |||||
2017-09-14 | Merge pull request #2396 | Riccardo Spagni | 1 | -1/+1 | |
dbfef643 tx_pool: catch exceptions in LockedTXN dtor (moneromooo-monero) | |||||
2017-09-14 | Merge pull request #2392 | Riccardo Spagni | 5 | -1/+18 | |
6ac61100 Add a --fluffy-blocks option to relay blocks as fluffy blocks (moneromooo-monero) | |||||
2017-09-13 | wallet_rpc_server: fix index for newly added address book entry | moneromooo-monero | 1 | -1/+1 | |
2017-09-13 | core: sort ins and outs key key image and public key, respectively | moneromooo-monero | 2 | -6/+32 | |
This avoids leaking some small amount of information | |||||
2017-09-13 | common: add apply_permutation file and function | moneromooo-monero | 2 | -0/+62 | |
This algorithm is adapted from Raymond Chen's code: https://blogs.msdn.microsoft.com/oldnewthing/20170109-00/?p=95145 | |||||
2017-09-12 | Update wallet2.cpp for misspelling | Matthew Campassi | 1 | -1/+1 | |
Misspelling in wallet2.cpp | |||||
2017-09-12 | wallet: add encrypted seed functionality | moneromooo-monero | 6 | -5/+63 | |
This uses luigi1111's CN_Add method. See https://xmr.llcoins.net for details. | |||||
2017-09-12 | core: guard against exceptions in tx verification worker threads | moneromooo-monero | 1 | -2/+18 | |
2017-09-11 | wallet2: guard against daemon sending txes in the wrong order | moneromooo-monero | 1 | -12/+10 | |
2017-09-11 | rpc: order transactions in the order they were requested | moneromooo-monero | 1 | -7/+19 | |
2017-09-10 | wallet: fix --help and --version erroring out | moneromooo-monero | 1 | -15/+15 | |
2017-09-10 | p2p: disable gray list housekeeping when an exclusive node is given | moneromooo-monero | 1 | -0/+2 | |
Exclusive nodes may be used for privacy reasons, and thus we don't want to connect to other nodes, even for checking connectivity. See https://github.com/monero-project/monero/issues/2346 | |||||
2017-09-08 | rpc: get_txpool_backlog is now unrestricted | moneromooo-monero | 1 | -1/+1 | |
2017-09-08 | updated clarification bc_dyn_stats | Matthew Campassi | 1 | -1/+1 | |
updated clarification of required parameter for bc_dyn_stats | |||||
2017-09-08 | clarification bc_dyn_stats | Matthew Campassi | 1 | -1/+1 | |
clarification of required parameter for bc_dyn_stats | |||||
2017-09-08 | Silence more stupid gcc warnings | Howard Chu | 2 | -9/+9 | |
2017-09-08 | Fix AC power supply detection on Linux | Guillaume LE VAILLANT | 1 | -13/+0 | |
The /sys/class/power_supply/*/present file usually does not exist for AC power supplies. | |||||
2017-09-06 | update checkpoint hashes | Riccardo Spagni | 1 | -1/+1 | |
2017-09-06 | update hardcoded checkpoints | Riccardo Spagni | 1 | -0/+2 | |
2017-09-06 | update checkpoints.dat | Riccardo Spagni | 1 | -0/+0 | |
2017-09-05 | Fix various oversights/bugs in ZMQ RPC server code | Thomas Winget | 14 | -216/+519 | |
- 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 | 28 | -3/+4966 | |
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 | |||||
2017-09-05 | Refactor some things into more composable (smaller) functions | Thomas Winget | 2 | -73/+179 | |
This commit refactors some of the rpc-related functions in the Blockchain class to be more composable. This change was made in order to make implementing the new zmq rpc easier without trampling on the old rpc. New functions: Blockchain::get_num_mature_outputs Blockchain::get_random_outputs Blockchain::get_output_key Blockchain::get_output_key_mask_unlocked Blockchain::find_blockchain_supplement (overload) functions which previously had this functionality inline now call these functions as necessary. | |||||
2017-09-04 | tx_pool: catch exceptions in LockedTXN dtor | moneromooo-monero | 1 | -1/+1 | |
This might prevent some calls to terminate when the LockedTXN dtor is called as part of stack unwinding caused by another exception in the first place. | |||||
2017-09-04 | dns_utils: remove a few obsolete things | moneromooo-monero | 1 | -4/+0 | |
2017-09-03 | Add a --fluffy-blocks option to relay blocks as fluffy blocks | moneromooo-monero | 5 | -1/+18 | |
Defaults to off, but fluffy blocks are forced enabled on testnet | |||||
2017-09-02 | Use latest height for fork date estimate | Howard Chu | 1 | -2/+3 | |
2017-09-02 | Merge pull request #2384 | Riccardo Spagni | 3 | -26/+27 | |
4e0e4e99 blockchain_import: warn for chunks over 500000, not 100000 (moneromooo-monero) 5b29e87f blockchain_import: properly cleanup core/db on exit (moneromooo-monero) e167c4d9 blockchain_import: do not error out on truncated files (moneromooo-monero) | |||||
2017-09-02 | Merge pull request #2374 | Riccardo Spagni | 1 | -0/+3 | |
e72e625e tx_pool: wrap tx meta updates in a LockedTXN (moneromooo-monero) | |||||
2017-09-02 | Merge pull request #2372 | Riccardo Spagni | 6 | -21/+89 | |
c867357a cryptonote_protocol: error handling on cleanup_handle_incoming_blocks (moneromooo-monero) ce901fcb Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks (moneromooo-monero) 84fa015e core: guard against exceptions in handle_incoming_{block,tx} (moneromooo-monero) | |||||
2017-09-02 | Merge pull request #2370 | Riccardo Spagni | 7 | -28/+40 | |
3d19ab70 Revert "Cleanup test impact of moving blockchain_db_types()" (Howard Chu) a95e460c move db specific options to BlockchainDB (moneromooo-monero) | |||||
2017-09-02 | Merge pull request #2364 | Riccardo Spagni | 1 | -0/+1 | |
63d8dddc cryptonote_protocol: remove old spans when received as old blocks (moneromooo-monero) | |||||
2017-09-02 | Merge pull request #2362 | Riccardo Spagni | 4 | -26/+106 | |
adce8ae4 simplewallet: new "fee" command to display fee information (moneromooo-monero) | |||||
2017-09-02 | Merge pull request #2342 | Riccardo Spagni | 1 | -0/+3 | |
2e338ca5 wallet2: account for huge testnet reorgs for estimating height (moneromooo-monero) | |||||
2017-09-02 | Merge pull request #2329 | Riccardo Spagni | 1 | -0/+2 | |
e3c4395a p2p: init hashes after deserializing a network address (moneromooo-monero) | |||||
2017-09-02 | Merge pull request #2316 | Riccardo Spagni | 1 | -0/+1 | |
0c6c3eb3 Silence stupid fallthru warning in gcc 7 (Howard Chu) | |||||
2017-09-02 | Merge pull request #2310 | Riccardo Spagni | 1 | -1/+1 | |
ea996f91 clarification of parameters for print_coinbase_tx_sum (Matthew Campassi) | |||||
2017-09-02 | Merge pull request #2309 | Riccardo Spagni | 3 | -20/+111 | |
d58700e0 WalletAPI: only allow trusted daemon when importing key images (Jaquee) 8a9bbd26 WalletAPI: copy wallet data when creating a view only wallet (Jaquee) d27fe32e wallet2: export/import wallet data functions (Jaquee) 225a25f3 import_key_images - allow importing without being connected to daemon (Jaquee) | |||||
2017-09-01 | blockchain_import: warn for chunks over 500000, not 100000 | moneromooo-monero | 3 | -4/+5 | |
We have a lot of 350000 byte blocks now. | |||||
2017-09-01 | blockchain_import: properly cleanup core/db on exit | moneromooo-monero | 1 | -19/+9 | |
2017-09-01 | blockchain_import: do not error out on truncated files | moneromooo-monero | 1 | -3/+13 | |
This will happen often when downloading from a live file | |||||
2017-09-01 | Rename m_listenning_port to m_listening_port | MaxXor | 2 | -7/+7 | |
2017-08-31 | monero-wallet-cli: New command 'wallet_info' improved | rbrunner7 | 1 | -5/+4 | |
2017-08-31 | DRY refactoring | Thomas Winget | 3 | -2/+14 | |
2017-08-31 | monero-wallet-cli: New command 'wallet_info' | rbrunner7 | 2 | -0/+12 | |
2017-08-30 | Do not create file when RPC user/pass is given and use file locking | Lee Clagett | 4 | -53/+101 | |
2017-08-29 | Delete UPnP port mapping on exit | MaxXor | 2 | -43/+97 | |
2017-08-29 | tx_pool: wrap tx meta updates in a LockedTXN | moneromooo-monero | 1 | -0/+3 | |
2017-08-29 | simplewallet: new "fee" command to display fee information | moneromooo-monero | 4 | -26/+106 | |
including expected transaction backlog at different priorities | |||||
2017-08-29 | cryptonote_protocol: error handling on cleanup_handle_incoming_blocks | moneromooo-monero | 1 | -6/+34 | |
2017-08-29 | Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks | moneromooo-monero | 5 | -15/+47 | |
2017-08-29 | Revert "Cleanup test impact of moving blockchain_db_types()" | Howard Chu | 1 | -1/+0 | |
This reverts commit 3dd34a49efd2954b0a5eb020abd168d9379b98c4. | |||||
2017-08-29 | core: guard against exceptions in handle_incoming_{block,tx} | moneromooo-monero | 1 | -0/+8 | |
When one happens, cleanup must be called or the incoming tx lock will stay locked | |||||
2017-08-29 | move db specific options to BlockchainDB | moneromooo-monero | 6 | -27/+40 | |
Avoids common depending on blockchain_db, which can cause link errors. | |||||
2017-08-28 | cryptonote_protocol: remove old spans when received as old blocks | moneromooo-monero | 1 | -0/+1 | |
fixes getting those in a loop | |||||
2017-08-27 | Merge pull request #2349 | Riccardo Spagni | 3 | -3/+23 | |
1914c999 txpool: update db tx metadata when it changes (moneromooo) 4dbf29bd txpool: add tx size median to the pool stats (moneromooo) | |||||
2017-08-27 | Merge pull request #2347 | Riccardo Spagni | 2 | -6/+14 | |
5807529e blockchain: cap memory size of retrieved blocks (moneromooo-monero) c1b10381 rpc: decrease memory usage a bit in getblocks.bin (moneromooo-monero) | |||||
2017-08-26 | Merge pull request #2320 | Riccardo Spagni | 1 | -0/+8 | |
c656dd0e Fix refresh counter display (Howard Chu) c088d38a Simplify readline support (Howard Chu) | |||||
2017-08-26 | Merge pull request #2314 | Riccardo Spagni | 8 | -2/+58 | |
c22d22e2 Cleanup test impact of adding safesyncmode() method (Howard Chu) 9a859844 Toggle SAFE syncmode on and off automatically (Howard Chu) | |||||
2017-08-26 | Merge pull request #2313 | Riccardo Spagni | 11 | -191/+92 | |
3dd34a49 Cleanup test impact of moving blockchain_db_types() (Howard Chu) 80344740 More DB support cleanup (Howard Chu) 4c7f8ac0 DB cleanup (Howard Chu) | |||||
2017-08-26 | Merge pull request #2353 | Riccardo Spagni | 1 | -2/+3 | |
19393115 daemon: fix backlog estimating at max block size (moneromooo-monero) | |||||
2017-08-26 | blockchain: cap memory size of retrieved blocks | moneromooo-monero | 1 | -2/+7 | |
It helps keep memory usage down when a wallet refreshes through a string of large blocks | |||||
2017-08-26 | rpc: decrease memory usage a bit in getblocks.bin | moneromooo-monero | 1 | -4/+7 | |
2017-08-26 | Fix getblocktemplate RPC returning wrong reserved_offset | Guillaume LE VAILLANT | 1 | -1/+1 | |
The byte for TX_EXTRA_TAG_PUBKEY is already included in res.reserved_offset by the call to slow_memmem. | |||||
2017-08-26 | wallet: new option to check/confirm txpool backlog when sending | moneromooo-monero | 4 | -3/+123 | |
2017-08-26 | daemon: fix backlog estimating at max block size | moneromooo-monero | 1 | -2/+3 | |
Block size will pretty much never be fully used, unless all txes are using max fee. | |||||
2017-08-26 | rpc: add a new RPC to get current txpool backlog (sizes and fees) | moneromooo-monero | 7 | -0/+80 | |
2017-08-25 | txpool: update db tx metadata when it changes | moneromooo | 1 | -1/+15 | |
2017-08-25 | txpool: add tx size median to the pool stats | moneromooo | 3 | -2/+8 | |
2017-08-25 | wallet2: account for huge testnet reorgs for estimating height | moneromooo-monero | 1 | -0/+3 | |
2017-08-25 | Merge pull request #2311 | Riccardo Spagni | 9 | -78/+153 | |
df0cffed cryptonote_protocol: warn if we see a higher top version we expect (moneromooo-monero) 317ab21a cryptonote_protocol: less strict check on top version on connect (moneromooo-monero) cc81a371 cryptonote_protocol: update target height when syncing too (moneromooo-monero) e2ad372b cryptonote_protocol: simplify and remove unnecessary casts (moneromooo-monero) 727e67ca cryptonote_protocol: print peer top height along with its version (moneromooo-monero) b5345ef4 crypto: use malloc instead of alloca (moneromooo-monero) 80794b31 thread_group: set thread size to THREAD_STACK_SIZE (moneromooo-monero) 5524bc31 print peer id in 0 padded hex for consistency (moneromooo-monero) 8f8cc09b contrib: add sync_info to rlwrap command set (moneromooo-monero) 70b8c6d7 cryptonote_protocol: misc fixes to the new sync algorithm (moneromooo-monero) | |||||
2017-08-25 | Merge pull request #2330 | Riccardo Spagni | 1 | -1/+1 | |
ea15e72d tx_pool: fix crash in stats (Howard Chu) | |||||
2017-08-25 | Merge pull request #2328 | Riccardo Spagni | 1 | -2/+24 | |
679a5ab8 daemon: print estimated tx backlog in print_pool_stats (moneromooo-monero) | |||||
2017-08-25 | Merge pull request #2326 | Riccardo Spagni | 1 | -3/+3 | |
64ab8844 rpc_client: print destination host/port when failing to connect (moneromooo-monero) 333f7012 http_client: add getters for host and port (moneromooo-monero) | |||||
2017-08-23 | tx_pool: fix crash in stats | Howard Chu | 1 | -1/+1 | |
if tx receive_time == now. supersedes #2322 | |||||
2017-08-23 | cryptonote_protocol: warn if we see a higher top version we expect | moneromooo-monero | 1 | -0/+2 | |
2017-08-23 | cryptonote_protocol: less strict check on top version on connect | moneromooo-monero | 1 | -1/+1 | |
This allows peers who synced past a fork on the wrong height to reorg to the right chain after they updated their software to include the new version. | |||||
2017-08-23 | cryptonote_protocol: update target height when syncing too | moneromooo-monero | 1 | -0/+4 | |
2017-08-23 | cryptonote_protocol: simplify and remove unnecessary casts | moneromooo-monero | 1 | -5/+6 | |
2017-08-23 | cryptonote_protocol: print peer top height along with its version | moneromooo-monero | 1 | -1/+1 | |
2017-08-23 | crypto: use malloc instead of alloca | moneromooo-monero | 1 | -10/+9 | |
2017-08-23 | thread_group: set thread size to THREAD_STACK_SIZE | moneromooo-monero | 1 | -1/+4 | |
2017-08-23 | print peer id in 0 padded hex for consistency | moneromooo-monero | 3 | -22/+17 | |
2017-08-23 | p2p: init hashes after deserializing a network address | moneromooo-monero | 1 | -0/+2 | |
Fixes multiple connections to the same address | |||||
2017-08-23 | daemon: print estimated tx backlog in print_pool_stats | moneromooo-monero | 1 | -2/+24 | |
2017-08-22 | Cleanup test impact of moving blockchain_db_types() | Howard Chu | 1 | -0/+1 | |
2017-08-22 | Cleanup test impact of adding safesyncmode() method | Howard Chu | 3 | -2/+14 | |