Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-23 | core: cache tx and block hashes in the respective classes | moneromooo-monero | 6 | -2/+134 | |
An idea from smooth | |||||
2017-03-21 | Merge pull request #1901 | Riccardo Spagni | 1 | -1/+1 | |
33f3cfde set USE_LTO_DEFAULT to false (Christoph Schnerch) | |||||
2017-03-21 | Merge pull request #1897 | Riccardo Spagni | 3 | -0/+20 | |
44a5b038 create a foreground non-interactive mode (Noah Watkins) | |||||
2017-03-21 | Merge pull request #1904 | Riccardo Spagni | 2 | -16/+2 | |
995969b1 wallet: fix set_log not handling 0,xxx style settings (moneromooo-monero) | |||||
2017-03-21 | Merge pull request #1903 | Riccardo Spagni | 2 | -2/+26 | |
350e99ae wallet2: cache which pool txes were scanned already (moneromooo-monero) | |||||
2017-03-21 | Merge pull request #1899 | Riccardo Spagni | 2 | -4/+42 | |
c1e9ccc7 wallet2: speed up transactions using remote nodes (moneromooo-monero) | |||||
2017-03-21 | wallet: fix set_log not handling 0,xxx style settings | moneromooo-monero | 2 | -16/+2 | |
2017-03-21 | wallet2: cache which pool txes were scanned already | moneromooo-monero | 2 | -2/+26 | |
This massively speeds up the wallet updating the pool on mainnet, where the tx backlog is more than 500 txes. | |||||
2017-03-20 | Merge pull request #1902 | Riccardo Spagni | 3 | -22/+32 | |
7c033498 blockchain: lower the relay fee by 2% (moneromooo-monero) 266492e9 tx_pool: use new filling algorithm from v5 only (moneromooo-monero) 5b7c6ced wallet2: start using new fee priorities at v5, not 14 days laer (moneromooo-monero) | |||||
2017-03-20 | blockchain: lower the relay fee by 2% | moneromooo-monero | 1 | -1/+1 | |
This ensures we accept txes with a fee that's slightly too small, to accomodate blockchain median jitter | |||||
2017-03-20 | tx_pool: use new filling algorithm from v5 only | moneromooo-monero | 1 | -20/+30 | |
2017-03-20 | wallet2: start using new fee priorities at v5, not 14 days laer | moneromooo-monero | 1 | -1/+1 | |
Waiting would mean the fee used is 1x base, but the base will have suddenly dropped | |||||
2017-03-20 | set USE_LTO_DEFAULT to false | Christoph Schnerch | 1 | -1/+1 | |
2017-03-20 | wallet2: speed up transactions using remote nodes | moneromooo-monero | 2 | -4/+42 | |
Asking for a full histogram from a remote node (since it's untrusted) is pretty slow, and spams the remote node, so we replace it by only adding a second input if we have rct ones, which are for all intents and purposes always mixable. | |||||
2017-03-19 | Merge pull request #1896 | Riccardo Spagni | 1 | -0/+17 | |
a6f1d8fc core: call {prepare|cleanup}_handle_incoming_blocks when adding a mined block (moneromooo-monero) | |||||
2017-03-19 | Merge pull request #1895 | Riccardo Spagni | 1 | -1/+2 | |
d3aaf740 Partial fix #1876, check thread in block_txn_start() (Howard Chu) | |||||
2017-03-19 | Merge pull request #1893 | Riccardo Spagni | 1 | -2/+2 | |
0effe196 Revert "Increase the log level for the info about log levels" (moneromooo-monero) | |||||
2017-03-19 | Merge pull request #1892 | Riccardo Spagni | 1 | -1/+1 | |
df810a82 wallet-rpc bugfix: get_transfer_by_txid previously checking against payment id (kenshi84) | |||||
2017-03-19 | Merge pull request #1890 | Riccardo Spagni | 9 | -33/+176 | |
50cd179a Removed boost/asio.hpp include from epee/string_tools.h (Lee Clagett) | |||||
2017-03-19 | Merge pull request #1889 | Riccardo Spagni | 1 | -4/+6 | |
24ae7140 wallet: increase node_rpc_proxy timeout to match wallet2 (moneromooo-monero) | |||||
2017-03-19 | core: call {prepare|cleanup}_handle_incoming_blocks when adding a mined block | moneromooo-monero | 1 | -0/+17 | |
This ensures that a batch can't also be started/stopped out of sync by another thread and us getting in the middle | |||||
2017-03-19 | Partial fix #1876, check thread in block_txn_start() | Howard Chu | 1 | -1/+2 | |
Don't allow use of existing batch txn if it's from the wrong thread | |||||
2017-03-19 | Revert "Increase the log level for the info about log levels" | moneromooo-monero | 1 | -2/+2 | |
We want to know which log categories are active. This reverts commit 4f7bce6d20c72a1384289f7c35b7fe0ee796ed41. | |||||
2017-03-19 | wallet-rpc bugfix: get_transfer_by_txid previously checking against payment id | kenshi84 | 1 | -1/+1 | |
2017-03-18 | Removed boost/asio.hpp include from epee/string_tools.h | Lee Clagett | 9 | -33/+176 | |
2017-03-18 | wallet: increase node_rpc_proxy timeout to match wallet2 | moneromooo-monero | 1 | -4/+6 | |
2017-03-18 | Merge pull request #1887 | Riccardo Spagni | 1 | -1/+1 | |
c5316d29 update version to 0.10.3.0 (Riccardo Spagni) | |||||
2017-03-18 | Merge pull request #1888 | Riccardo Spagni | 1 | -1/+1 | |
d5fbfd67 daemon: fix missing close parenthesis in alt_chain_info output (moneromooo-monero) | |||||
2017-03-18 | daemon: fix missing close parenthesis in alt_chain_info output | moneromooo-monero | 1 | -1/+1 | |
Reported by assylias_ on IRC | |||||
2017-03-18 | update version to 0.10.3.0 | Riccardo Spagni | 1 | -1/+1 | |
2017-03-18 | Merge pull request #1886 | Riccardo Spagni | 1 | -5/+0 | |
f9a2b527 simplewallet: allow setting tx priority in watch wallets (moneromooo-monero) | |||||
2017-03-18 | Merge pull request #1885 | Riccardo Spagni | 1 | -2/+14 | |
63d7cd88 daemon: alt_chain_info now prints fork depth (moneromooo-monero) | |||||
2017-03-18 | Merge pull request #1884 | Riccardo Spagni | 1 | -0/+28 | |
e9175cec wallet_rpc_server: make a few RPCs unavailable in restricted mode (moneromooo-monero) | |||||
2017-03-18 | Merge pull request #1883 | Riccardo Spagni | 5 | -13/+13 | |
d0238313 use const references in catch blocks (moneromooo-monero) | |||||
2017-03-18 | Merge pull request #1882 | Riccardo Spagni | 4 | -21/+63 | |
3fa59755 wallet2: call is_key_image_spent in blocks in rescan_spent (moneromooo-monero) 9d134e86 wallet_rpc_server: add a rescan_spent RPC (moneromooo-monero) | |||||
2017-03-18 | Merge pull request #1881 | Riccardo Spagni | 1 | -1/+7 | |
1a666c30 simplewallet: catch case where no transactions are made (moneromooo-monero) | |||||
2017-03-18 | Merge pull request #1880 | Riccardo Spagni | 1 | -1/+1 | |
8d787e24 bump version number (Riccardo Spagni) | |||||
2017-03-18 | Merge pull request #1879 | Riccardo Spagni | 2 | -27/+64 | |
c1c9eeaa p2p: use the fallback seed IPs when not enough seeds are found (moneromooo-monero) | |||||
2017-03-18 | Merge pull request #1875 | Riccardo Spagni | 1 | -1/+1 | |
b46620b0 Added hint to adjust jail configuration to readme for FreeBSD (S) | |||||
2017-03-18 | Merge pull request #1874 | Riccardo Spagni | 5 | -9/+15 | |
250c4cb3 wallet-rpc: enable openalias (stoffu) | |||||
2017-03-18 | simplewallet: allow setting tx priority in watch wallets | moneromooo-monero | 1 | -5/+0 | |
Those can create unsigned transactions | |||||
2017-03-18 | daemon: alt_chain_info now prints fork depth | moneromooo-monero | 1 | -2/+14 | |
2017-03-18 | wallet_rpc_server: make a few RPCs unavailable in restricted mode | moneromooo-monero | 1 | -0/+28 | |
Address book modification, setting tx nodes, importing key images | |||||
2017-03-18 | use const references in catch blocks | moneromooo-monero | 5 | -13/+13 | |
2017-03-18 | wallet2: call is_key_image_spent in blocks in rescan_spent | moneromooo-monero | 1 | -21/+24 | |
This is a potentially long lasting daemon RPC call | |||||
2017-03-18 | wallet_rpc_server: add a rescan_spent RPC | moneromooo-monero | 3 | -0/+39 | |
2017-03-18 | simplewallet: catch case where no transactions are made | moneromooo-monero | 1 | -1/+7 | |
This would otherwise be a silent noop, which is confusing. This can happen if the daemon is started, but not yet ready to service all requests, and this is a safe catch all. | |||||
2017-03-18 | p2p: use the fallback seed IPs when not enough seeds are found | moneromooo-monero | 2 | -27/+64 | |
In case the DNS seed(s) is/are down, which would otherwise cause the fallback seeds to never be used. Also if the seeds resolve to too few IPs. | |||||
2017-03-17 | bump version number | Riccardo Spagni | 1 | -1/+1 | |
2017-03-17 | Added hint to adjust jail configuration to readme for FreeBSD | S | 1 | -1/+1 | |
2017-03-17 | wallet-rpc: enable openalias | stoffu | 5 | -9/+15 | |
2017-03-15 | Merge pull request #1869 | Riccardo Spagni | 10 | -76/+112 | |
3396a9f2 Add intervening v5 fork for increased min block size (moneromooo-monero) | |||||
2017-03-15 | Merge pull request #1868 | Riccardo Spagni | 1 | -5/+5 | |
585c9176 Specify "524,288" iterations instead of "500,000" (darentuzi) | |||||
2017-03-15 | Merge pull request #1867 | Riccardo Spagni | 1 | -1/+10 | |
b54e19d0 protocol: fix wrong tx being looked up from fluffy block (moneromooo-monero) | |||||
2017-03-15 | Merge pull request #1861 | Riccardo Spagni | 1 | -0/+19 | |
badec326 Adds a config file option to the wallet (Arne Brutschy) | |||||
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 10 | -76/+112 | |
Minimum mixin 4 and enforced ringct is moved from v5 to v6. v5 is now used for an increased minimum block size (from 60000 to 300000) to cater for larger typical/minimum transaction size. The fee algorithm is also changed to decrease the base per kB fee, and add a cheap tier for those transactions which we do not care if they get delayed (or even included in a block). | |||||
2017-03-14 | Specify "524,288" iterations instead of "500,000" | darentuzi | 1 | -5/+5 | |
CryptoNight does exactly 524,288 iterations over the scratchpad as defined in CNS008, saying 500,000 could be confusing. I know its meant to give a rough idea (around 500k) to the reader but if you are reading the code, might as well know the exact number. | |||||
2017-03-13 | protocol: fix wrong tx being looked up from fluffy block | moneromooo-monero | 1 | -1/+10 | |
Found by smooth | |||||
2017-03-13 | Merge pull request #1864 | Riccardo Spagni | 1 | -1/+1 | |
74b216a1 core: don't try to re-relay an empty set of pool transactions (moneromooo-monero) | |||||
2017-03-13 | Merge pull request #1863 | Riccardo Spagni | 1 | -1/+1 | |
09e060fe protocol: fix fluffy to normal block dropping txes (moneromooo-monero) | |||||
2017-03-12 | Adds a config file option to the wallet | Arne Brutschy | 1 | -0/+19 | |
2017-03-12 | core: don't try to re-relay an empty set of pool transactions | moneromooo-monero | 1 | -1/+1 | |
2017-03-12 | protocol: fix fluffy to normal block dropping txes | moneromooo-monero | 1 | -1/+1 | |
2017-03-10 | Merge pull request #1857 | Riccardo Spagni | 1 | -6/+7 | |
efc4c7b0 Separated dependency installation, git clone and build commands to reduce repeated work on failure (adot23) | |||||
2017-03-10 | Merge pull request #1856 | Riccardo Spagni | 1 | -6/+4 | |
5d062e47 Improved wording in hard fork schedule section (Gingeropolous) | |||||
2017-03-10 | Merge pull request #1853 | Riccardo Spagni | 8 | -10/+10 | |
7d07c64f fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB functions virtual again to avoid missing symbols error (kenshi84) | |||||
2017-03-10 | fix dependency: put HardFork back to cryptonote_basic, made some ↵ | kenshi84 | 8 | -10/+10 | |
BlockchainDB functions virtual again to avoid missing symbols error | |||||
2017-03-09 | Separated dependency installation, git clone and build commands to reduce ↵ | adot23 | 1 | -6/+7 | |
repeated work on failure | |||||
2017-03-08 | Improved wording in hard fork schedule section | Gingeropolous | 1 | -6/+4 | |
changed hard forking to hard fork and fixed data format | |||||
2017-03-08 | Merge pull request #1852 | Riccardo Spagni | 1 | -2/+2 | |
088930fa Problem: misleading information about LMDB storage (Gareth) | |||||
2017-03-08 | Problem: misleading information about LMDB storage | Gareth | 1 | -2/+2 | |
Solution: updated the comments to reflect the current situation in terms of LMDB implementation and no longer recommend 'memory' for blockchain storage in production use. | |||||
2017-03-07 | Merge pull request #1840 | Riccardo Spagni | 1 | -2/+2 | |
94c26b00 Update README.md (Gingeropolous) 4a76ec89 update Readme.md (Gingeropolous) 74bc86a2 updated reccommended Monero version in Readme (Gingeropolous) | |||||
2017-03-06 | Update README.md | Gingeropolous | 1 | -1/+1 | |
There we go. Problem solved. | |||||
2017-03-06 | update Readme.md | Gingeropolous | 1 | -1/+1 | |
I think this does what was wanted... we still want a minimum version, right? | |||||
2017-03-06 | Merge pull request #1841 | Riccardo Spagni | 6 | -48/+245 | |
b553c282 rpc: fix BUILD_TAG mispelling (BUILDTAG) (moneromooo-monero) 02097c87 core: print the "new update found" message in cyan, for visibility (moneromooo-monero) 749ebace download: check available disk space before downloading (moneromooo-monero) f36c5f1e download: give download threads distinct names (moneromooo-monero) f6211322 core: make update download cancellable (moneromooo-monero) 63f0e074 download: async API (moneromooo-monero) 9bf017ed http_client: allow cancelling a download (moneromooo-monero) 0d90123c http_client: allow derived class to get headers at start (moneromooo-monero) | |||||
2017-03-06 | Merge pull request #1848 | Riccardo Spagni | 3 | -8/+22 | |
cfa2564a blockchain: don't try to load an empty block hash set (moneromooo-monero) 38359036 blockchain_import: make --log-level understand categories (moneromooo-monero) 5fee8561 blockchain_export: make --log-level understand categories (moneromooo-monero) 50ebf661 blockchain_import: error out nicely on exceptions (moneromooo-monero) 87d57d9c blockchain_export: error out nicely on exceptions (moneromooo-monero) | |||||
2017-03-06 | Merge pull request #1846 | Riccardo Spagni | 3 | -6/+7 | |
4b48565c wallet: add password command (moneromooo-monero) | |||||
2017-03-05 | blockchain: don't try to load an empty block hash set | moneromooo-monero | 1 | -1/+1 | |
If the blocks aren't being linked against a binary (such as one of the blockchain utilities), the symbol will not be NULL, but the size will be 0. This avoids a apurious warning about the data hash. | |||||
2017-03-05 | blockchain_import: make --log-level understand categories | moneromooo-monero | 1 | -3/+6 | |
2017-03-05 | blockchain_export: make --log-level understand categories | moneromooo-monero | 1 | -4/+6 | |
2017-03-05 | blockchain_import: error out nicely on exceptions | moneromooo-monero | 1 | -0/+4 | |
2017-03-05 | blockchain_export: error out nicely on exceptions | moneromooo-monero | 1 | -0/+5 | |
2017-03-05 | rpc: fix BUILD_TAG mispelling (BUILDTAG) | moneromooo-monero | 1 | -2/+2 | |
This ensures a manual or RPC update tries the right build tag, rather than source, which is currently not setup | |||||
2017-03-05 | core: print the "new update found" message in cyan, for visibility | moneromooo-monero | 1 | -2/+2 | |
2017-03-05 | download: check available disk space before downloading | moneromooo-monero | 1 | -0/+8 | |
We don't check *while* the download happens, so it might still be that we don't have enough space later | |||||
2017-03-05 | download: give download threads distinct names | moneromooo-monero | 1 | -0/+5 | |
2017-03-05 | core: make update download cancellable | moneromooo-monero | 2 | -17/+55 | |
2017-03-05 | download: async API | moneromooo-monero | 2 | -26/+153 | |
2017-03-05 | Merge pull request #1845 | Riccardo Spagni | 1 | -22/+35 | |
f7547781 unit_tests: fix fee tests after quantization change (moneromooo-monero) | |||||
2017-03-05 | http_client: allow cancelling a download | moneromooo-monero | 1 | -2/+10 | |
2017-03-05 | http_client: allow derived class to get headers at start | moneromooo-monero | 1 | -0/+11 | |
2017-03-05 | Merge pull request #1844 | Riccardo Spagni | 1 | -2/+2 | |
d18ff58a format_utils: fix typo in assert message (lethos3) | |||||
2017-03-05 | Merge pull request #1843 | Riccardo Spagni | 2 | -4/+4 | |
3964b30f Add dependency for blocksdat.o (Howard Chu) | |||||
2017-03-05 | Merge pull request #1842 | Riccardo Spagni | 1 | -3/+13 | |
223fe5bb wallet: fix get_tranfers with multiple incoming txes with same pid (moneromooo-monero) | |||||
2017-03-05 | Merge pull request #1839 | Riccardo Spagni | 1 | -1/+1 | |
c7dd0b15 Revert "wallet: fix insertion of pool transactions" (moneromooo-monero) | |||||
2017-03-05 | wallet: add password command | moneromooo-monero | 3 | -6/+7 | |
Also tweak wallet2 password code to verify password without saying it's a new wallet, because it's assuming things. | |||||
2017-03-04 | unit_tests: fix fee tests after quantization change | moneromooo-monero | 1 | -22/+35 | |
2017-03-05 | format_utils: fix typo in assert message | lethos3 | 1 | -2/+2 | |
Fix two small typos as mentioned by reddit user nthterm. | |||||
2017-03-04 | Add dependency for blocksdat.o | Howard Chu | 2 | -4/+4 | |
To make sure it gets regenerated whenever checkpoints.dat changes Likewise for blocks.o and testnet_blocks.o | |||||
2017-03-04 | wallet: fix get_tranfers with multiple incoming txes with same pid | moneromooo-monero | 1 | -3/+13 | |
2017-03-04 | Merge pull request #1837 | Riccardo Spagni | 2 | -1/+20 | |
31533493 core: quantize per kB fee to 8 decimals (moneromooo-monero) | |||||
2017-03-04 | Merge pull request #1836 | Riccardo Spagni | 1 | -2/+8 | |
cd71774d tx_pool: log separately "not ready" and "double spend" cases (moneromooo-monero) | |||||
2017-03-04 | Merge pull request #1834 | Riccardo Spagni | 1 | -8/+10 | |
e4437b25 Fix double-import (Howard Chu) | |||||
2017-03-04 | updated reccommended Monero version in Readme | Gingeropolous | 1 | -2/+2 | |
2017-03-04 | Revert "wallet: fix insertion of pool transactions" | moneromooo-monero | 1 | -1/+1 | |
This reverts commit d47dac9a88ddd46b88850a899311363b3261c89e. Callers actually expect the key to be payment id, so this needs a lot more changes (like storing payment ids in the structure, and possibly also to other existing structures which do the same thing). | |||||
2017-03-03 | core: quantize per kB fee to 8 decimals | moneromooo-monero | 2 | -1/+20 | |
2017-03-03 | tx_pool: log separately "not ready" and "double spend" cases | moneromooo-monero | 1 | -2/+8 | |
2017-03-03 | Fix double-import | Howard Chu | 1 | -8/+10 | |
Incomplete ifdef cleanup in 9e82b694da120708652871b55f639d1ef306a7ec | |||||
2017-03-03 | Merge pull request #1832 | Riccardo Spagni | 3 | -20/+7 | |
eb62dcc8 Remove redundant num_txs() method (Howard Chu) 296641e0 Fix #1824 don't end batch that we didn't start (Howard Chu) | |||||
2017-03-03 | Remove redundant num_txs() method | Howard Chu | 2 | -18/+4 | |
Cleanup of bf1348b7e2b2c72a6d40b23567afaa46b53e6cb7 | |||||
2017-03-03 | Fix #1824 don't end batch that we didn't start | Howard Chu | 1 | -2/+3 | |
2017-03-03 | Merge pull request #1831 | Riccardo Spagni | 2 | -8/+8 | |
9ae33b51 wallet api: fix parameters in wallet2callbackImpl (Jaquee) 1cf2f5a5 use txid in wallet2::process_new_transaction() (Jaquee) | |||||
2017-03-03 | wallet api: fix parameters in wallet2callbackImpl | Jaquee | 1 | -7/+7 | |
2017-03-03 | use txid in wallet2::process_new_transaction() | Jaquee | 1 | -1/+1 | |
2017-03-03 | Merge pull request #1827 | Riccardo Spagni | 3 | -3/+5 | |
db1c7d80 wallet api: add missing mining options (Jaquee) | |||||
2017-03-03 | Merge pull request #1826 | Riccardo Spagni | 6 | -10/+123 | |
2c468dd4 allow user I/O in millinero, micronero, nanonero, piconero (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1823 | Riccardo Spagni | 1 | -1/+1 | |
d47dac9a wallet: fix insertion of pool transactions (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1820 | Riccardo Spagni | 12 | -66/+183 | |
7a44f38a Add support for the wallet to refresh pruned blocks (moneromooo-monero) da18898f ringct: do not require range proof in decodeRct/decodeRctSimple (moneromooo-monero) b49c6ab4 rpc: add a default category for daemon rpc (moneromooo-monero) f113b92b core: add functions to serialize base tx info (moneromooo-monero) 6fd4b827 node_rpc_proxy: allow caching daemon RPC version (moneromooo-monero) b5c74e40 wallet: invalidate node proxy cache when reconnecting (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1687 | Riccardo Spagni | 2 | -6/+10 | |
1a7e18bf Make gray peer selection uniform (Miguel Herranz) f3be9991 Make get_random_gray_peer distribution uniform (Miguel Herranz) | |||||
2017-03-03 | Merge pull request #1814 | Riccardo Spagni | 1 | -2/+2 | |
11a00df6 daemon: fix bc_dyn_stats via rpc (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1813 | Riccardo Spagni | 4 | -29/+30 | |
b8a08f19 wallet: fix --log-file not working (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1811 | Riccardo Spagni | 1 | -1/+0 | |
378d2bb1 Revert attempt to write to console on daemon shutdown (Nano Akron) | |||||
2017-03-03 | Merge pull request #1805 | Riccardo Spagni | 1 | -1/+1 | |
b7f85a30 mlog: default net.cn to FATAL (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1804 | Riccardo Spagni | 8 | -10/+10 | |
12adb4a3 core: move hardfork back to cryptonote_core (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1803 | Riccardo Spagni | 3 | -4/+7 | |
53105743 Wallet API: Add support for daemon rpc login (Jaquee) | |||||
2017-03-03 | Merge pull request #1802 | Riccardo Spagni | 1 | -2/+2 | |
4f7bce6d Increase the log level for the info about log levels (Nano Akron) | |||||
2017-03-03 | Merge pull request #1801 | Riccardo Spagni | 1 | -1/+1 | |
96ce57d5 protocol: tone down a rate limit not implemented yet warning (moneromooo-monero) | |||||
2017-03-03 | Merge pull request #1800 | Riccardo Spagni | 8 | -0/+199 | |
ea873ceb daemon/rpc: updates command and RPC (moneromooo-monero) | |||||
2017-03-02 | allow user I/O in millinero, micronero, nanonero, piconero | moneromooo-monero | 6 | -10/+123 | |
2017-03-02 | wallet api: add missing mining options | Jaquee | 3 | -3/+5 | |
2017-02-28 | wallet: fix insertion of pool transactions | moneromooo-monero | 1 | -1/+1 | |
They were inserted using payment id as key, not txid | |||||
2017-02-28 | Make gray peer selection uniform | Miguel Herranz | 1 | -1/+8 | |
Prevents the system from always picking the gray peers with the most recent last_seen. | |||||
2017-02-28 | wallet: fix --log-file not working | moneromooo-monero | 4 | -29/+30 | |
2017-02-27 | Add support for the wallet to refresh pruned blocks | moneromooo-monero | 6 | -62/+105 | |
2017-02-27 | ringct: do not require range proof in decodeRct/decodeRctSimple | moneromooo-monero | 1 | -4/+2 | |
These fields aren't used, and they'll actually be pruned in some cases | |||||
2017-02-27 | rpc: add a default category for daemon rpc | moneromooo-monero | 1 | -0/+3 | |
2017-02-27 | core: add functions to serialize base tx info | moneromooo-monero | 3 | -0/+33 | |
That is, information without signatures (for v1) nor range proofs and MGs (for v2) | |||||
2017-02-27 | node_rpc_proxy: allow caching daemon RPC version | moneromooo-monero | 2 | -0/+26 | |
2017-02-27 | wallet: invalidate node proxy cache when reconnecting | moneromooo-monero | 3 | -0/+14 | |
2017-02-27 | Make get_random_gray_peer distribution uniform | Miguel Herranz | 1 | -5/+2 | |
get_random_gray_peer is used to implement feeler connections, described in: https://eprint.iacr.org/2015/263.pdf 2. Random selection | |||||
2017-02-26 | daemon: fix bc_dyn_stats via rpc | moneromooo-monero | 1 | -2/+2 | |
2017-02-26 | Revert attempt to write to console on daemon shutdown | Nano Akron | 1 | -1/+0 | |
2017-02-26 | mlog: default net.cn to FATAL | moneromooo-monero | 1 | -1/+1 | |
Errors in this layer depend on how peers behave, and thus errors are expected | |||||
2017-02-25 | Wallet API: Add support for daemon rpc login | Jaquee | 3 | -4/+7 | |
2017-02-25 | core: move hardfork back to cryptonote_core | moneromooo-monero | 8 | -10/+10 | |
should fix a cross dependency betewen cryptonote_basic and blockchain_db | |||||
2017-02-25 | Increase the log level for the info about log levels | Nano Akron | 1 | -2/+2 | |
2017-02-25 | protocol: tone down a rate limit not implemented yet warning | moneromooo-monero | 1 | -1/+1 | |
it scares users | |||||
2017-02-24 | daemon/rpc: updates command and RPC | moneromooo-monero | 8 | -0/+199 | |
subcommands "check", "download", and "update". update is not yet implemented. | |||||
2017-02-24 | Merge pull request #1798v0.10.2.1 | Riccardo Spagni | 1 | -1/+1 | |
9a2157d7 update version (Riccardo Spagni) | |||||
2017-02-24 | Merge pull request #1799 | Riccardo Spagni | 2 | -12/+14 | |
2b188151 daemon: avoid pre-log-init spew on creating directories (moneromooo-monero) cf2b1511 wallet: avoid pre-log-init spew on --version (moneromooo-monero) | |||||
2017-02-24 | daemon: avoid pre-log-init spew on creating directories | moneromooo-monero | 1 | -1/+3 | |
2017-02-24 | wallet: avoid pre-log-init spew on --version | moneromooo-monero | 1 | -11/+11 | |
2017-02-24 | update version | Riccardo Spagni | 1 | -1/+1 | |
2017-02-24 | Merge pull request #1797 | Riccardo Spagni | 3 | -13/+17 | |
ada6a8a2 wallet_rpc_server: new --trusted-daemon flag (moneromooo-monero) | |||||
2017-02-24 | wallet_rpc_server: new --trusted-daemon flag | moneromooo-monero | 3 | -13/+17 | |
and remove trusted_daemon fields from transfer RPCs, it is much friendlier on users | |||||
2017-02-24 | Merge pull request #1795 | Riccardo Spagni | 1 | -4/+4 | |
3435038a add rpc timeouts to calls that might timeout (Riccardo Spagni) | |||||
2017-02-24 | Merge pull request #1796 | Riccardo Spagni | 1 | -4/+4 | |
8c84d48c Updated default RPC timeout from 5 seconds to 15 seconds (Lee Clagett) | |||||
2017-02-24 | Updated default RPC timeout from 5 seconds to 15 seconds | Lee Clagett | 1 | -4/+4 | |
2017-02-24 | add rpc timeouts to calls that might timeout | Riccardo Spagni | 1 | -4/+4 | |
2017-02-24 | Merge pull request #1776 | Riccardo Spagni | 1 | -1/+5 | |
e4dbea97 wallet2: fix wrong status on daemon shutdown/startup (Jaquee) | |||||
2017-02-24 | Merge pull request #1794 | Riccardo Spagni | 1 | -0/+1 | |
29b34ed1 blockchain_utilities: link against blockchain_db (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1793 | Riccardo Spagni | 1 | -1/+1 | |
eabe3bf2 simplewallet: updated help message for 'set ask-password' (kenshi84) | |||||
2017-02-24 | Merge pull request #1790 | Riccardo Spagni | 1 | -1/+1 | |
032fd354 Makefile add missing space for target android (MoroccanMalinois) | |||||
2017-02-24 | Merge pull request #1789 | Riccardo Spagni | 8 | -26/+32 | |
5db8df7b Unify dist files and prime (vdo) 38b9226f wrapper +x (vdo) b4c90d56 Add meta icon for snap (vdo) a2b90426 Add snap symlink (vdo) 2c51c4d1 Reorganize snap. Add daemon wrapper (vdo) | |||||
2017-02-24 | Merge pull request #1786 | Riccardo Spagni | 1 | -1/+3 | |
4d05955d protocol: fix "sync done" message not appearing (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1785 | Riccardo Spagni | 3 | -1/+41 | |
583a7b5c core: protect precomputed block hashes with SHA256 (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1784 | Riccardo Spagni | 2 | -32/+28 | |
a1cd4db4 updated Dockerfile (Mine Coins) | |||||
2017-02-24 | Merge pull request #1783 | Riccardo Spagni | 1 | -1/+0 | |
a6f0abb7 README: libevent is replaced by minievent (Mine Coins) | |||||
2017-02-24 | Merge pull request #1781 | Riccardo Spagni | 1 | -1/+1 | |
520756c3 rpc: s/rcp/rpc/ (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1780 | Riccardo Spagni | 1 | -1/+1 | |
8262da81 rpc: make mining_status RPC work when syncing (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1779 | Riccardo Spagni | 2 | -9/+16 | |
9effa553 core: bound the amount of entries in bad tx semantics cache (moneromooo-monero) 240054a7 core: remove a couple unused/obsolete bits (moneromooo-monero) | |||||
2017-02-24 | Merge pull request #1777 | Riccardo Spagni | 5 | -0/+44 | |
3bdda60f Add print_pl_stats daemon command (Miguel Herranz) | |||||
2017-02-24 | blockchain_utilities: link against blockchain_db | moneromooo-monero | 1 | -0/+1 | |
2017-02-24 | simplewallet: updated help message for 'set ask-password' | kenshi84 | 1 | -1/+1 | |
2017-02-24 | Makefile add missing space for target android | MoroccanMalinois | 1 | -1/+1 | |
2017-02-24 | Unify dist files and prime | vdo | 1 | -4/+4 | |
2017-02-24 | wrapper +x | vdo | 1 | -0/+0 | |
2017-02-24 | Add meta icon for snap | vdo | 1 | -0/+0 | |
2017-02-24 | Add snap symlink | vdo | 1 | -0/+1 | |
2017-02-24 | protocol: fix "sync done" message not appearing | moneromooo-monero | 1 | -1/+3 | |
2017-02-24 | Reorganize snap. Add daemon wrapper | vdo | 6 | -26/+31 | |
2017-02-23 | core: protect precomputed block hashes with SHA256 | moneromooo-monero | 3 | -1/+41 | |
2017-02-24 | updated Dockerfile | Mine Coins | 2 | -32/+28 | |
- minified image: 75% smaller image - statically-linked build - add .dockerignore: no need to send repo to build context | |||||
2017-02-24 | README: libevent is replaced by minievent | Mine Coins | 1 | -1/+0 | |
2017-02-23 | rpc: s/rcp/rpc/ | moneromooo-monero | 1 | -1/+1 | |
2017-02-23 | rpc: make mining_status RPC work when syncing | moneromooo-monero | 1 | -1/+1 | |
2017-02-23 | core: bound the amount of entries in bad tx semantics cache | moneromooo-monero | 2 | -6/+16 | |
This is to prevent unbounded memory use. Since I don't think there is a container that has quick insert, quick lookup, and automatic FIFO, I use two and swap every N, clearing the oldest one. | |||||
2017-02-23 | core: remove a couple unused/obsolete bits | moneromooo-monero | 1 | -3/+0 | |
2017-02-23 | Add print_pl_stats daemon command | Miguel Herranz | 5 | -0/+44 | |
2017-02-23 | wallet2: fix wrong status on daemon shutdown/startup | Jaquee | 1 | -1/+5 | |
2017-02-22 | Merge pull request #1775v0.10.2 | Riccardo Spagni | 2 | -0/+0 | |
700d218c fix broken test data (Riccardo Spagni) 0abddd64 fix broken checkpoints.dat (Riccardo Spagni) | |||||
2017-02-22 | fix broken test data | Riccardo Spagni | 1 | -0/+0 | |
2017-02-22 | fix broken checkpoints.dat | Riccardo Spagni | 1 | -0/+0 | |
2017-02-22 | Merge pull request #1750 | Riccardo Spagni | 3 | -1/+32 | |
ada0e23a updates: fix user/auto url split (moneromooo-monero) 14d0e002 wallet2_api: add updates check api (moneromooo-monero) | |||||
2017-02-22 | updates: fix user/auto url split | moneromooo-monero | 1 | -1/+1 | |
2017-02-22 | wallet2_api: add updates check api | moneromooo-monero | 2 | -0/+31 | |
2017-02-22 | Merge pull request #1774 | Riccardo Spagni | 3 | -13/+15 | |
59013316 updates: remove testnet case (moneromooo-monero) 822577eb updates: we now have a user URL, and an automatic one (moneromooo-monero) 9f17b1a3 updates: s/monerod/monero/ for the main download (moneromooo-monero) 6a5dfb88 updates: add all update servers (moneromooo-monero) 72d40f13 updates: use HTTP, not HTTPS (moneromooo-monero) | |||||
2017-02-22 | updates: remove testnet case | moneromooo-monero | 3 | -7/+4 | |
It need not be any different | |||||
2017-02-22 | updates: we now have a user URL, and an automatic one | moneromooo-monero | 3 | -4/+5 | |
So the user can use https, while the automatic does not have to | |||||
2017-02-22 | updates: s/monerod/monero/ for the main download | moneromooo-monero | 1 | -2/+2 | |
Also print download success message as global log |