aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-30Merge pull request #2016Riccardo Spagni1-2/+2
d1db3251 Fix overlooked renaming of Português in the unit tests (Nano Akron)
2017-05-30Merge pull request #1982Riccardo Spagni17-289/+847
b52abd13 Move txpool to the database (moneromooo-monero)
2017-05-25Move txpool to the databasemoneromooo-monero17-289/+847
Integration could go further (ie, return_tx_to_pool calls should not be needed anymore, possibly other things). poolstate.bin is now obsolete.
2017-05-07Fix overlooked renaming of Português in the unit testsNano Akron1-2/+2
2017-05-06Merge pull request #2015Riccardo Spagni1-0/+11
b7ae0911 GUI: easylogging++ install target (Jaquee)
2017-05-06GUI: easylogging++ install targetJaquee1-0/+11
2017-05-05Merge pull request #2012Riccardo Spagni3-5/+41
bbf4c210 Wallet API: add spend/view key getters (Jaquee)
2017-05-05Merge pull request #2009Riccardo Spagni1-8/+8
777684e0 Update README.md instructions for Boost 1.64 and a little bit of formatting (Nano Akron)
2017-05-05Merge pull request #2008Riccardo Spagni1-0/+6
6f12b525 Note that this build is community contributed. (Martin Wimpress) 1ff5b5f1 Add snap install instructions (Martin Wimpress)
2017-05-05Merge pull request #2006Riccardo Spagni3-726/+2
7199fc83 Removed some unused epee functions (Lee Clagett)
2017-05-05Merge pull request #2004Riccardo Spagni1-1/+1
5f9353bd Linking i18n internationalization file (Jkat)
2017-05-05Merge pull request #2002Riccardo Spagni14-43/+43
12fff108 Change Old_English to English_Old - 'Old English' is actually a language (Nano Akron) 533187f0 Change all wallet language names into native names (and scripts) (Nano Akron)
2017-05-05Merge pull request #2000Riccardo Spagni1-1/+5
710b2e80 Silence clang++ warnings (Howard Chu)
2017-05-05Merge pull request #1701Riccardo Spagni6-18/+208
8277e67f Add anchor connections (Miguel Herranz)
2017-05-05Merge pull request #1997Riccardo Spagni1-0/+1
5d86c9f4 easylogging++: default to creating categories by default (moneromooo-monero)
2017-05-05Merge pull request #1995Riccardo Spagni2-0/+147
66ecee09 Docs: add VRP link to README (anonimal) 1a66db8f Docs: add Vulnerability Response Process (anonimal)
2017-05-05Merge pull request #1986Riccardo Spagni7-10/+39
6df83b3e wallet: add sweep_below function (moneromooo-monero)
2017-05-02Wallet API: add spend/view key gettersJaquee3-5/+41
2017-04-28Note that this build is community contributed.Martin Wimpress1-1/+3
As requested this pull request add a note that this snap is community contributed. It also adds some more explanation of what a snap is.
2017-04-27Update README.md instructions for Boost 1.64 and a little bit of formattingNano Akron1-8/+8
2017-04-27Add snap install instructionsMartin Wimpress1-0/+4
Monero is now published in the Snap store, this pull request add instructions for installing the snap.
2017-04-25Removed some unused epee functionsLee Clagett3-726/+2
2017-04-25Linking i18n internationalization fileJkat1-1/+1
2017-04-24Docs: add VRP link to READMEanonimal1-0/+4
2017-04-24Docs: add Vulnerability Response Processanonimal1-0/+143
2017-04-24Change Old_English to English_Old - 'Old English' is actually a languageNano Akron5-11/+11
2017-04-24wallet: add sweep_below functionmoneromooo-monero7-10/+39
It sweeps all outputs below the given threshold This is available via the existing sweep_all RPC, by setting amount_threshold the desired amount (in atomic units)
2017-04-24Change all wallet language names into native names (and scripts)Nano Akron10-32/+32
2017-04-24Merge pull request #1996Riccardo Spagni1-3/+3
a6d5bb75 wallet2: refer to triangular distribution for recent zone in comment (moneromooo-monero) ac1aba90 wallet2: bias fake outs more towards recent outputs (moneromooo-monero)
2017-04-24Merge pull request #1989Riccardo Spagni1-1/+1
7f4beaa4 wallet2: fix removal of wrong txes from unconfirmed_payments (moneromooo-monero)
2017-04-24Merge pull request #1984Riccardo Spagni2-8/+23
a255a540 simplewallet: allow multiline seed (moneromooo-monero) 5fce581c mnemonics: ignore multiple whitespace between words (moneromooo-monero)
2017-04-24Merge pull request #1983Riccardo Spagni7-29/+1812
72d113dd Amended software licenses for Portuguese and Spanish (Nano Akron) 54bcd260 Added Simplified Chinese electrum word list (Nano Akron)
2017-04-24Merge pull request #1976Riccardo Spagni1-3/+5
a7d78dda wallet2: fix --generate-from-json in RPC mode (moneromooo-monero)
2017-04-24Merge pull request #1973Riccardo Spagni1-16/+6
e9fb44ed wallet cli: removed some inappropriate return-false (kenshi84)
2017-04-24Merge pull request #1972Riccardo Spagni1-47/+48
934d8b57 changed kenshi84's GPG key (kenshi84)
2017-04-24Merge pull request #1968Riccardo Spagni5-29/+28
5e5b8512 Fix obsolete OpenSSL API usage (hyc) 6c72d6a0 Fix Android recognition (hyc) e65d66fe Fix ARM64 identification (hyc) a4673218 Clean up ARMv8-a aes_expand_key() (hyc) a3d77901 Fix block_longhash_worker thread (hyc)
2017-04-24Merge pull request #1967Riccardo Spagni1-2/+1
6e985996 Easylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOG (MoroccanMalinois)
2017-04-24Merge pull request #1966Riccardo Spagni1-1/+1
7ff19f1e Easylogging: remove invalid static in function member definition (MoroccanMalinois)
2017-04-24Merge pull request #1965Riccardo Spagni1-1/+1
35755a91 Spelling mistake in About this project paragraph (Andrei Muresan)
2017-04-24Merge pull request #1962Riccardo Spagni2-14/+18
aa02ff7f mv "Contributing" above install, compile, etc (Mike C) a55bb375 Add link to CONTRIBUTING to README.md (Mike C) 09bbf96d Grouping CONTRIBUTING into digestable sections (Mike C) dc35c736 Rename CONTRIBUTING to CONTRIBUTING.md (Mike C)
2017-04-24Merge pull request #1961Riccardo Spagni1-8/+20
89d70756 wallet2: fix spurious output splitting when not merging destinations (moneromooo-monero)
2017-04-24Merge pull request #1959Riccardo Spagni1-1/+1
10e137be wallet2: mention escaping/quoting --password in help string (moneromooo-monero)
2017-04-24Merge pull request #1954Riccardo Spagni6-97/+407
110b6831 Resolve #92 add ability to create wallets thru RPC (Howard Chu)
2017-04-24Merge pull request #1938Riccardo Spagni10-12/+19
bff90264 Add expected total reward to RPC "getblocktemplate". Only works from V5 fork onward - returns 0 before that block. (assylias)
2017-04-24Merge pull request #1816Riccardo Spagni14-76/+728
93e10f1c Simplified the implementation and features of span (Lee Clagett) 4a8f96f9 Improvements for epee binary to hex functions: (Lee Clagett)
2017-04-23Silence clang++ warningsHoward Chu1-1/+5
Using defined(foo) in a macro expansion is undefined.
2017-04-22easylogging++: default to creating categories by defaultmoneromooo-monero1-0/+1
This avoids error spews from easylogging++ when we try to log something before easylogging is initialized, which can happen when errors happen at command line parsing time
2017-04-22wallet2: refer to triangular distribution for recent zone in commentmoneromooo-monero1-1/+1
It was wrongly refering to equiprobable distribution, which I think I'd originally done, but forgot to update the comment after changing to triangular Reported by smooth on IRC
2017-04-22wallet2: bias fake outs more towards recent outputsmoneromooo-monero1-2/+2
Two recent papers quantified the real usage bias for the real output in a ring being the true one, and shows that the current biasing is much too weak. While we wait for a better solution, we increase the ratio of recent-to-total fake outputs, as well as decrease the time window for recent outputs, so that half the fake outs are selected within the last 1.8 day. Value plucked from figure 10, page 11 of An Empirical Analysis of Linkability in the Monero Blockchain, 2017, Miller et al. This is also arbitrary, of course, but serves as a stopgap till a better selection algorithm is chosen.
2017-04-19Add expected total reward to RPC "getblocktemplate".assylias10-12/+19
Only works from V5 fork onward - returns 0 before that block.
2017-04-17wallet2: fix removal of wrong txes from unconfirmed_paymentsmoneromooo-monero1-1/+1
unconfirmed_payments changed from having the txid as key to the payment id, and this was not changed to match.
2017-04-16Amended software licenses for Portuguese and SpanishNano Akron3-28/+92
2017-04-16Added Simplified Chinese electrum word listNano Akron4-1/+1720
2017-04-16simplewallet: allow multiline seedmoneromooo-monero1-7/+22
People are likely to enter it in three lines as it is how it is displayed at creation time
2017-04-16mnemonics: ignore multiple whitespace between wordsmoneromooo-monero1-1/+1
2017-04-14wallet2: fix --generate-from-json in RPC modemoneromooo-monero1-3/+5
The daemon address was initialized too late
2017-04-12Easylogging: remove invalid static in function member definitionMoroccanMalinois1-1/+1
2017-04-12Fix obsolete OpenSSL API usagehyc1-0/+4
EVP_dss1() was deprecated and EVP_sha1() is the direct replacement. Upstream libunbound already has this patch. Note that I haven't added a test for HAVE_EVP_DSS1 since that was deprecated quite a long time ago in OpenSSL, there's really no reason to support it.
2017-04-12Fix Android recognitionhyc1-3/+3
The official macro is __ANDROID__; ANDROID may or may not be defined.
2017-04-12Fix ARM64 identificationhyc1-1/+2
The actual arch flag the compiler recognizes is "armv8-a". This is true for both gcc and clang.
2017-04-12Clean up ARMv8-a aes_expand_key()hyc1-24/+16
The inline asm was lying about its parameters
2017-04-12Fix block_longhash_worker threadhyc1-1/+3
Wasn't getting its stack size initialized; crashes on Android with a default stack size of 1MB.
2017-04-12Easylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOGMoroccanMalinois1-2/+1
2017-04-12changed kenshi84's GPG keykenshi841-47/+48
2017-04-12wallet cli: removed some inappropriate return-falsekenshi841-16/+6
2017-04-11Simplified the implementation and features of spanLee Clagett7-208/+169
2017-04-11Improvements for epee binary to hex functions:Lee Clagett14-76/+767
- Performance improvements - Added `span` for zero-copy pointer+length arguments - Added `std::ostream` overload for direct writing to output buffers - Removal of unused `string_tools::buff_to_hex`
2017-04-11Spelling mistake in About this project paragraphAndrei Muresan1-1/+1
I corrected a spelling mistake in the About this project paragraph.
2017-04-11Resolve #92 add ability to create wallets thru RPCHoward Chu6-97/+407
Reviewed and squashed. Open/Create is only allowed if no walletfile was specified at startup.
2017-04-11Merge pull request #1956Riccardo Spagni2-2/+4
eb20f720 daemon: print average fee per byte in print_pool_stats (moneromooo-monero) 37be70bb daemon: add fee/byte when print pool transaction info (moneromooo-monero) 893f5a30 tx_pool: add blob size and fee/byte when logging a new tx (moneromooo-monero)
2017-04-11Merge pull request #1955Riccardo Spagni2-7/+1
5b632468 core: fix blob size cache, and reenable hash and blob size caches (moneromooo-monero)
2017-04-11Merge pull request #1952Riccardo Spagni8-1/+122
548075b1 daemon: new relay_tx command and RPC (moneromooo-monero)
2017-04-11Merge pull request #1951Riccardo Spagni1-4/+10
0a7885bf Wallet API: fix Cold signing split tx (Jaquee)
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-09mv "Contributing" above install, compile, etcMike C1-4/+4
The section on contributing to the Monero project is buried deep below lots of other information in the main README. This PR moves that section (which is very small since it links to a different document) up to an easier to locate place just below License information.
2017-04-09Add link to CONTRIBUTING to README.mdMike C1-1/+1
2017-04-09Grouping CONTRIBUTING into digestable sectionsMike C1-10/+14
The current document is very much a wall of text. This commit begins to re-structure that information into logical groups.
2017-04-09Rename CONTRIBUTING to CONTRIBUTING.mdMike C1-0/+0
Renaming document allows a CONTRIBUTING guide to be better formatted and therefore more accessible.
2017-04-08wallet2: fix spurious output splitting when not merging destinationsmoneromooo-monero1-8/+20
2017-04-06wallet2: mention escaping/quoting --password in help stringmoneromooo-monero1-1/+1
2017-04-04daemon: print average fee per byte in print_pool_statsmoneromooo-monero1-1/+1
2017-04-04daemon: add fee/byte when print pool transaction infomoneromooo-monero1-0/+2
2017-04-04tx_pool: add blob size and fee/byte when logging a new txmoneromooo-monero1-1/+1
2017-04-03core: fix blob size cache, and reenable hash and blob size cachesmoneromooo-monero2-7/+1
2017-04-03IOS CMAKE build settingsJaquee6-21/+42
2017-04-03add IOS CMAKE toolchainJaquee1-0/+164
2017-04-02Wallet API: fix Cold signing split txJaquee1-4/+10
2017-04-02daemon: new relay_tx command and RPCmoneromooo-monero8-1/+122
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)