aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Merge pull request #1950Riccardo Spagni7-21/+206
f5bd3465 IOS CMAKE build settings (Jaquee) d8a88d05 add IOS CMAKE toolchain (Jaquee)
2017-04-11Merge pull request #1949Riccardo Spagni2-21/+21
0ee018b4 wallet2: do not go over the target tx size if many destinations (moneromooo-monero) 9ae566d0 simplewallet: fix cold signing of split transactions (moneromooo-monero) aae14a10 simplewallet: allow setting confirm-missing-payment-id in watch wallets (moneromooo-monero)
2017-04-11Merge pull request #1948Riccardo Spagni1-4/+9
62efe5f6 mlog: direct log category changes to file only (moneromooo-monero)
2017-04-11Merge pull request #1946Riccardo Spagni1-0/+2
a38343bf miner: add a debug log in pause and resume (moneromooo-monero)
2017-04-11Merge pull request #1944Riccardo Spagni1-10/+16
933e08f2 Replace deprecated tmpnam function. (Randi Joseph)
2017-04-11Merge pull request #1940Riccardo Spagni2-680/+1243
17c7c62d Add per transaction fee to transfer command (Antti Keränen)
2017-04-11Merge pull request #1937Riccardo Spagni1-3/+5
64377c90 Add other possible paths of AC power status file on Linux (Guillaume LE VAILLANT)
2017-04-11Merge pull request #1932Riccardo Spagni1-2/+2
e251a2d7 readme: update min and rec versions and ND date (Gingeropolous) cc30639f changed version of recommended monero version (Gingeropolous)
2017-04-11Merge pull request #1931Riccardo Spagni1-1/+0
89e100bc wallet cli: remove redundant password confirm in donate command (kenshi84)
2017-04-11Merge pull request #1929Riccardo Spagni1-170/+28
89949706 simplewallet: factor the per-variable code in set_variable (moneromooo-monero)
2017-04-11Merge pull request #1928Riccardo Spagni8-5754/+6669
a28950da setThreadName moved in new version of easylogging++ (moneromooo-monero) ea359b50 Fixup choice of easylogging++ vs libunwind stack trace code (moneromooo-monero) 1e6d8757 easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG (moneromooo-monero) 7a56fd6c easylogging++: detect DragonFly BSD as a UNIX (moneromooo-monero) 2c8b23e3 easylogging++: fix logging with static const header only data members (moneromooo-monero) 72663f4b easylogging++: allow clipping a common filename prefix (moneromooo-monero) 5bab0449 easylogging++: add file-only logs (moneromooo-monero) db9dc7c2 eayslogging++: Fix bad memory access before opening any files (moneromooo-monero) 14620ca0 easylogging++: avoid creating directory/filename for the builtin default log file (moneromooo-monero) 0c1ad0ff easylogging++: Print thread ID in a nicer way (moneromooo-monero) e7fabbd4 easylogging++: add categories (moneromooo-monero) a8ac4f0a update easylogging++ to latest upstream (moneromooo-monero)
2017-04-10setThreadName moved in new version of easylogging++moneromooo-monero1-1/+1
2017-04-10Fixup choice of easylogging++ vs libunwind stack trace codemoneromooo-monero1-0/+1
2017-04-10easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUGmoneromooo-monero1-2/+2
2017-04-10easylogging++: detect DragonFly BSD as a UNIXmoneromooo-monero1-1/+6
2017-04-10easylogging++: fix logging with static const header only data membersmoneromooo-monero1-1/+13
2017-04-10easylogging++: allow clipping a common filename prefixmoneromooo-monero2-4/+30
2017-04-10easylogging++: add file-only logsmoneromooo-monero2-10/+12
2017-04-10eayslogging++: Fix bad memory access before opening any filesmoneromooo-monero1-0/+1
2017-04-10easylogging++: avoid creating directory/filename for the builtin default log ↵moneromooo-monero1-0/+2
file
2017-04-10easylogging++: Print thread ID in a nicer waymoneromooo-monero1-0/+7
2017-04-10easylogging++: add categoriesmoneromooo-monero2-1/+121
2017-04-10update easylogging++ to latest upstreammoneromooo-monero8-5765/+6504
2017-04-03IOS CMAKE build settingsJaquee6-21/+42
2017-04-03add IOS CMAKE toolchainJaquee1-0/+164
2017-04-02wallet2: do not go over the target tx size if many destinationsmoneromooo-monero1-12/+12
If using a large input and many destinations, the code would generate as many outputs as it could using that input, even if it would bring the resulting tx above the max tx size.
2017-04-02simplewallet: fix cold signing of split transactionsmoneromooo-monero1-3/+9
They'd be rejected as suspicious as the change goes to more than one destination. However, split transactions will most likely include fake zero amount change to random addresses, so we only consider change with non zero amount for this.
2017-04-02simplewallet: allow setting confirm-missing-payment-id in watch walletsmoneromooo-monero1-6/+0
These can create transactions, even though they cannot sign them.
2017-04-01mlog: direct log category changes to file onlymoneromooo-monero1-4/+9
Because some people just won't even try to read what is written and freak out because the word FATAL is in here, despite the context making it clear it's not an error.
2017-04-01Add per transaction fee to transfer commandAntti Keränen2-680/+1243
Allows priority argument default/unimportant/normal/elevated/priority to be used per transaction in CLI wallet's transfer command. Resolves #1913.
2017-03-31miner: add a debug log in pause and resumemoneromooo-monero1-0/+2
2017-03-29Replace deprecated tmpnam function.Randi Joseph1-10/+16
2017-03-28Add other possible paths of AC power status file on LinuxGuillaume LE VAILLANT1-3/+5
2017-03-27readme: update min and rec versions and ND dateGingeropolous1-1/+1
update min version to 0.10.3 and rec version to 0.10.3.1 and changed the not determined as of date to todays date.
2017-03-27changed version of recommended monero versionGingeropolous1-1/+1
... to v0.10.3.1 ... and minimum Monero version to v0.10.3.0 because the hardfork code is only in v0.10.3.x , not v0.10.2.1
2017-03-27wallet cli: remove redundant password confirm in donate commandkenshi841-1/+0
2017-03-26Merge pull request #1930v0.10.3.1Riccardo Spagni1-1/+1
d1530f06 update version to 0.10.3.1 tag (Riccardo Spagni)
2017-03-26update version to 0.10.3.1 tagRiccardo Spagni1-1/+1
2017-03-26Merge pull request #1927Riccardo Spagni1-0/+6
a96f9bae core: disable tx/block hash cache (moneromooo-monero)
2017-03-26simplewallet: factor the per-variable code in set_variablemoneromooo-monero1-170/+28
2017-03-26core: disable tx/block hash cachemoneromooo-monero1-0/+6
Looks like it doesn't work on win64
2017-03-25Merge pull request #1925v0.10.3Riccardo Spagni1-1/+1
93b32892 Silence warning about possibly uninitialized pointer (Guillaume LE VAILLANT)
2017-03-25Merge pull request #1917Riccardo Spagni12-104/+102
6e679478 mnemonics: sanity checks for word lists (moneromooo-monero) e98f1114 mnemonics: misc cleanup (moneromooo-monero)
2017-03-25Silence warning about possibly uninitialized pointerGuillaume LE VAILLANT1-1/+1
2017-03-25mnemonics: sanity checks for word listsmoneromooo-monero4-6/+58
and a test to go with it Remember to run the test when changing word lists, or simplewallet will throw uncaught if that word list is used.
2017-03-25mnemonics: misc cleanupmoneromooo-monero11-100/+46
Pass relevant information to the base class instead of overwriting default values later, use objects instead of pointers to objects to avoid having to new objects unnecessarily.
2017-03-25Merge pull request #1920Riccardo Spagni4-7/+42
a50c4a4f wallet: option to merge destinations (moneromooo-monero)
2017-03-25wallet: option to merge destinationsmoneromooo-monero4-7/+42
With the change from the original transfer method to the new algorithm, payments to the same destination were merged. It seemed like a good idea, optimizing space. However, it is a useful tool for people who want to split large outputs into several smaller ones (ie, service providers making frequent payments, and who do not like a large chunk of their balance being locked for 10 blocks after each payment). Default to off, which is a change from the previous behavior.
2017-03-25Merge pull request #1924Riccardo Spagni4-31/+45
6d315459 core: avoid possible reordering bugs wth tx/bloch hash cache (moneromooo-monero)
2017-03-25Merge pull request #1921Riccardo Spagni2-2/+2
2bee92db Fixed typo in v5 hard fork finalized date (Derek Zhang) d17179d1 Fixed typo in CLI wallet help message (Derek Zhang)
2017-03-25Merge pull request #1919Riccardo Spagni4-4/+106
0ad87db0 wallet: try to save large outputs when using an unneeded second input (moneromooo-monero)
2017-03-25Merge pull request #1918Riccardo Spagni3-0/+1699
5a4827ae Add Dutch mnemonics wordlist (Roy Jacobs)
2017-03-25core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero4-31/+45
2017-03-24Fixed typo in v5 hard fork finalized dateDerek Zhang1-1/+1
2017-03-24Fixed typo in CLI wallet help messageDerek Zhang1-1/+1
2017-03-25Add Dutch mnemonics wordlistRoy Jacobs3-0/+1699
2017-03-24wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero4-4/+106
When a single input is enough to satisfy a transfer, the code would previously try to add a second input, to match the "canonical" makeup of a transaction with two inputs and two outputs. This would cause wallets to slowly merge outputs till all the monero ends up in a single output, which causes trouble when making two transactions one after the other, since change is locked for 10 blocks, and an increasing portion of the remaining balance would end up locked on each transaction. There are two new settings (min-output-count and min-output-value) which can control when to stop adding such unneeded second outputs. The idea is that small "dust" outputs will still get added, but larger ones will not. Enable with, eg: set min-output-count 10 set min-output-value 30 to avoid using an unneeded second output of 30 monero or more, if there would be less than 10 such outputs left. This does not invalidate any other reason why such outputs would be used (ie, when they're really needed to satisfy a transfer, or when randomly picked in the normal course of selection). This may be improved in the future.
2017-03-24Merge pull request #1916Riccardo Spagni1-1/+1
5a798358 blockchain: offset v5 addition date on testnet (moneromooo-monero)
2017-03-24Merge pull request #1915Riccardo Spagni5-26/+18
a8646b09 Wallet API: add hard fork info functions (Jaquee)
2017-03-24Merge pull request #1914Riccardo Spagni3-0/+1699
31616af3 Fixes #1850 - Add French mnemonics wordlist (assylias)
2017-03-24Merge pull request #1894Riccardo Spagni3-0/+93
8bbcbcfb wallet rpc: enable solo mining (stoffu)
2017-03-24blockchain: offset v5 addition date on testnetmoneromooo-monero1-1/+1
to silence the update warning, since v5 was done very early on testnet
2017-03-24Wallet API: add hard fork info functionsJaquee5-26/+18
2017-03-23Fixes #1850 - Add French mnemonics wordlistassylias3-0/+1699
2017-03-23Merge pull request #1912Riccardo Spagni1-11/+13
00cbf720 ringct: move ge_frombytes_vartime failure error to warning (moneromooo-monero)
2017-03-23Merge pull request #1911Riccardo Spagni14-85/+288
91d41090 tx_pool: ensure txes loaded from poolstate.bin have their txid cached (moneromooo-monero) aaeb164c tx_pool: remove transactions if they're in the blockchain (moneromooo-monero) 558cfc31 core, wallet: faster tx pool scanning (moneromooo-monero) f065234b core: cache tx and block hashes in the respective classes (moneromooo-monero)
2017-03-23Merge pull request #1910Riccardo Spagni1-2/+2
9bccf1b1 Transfer help (Akademik Prokhor Zakharov)
2017-03-23Merge pull request #1908Riccardo Spagni1-41/+48
c94f8fac daemon: better error reporting in commands (moneromooo-monero)
2017-03-23Merge pull request #1907Riccardo Spagni1-0/+1
287ef36e Fix freebsd build (Lee Clagett)
2017-03-23Merge pull request #1905Riccardo Spagni1-1/+1
2242d8eb tx_pool: silence use of uninitialized warning (moneromooo-monero)
2017-03-23Merge pull request #1898Riccardo Spagni1-2/+3
cc8a4788 Updated Readme.md for v5 hardfork (xmr-eric)
2017-03-23tx_pool: ensure txes loaded from poolstate.bin have their txid cachedmoneromooo-monero1-5/+6
The txid is not saved, and we want to make sure the transactions have their txid cached while in the pool, since get_transactions copies the transaction object, so any txid calculation on those copies would not benefit any later caller, since the original tx would be left without a cached txid.
2017-03-23tx_pool: remove transactions if they're in the blockchainmoneromooo-monero1-1/+9
When starting up, if the pool state was not saved, the pool might contain transactions which made it into the blockchain, so these need removing
2017-03-23core, wallet: faster tx pool scanningmoneromooo-monero8-80/+142
Includes a new RPC to get tx pool hashes fast.
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero6-2/+134
An idea from smooth
2017-03-22ringct: move ge_frombytes_vartime failure error to warningmoneromooo-monero1-11/+13
Avoids scaring people when seeing some invalid txes
2017-03-22Transfer helpAkademik Prokhor Zakharov1-2/+2
New pull request because I couldn't figure out how to change the previous one. 1. For clarity, I want to focus the help text for the 'transfer' command on the most typical use case (a single payment). 2. New users will prefer to use 'transfer', so the older method 'transfer_original' should refer to 'transfer' rather than the other way around.
2017-03-21daemon: better error reporting in commandsmoneromooo-monero1-41/+48
2017-03-21Fix freebsd buildLee Clagett1-0/+1
2017-03-21tx_pool: silence use of uninitialized warningmoneromooo-monero1-1/+1
The result is not actually used when uninitialized
2017-03-21Merge pull request #1901Riccardo Spagni1-1/+1
33f3cfde set USE_LTO_DEFAULT to false (Christoph Schnerch)
2017-03-21Merge pull request #1897Riccardo Spagni3-0/+20
44a5b038 create a foreground non-interactive mode (Noah Watkins)
2017-03-21Merge pull request #1904Riccardo Spagni2-16/+2
995969b1 wallet: fix set_log not handling 0,xxx style settings (moneromooo-monero)
2017-03-21Merge pull request #1903Riccardo Spagni2-2/+26
350e99ae wallet2: cache which pool txes were scanned already (moneromooo-monero)
2017-03-21Merge pull request #1899Riccardo Spagni2-4/+42
c1e9ccc7 wallet2: speed up transactions using remote nodes (moneromooo-monero)
2017-03-21wallet: fix set_log not handling 0,xxx style settingsmoneromooo-monero2-16/+2
2017-03-21wallet2: cache which pool txes were scanned alreadymoneromooo-monero2-2/+26
This massively speeds up the wallet updating the pool on mainnet, where the tx backlog is more than 500 txes.
2017-03-20Merge pull request #1902Riccardo Spagni3-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-20blockchain: lower the relay fee by 2%moneromooo-monero1-1/+1
This ensures we accept txes with a fee that's slightly too small, to accomodate blockchain median jitter
2017-03-20tx_pool: use new filling algorithm from v5 onlymoneromooo-monero1-20/+30
2017-03-20wallet2: start using new fee priorities at v5, not 14 days laermoneromooo-monero1-1/+1
Waiting would mean the fee used is 1x base, but the base will have suddenly dropped
2017-03-20set USE_LTO_DEFAULT to falseChristoph Schnerch1-1/+1
2017-03-20wallet2: speed up transactions using remote nodesmoneromooo-monero2-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-20Updated Readme.md for v5 hardforkxmr-eric1-2/+3
2017-03-20wallet rpc: enable solo miningstoffu3-0/+93
2017-03-19Merge pull request #1896Riccardo Spagni1-0/+17
a6f1d8fc core: call {prepare|cleanup}_handle_incoming_blocks when adding a mined block (moneromooo-monero)
2017-03-19Merge pull request #1895Riccardo Spagni1-1/+2
d3aaf740 Partial fix #1876, check thread in block_txn_start() (Howard Chu)
2017-03-19Merge pull request #1893Riccardo Spagni1-2/+2
0effe196 Revert "Increase the log level for the info about log levels" (moneromooo-monero)
2017-03-19Merge pull request #1892Riccardo Spagni1-1/+1
df810a82 wallet-rpc bugfix: get_transfer_by_txid previously checking against payment id (kenshi84)
2017-03-19Merge pull request #1890Riccardo Spagni9-33/+176
50cd179a Removed boost/asio.hpp include from epee/string_tools.h (Lee Clagett)
2017-03-19Merge pull request #1889Riccardo Spagni1-4/+6
24ae7140 wallet: increase node_rpc_proxy timeout to match wallet2 (moneromooo-monero)
2017-03-19core: call {prepare|cleanup}_handle_incoming_blocks when adding a mined blockmoneromooo-monero1-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-19Partial fix #1876, check thread in block_txn_start()Howard Chu1-1/+2
Don't allow use of existing batch txn if it's from the wrong thread
2017-03-19Revert "Increase the log level for the info about log levels"moneromooo-monero1-2/+2
We want to know which log categories are active. This reverts commit 4f7bce6d20c72a1384289f7c35b7fe0ee796ed41.
2017-03-19wallet-rpc bugfix: get_transfer_by_txid previously checking against payment idkenshi841-1/+1
2017-03-18Removed boost/asio.hpp include from epee/string_tools.hLee Clagett9-33/+176
2017-03-18wallet: increase node_rpc_proxy timeout to match wallet2moneromooo-monero1-4/+6
2017-03-18Merge pull request #1887Riccardo Spagni1-1/+1
c5316d29 update version to 0.10.3.0 (Riccardo Spagni)
2017-03-18Merge pull request #1888Riccardo Spagni1-1/+1
d5fbfd67 daemon: fix missing close parenthesis in alt_chain_info output (moneromooo-monero)
2017-03-18daemon: fix missing close parenthesis in alt_chain_info outputmoneromooo-monero1-1/+1
Reported by assylias_ on IRC
2017-03-18update version to 0.10.3.0Riccardo Spagni1-1/+1
2017-03-18Merge pull request #1886Riccardo Spagni1-5/+0
f9a2b527 simplewallet: allow setting tx priority in watch wallets (moneromooo-monero)
2017-03-18Merge pull request #1885Riccardo Spagni1-2/+14
63d7cd88 daemon: alt_chain_info now prints fork depth (moneromooo-monero)
2017-03-18Merge pull request #1884Riccardo Spagni1-0/+28
e9175cec wallet_rpc_server: make a few RPCs unavailable in restricted mode (moneromooo-monero)
2017-03-18Merge pull request #1883Riccardo Spagni5-13/+13
d0238313 use const references in catch blocks (moneromooo-monero)
2017-03-18Merge pull request #1882Riccardo Spagni4-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-18Merge pull request #1881Riccardo Spagni1-1/+7
1a666c30 simplewallet: catch case where no transactions are made (moneromooo-monero)
2017-03-18Merge pull request #1880Riccardo Spagni1-1/+1
8d787e24 bump version number (Riccardo Spagni)
2017-03-18Merge pull request #1879Riccardo Spagni2-27/+64
c1c9eeaa p2p: use the fallback seed IPs when not enough seeds are found (moneromooo-monero)
2017-03-18Merge pull request #1875Riccardo Spagni1-1/+1
b46620b0 Added hint to adjust jail configuration to readme for FreeBSD (S)
2017-03-18Merge pull request #1874Riccardo Spagni5-9/+15
250c4cb3 wallet-rpc: enable openalias (stoffu)
2017-03-18simplewallet: allow setting tx priority in watch walletsmoneromooo-monero1-5/+0
Those can create unsigned transactions
2017-03-18daemon: alt_chain_info now prints fork depthmoneromooo-monero1-2/+14
2017-03-18wallet_rpc_server: make a few RPCs unavailable in restricted modemoneromooo-monero1-0/+28
Address book modification, setting tx nodes, importing key images
2017-03-18use const references in catch blocksmoneromooo-monero5-13/+13
2017-03-18wallet2: call is_key_image_spent in blocks in rescan_spentmoneromooo-monero1-21/+24
This is a potentially long lasting daemon RPC call
2017-03-18wallet_rpc_server: add a rescan_spent RPCmoneromooo-monero3-0/+39
2017-03-18simplewallet: catch case where no transactions are mademoneromooo-monero1-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-18p2p: use the fallback seed IPs when not enough seeds are foundmoneromooo-monero2-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-17bump version numberRiccardo Spagni1-1/+1
2017-03-17Added hint to adjust jail configuration to readme for FreeBSDS1-1/+1
2017-03-17wallet-rpc: enable openaliasstoffu5-9/+15
2017-03-15Merge pull request #1869Riccardo Spagni10-76/+112
3396a9f2 Add intervening v5 fork for increased min block size (moneromooo-monero)
2017-03-15Merge pull request #1868Riccardo Spagni1-5/+5
585c9176 Specify "524,288" iterations instead of "500,000" (darentuzi)
2017-03-15Merge pull request #1867Riccardo Spagni1-1/+10
b54e19d0 protocol: fix wrong tx being looked up from fluffy block (moneromooo-monero)
2017-03-15Merge pull request #1861Riccardo Spagni1-0/+19
badec326 Adds a config file option to the wallet (Arne Brutschy)
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero10-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-14Specify "524,288" iterations instead of "500,000"darentuzi1-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-13protocol: fix wrong tx being looked up from fluffy blockmoneromooo-monero1-1/+10
Found by smooth
2017-03-13Merge pull request #1864Riccardo Spagni1-1/+1
74b216a1 core: don't try to re-relay an empty set of pool transactions (moneromooo-monero)
2017-03-13Merge pull request #1863Riccardo Spagni1-1/+1
09e060fe protocol: fix fluffy to normal block dropping txes (moneromooo-monero)
2017-03-12Adds a config file option to the walletArne Brutschy1-0/+19
2017-03-12core: don't try to re-relay an empty set of pool transactionsmoneromooo-monero1-1/+1
2017-03-12protocol: fix fluffy to normal block dropping txesmoneromooo-monero1-1/+1
2017-03-10Merge pull request #1857Riccardo Spagni1-6/+7
efc4c7b0 Separated dependency installation, git clone and build commands to reduce repeated work on failure (adot23)
2017-03-10Merge pull request #1856Riccardo Spagni1-6/+4
5d062e47 Improved wording in hard fork schedule section (Gingeropolous)
2017-03-10Merge pull request #1853Riccardo Spagni8-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-10fix dependency: put HardFork back to cryptonote_basic, made some ↵kenshi848-10/+10
BlockchainDB functions virtual again to avoid missing symbols error
2017-03-09Separated dependency installation, git clone and build commands to reduce ↵adot231-6/+7
repeated work on failure
2017-03-08Improved wording in hard fork schedule sectionGingeropolous1-6/+4
changed hard forking to hard fork and fixed data format
2017-03-08Merge pull request #1852Riccardo Spagni1-2/+2
088930fa Problem: misleading information about LMDB storage (Gareth)
2017-03-08Problem: misleading information about LMDB storageGareth1-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-07Merge pull request #1840Riccardo Spagni1-2/+2
94c26b00 Update README.md (Gingeropolous) 4a76ec89 update Readme.md (Gingeropolous) 74bc86a2 updated reccommended Monero version in Readme (Gingeropolous)
2017-03-06Update README.mdGingeropolous1-1/+1
There we go. Problem solved.
2017-03-06update Readme.mdGingeropolous1-1/+1
I think this does what was wanted... we still want a minimum version, right?
2017-03-06Merge pull request #1841Riccardo Spagni6-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-06Merge pull request #1848Riccardo Spagni3-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-06Merge pull request #1846Riccardo Spagni3-6/+7
4b48565c wallet: add password command (moneromooo-monero)
2017-03-05blockchain: don't try to load an empty block hash setmoneromooo-monero1-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-05blockchain_import: make --log-level understand categoriesmoneromooo-monero1-3/+6
2017-03-05blockchain_export: make --log-level understand categoriesmoneromooo-monero1-4/+6
2017-03-05blockchain_import: error out nicely on exceptionsmoneromooo-monero1-0/+4
2017-03-05blockchain_export: error out nicely on exceptionsmoneromooo-monero1-0/+5
2017-03-05rpc: fix BUILD_TAG mispelling (BUILDTAG)moneromooo-monero1-2/+2
This ensures a manual or RPC update tries the right build tag, rather than source, which is currently not setup
2017-03-05core: print the "new update found" message in cyan, for visibilitymoneromooo-monero1-2/+2
2017-03-05download: check available disk space before downloadingmoneromooo-monero1-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-05download: give download threads distinct namesmoneromooo-monero1-0/+5
2017-03-05core: make update download cancellablemoneromooo-monero2-17/+55
2017-03-05download: async APImoneromooo-monero2-26/+153
2017-03-05Merge pull request #1845Riccardo Spagni1-22/+35
f7547781 unit_tests: fix fee tests after quantization change (moneromooo-monero)
2017-03-05http_client: allow cancelling a downloadmoneromooo-monero1-2/+10
2017-03-05http_client: allow derived class to get headers at startmoneromooo-monero1-0/+11
2017-03-05Merge pull request #1844Riccardo Spagni1-2/+2
d18ff58a format_utils: fix typo in assert message (lethos3)
2017-03-05Merge pull request #1843Riccardo Spagni2-4/+4
3964b30f Add dependency for blocksdat.o (Howard Chu)
2017-03-05Merge pull request #1842Riccardo Spagni1-3/+13
223fe5bb wallet: fix get_tranfers with multiple incoming txes with same pid (moneromooo-monero)
2017-03-05Merge pull request #1839Riccardo Spagni1-1/+1
c7dd0b15 Revert "wallet: fix insertion of pool transactions" (moneromooo-monero)
2017-03-05wallet: add password commandmoneromooo-monero3-6/+7
Also tweak wallet2 password code to verify password without saying it's a new wallet, because it's assuming things.
2017-03-04unit_tests: fix fee tests after quantization changemoneromooo-monero1-22/+35
2017-03-05format_utils: fix typo in assert messagelethos31-2/+2
Fix two small typos as mentioned by reddit user nthterm.
2017-03-04Add dependency for blocksdat.oHoward Chu2-4/+4
To make sure it gets regenerated whenever checkpoints.dat changes Likewise for blocks.o and testnet_blocks.o
2017-03-04wallet: fix get_tranfers with multiple incoming txes with same pidmoneromooo-monero1-3/+13
2017-03-04Merge pull request #1837Riccardo Spagni2-1/+20
31533493 core: quantize per kB fee to 8 decimals (moneromooo-monero)
2017-03-04Merge pull request #1836Riccardo Spagni1-2/+8
cd71774d tx_pool: log separately "not ready" and "double spend" cases (moneromooo-monero)
2017-03-04Merge pull request #1834Riccardo Spagni1-8/+10
e4437b25 Fix double-import (Howard Chu)
2017-03-04updated reccommended Monero version in ReadmeGingeropolous1-2/+2
2017-03-04Revert "wallet: fix insertion of pool transactions"moneromooo-monero1-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-03core: quantize per kB fee to 8 decimalsmoneromooo-monero2-1/+20
2017-03-03tx_pool: log separately "not ready" and "double spend" casesmoneromooo-monero1-2/+8
2017-03-03Fix double-importHoward Chu1-8/+10
Incomplete ifdef cleanup in 9e82b694da120708652871b55f639d1ef306a7ec
2017-03-03Merge pull request #1832Riccardo Spagni3-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-03Remove redundant num_txs() methodHoward Chu2-18/+4
Cleanup of bf1348b7e2b2c72a6d40b23567afaa46b53e6cb7
2017-03-03Fix #1824 don't end batch that we didn't startHoward Chu1-2/+3
2017-03-03Merge pull request #1831Riccardo Spagni2-8/+8
9ae33b51 wallet api: fix parameters in wallet2callbackImpl (Jaquee) 1cf2f5a5 use txid in wallet2::process_new_transaction() (Jaquee)
2017-03-03wallet api: fix parameters in wallet2callbackImplJaquee1-7/+7
2017-03-03use txid in wallet2::process_new_transaction()Jaquee1-1/+1
2017-03-03Merge pull request #1827Riccardo Spagni3-3/+5
db1c7d80 wallet api: add missing mining options (Jaquee)
2017-03-03Merge pull request #1826Riccardo Spagni6-10/+123
2c468dd4 allow user I/O in millinero, micronero, nanonero, piconero (moneromooo-monero)
2017-03-03Merge pull request #1823Riccardo Spagni1-1/+1
d47dac9a wallet: fix insertion of pool transactions (moneromooo-monero)
2017-03-03Merge pull request #1820Riccardo Spagni12-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-03Merge pull request #1687Riccardo Spagni2-6/+10
1a7e18bf Make gray peer selection uniform (Miguel Herranz) f3be9991 Make get_random_gray_peer distribution uniform (Miguel Herranz)