aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-03blockchain: remove a few unused variablesmoneromooo-monero2-14/+4
2017-07-19Merge pull request #2159Riccardo Spagni4-18/+76
6955976b Add various readline related fixes (Jethro Grassie)
2017-07-19Merge pull request #2157Riccardo Spagni1-0/+1
6a23cd07 Add notification on stop (Jethro Grassie)
2017-07-19Merge pull request #2173Riccardo Spagni1-1/+1
a02d7458 mlog: make MONERO_LOGS env var understand N,logs type spec (moneromooo-monero)
2017-07-19Merge pull request #2170Riccardo Spagni1-5/+4
c3bb6bec daemon: fix status in command line mode if using restricted rpc (moneromooo-monero)
2017-07-19Merge pull request #2169Riccardo Spagni1-2/+2
f5f985c0 miner: fix background mining options parsing (moneromooo-monero)
2017-07-19Merge pull request #2166Riccardo Spagni1-3/+11
33d17c37 Don't hardcode /tmp (Howard Chu)
2017-07-19Merge pull request #2165Riccardo Spagni1-1/+1
8db68a57 Fix #2164 histogram output (Howard Chu)
2017-07-19Merge pull request #2154Riccardo Spagni1-2/+2
97069380 mlog: add msgwriter:INFO to log 0 and 1 defaults (moneromooo-monero)
2017-07-19Merge pull request #2142Riccardo Spagni2-0/+3
02d66db4 tx_pool: initialize padding in txpool meta structure (moneromooo-monero) 0722aea3 cryptonote_core: initialize checkpoint flag (moneromooo-monero)
2017-07-19Merge pull request #2140Riccardo Spagni0-0/+0
d765cd91 epee: Remove unused variable (Erik de Castro Lopo)
2017-07-19Merge pull request #2135Riccardo Spagni1-0/+2
5cea3552 simplewallet: lock idle scope when sweeping (moneromooo-monero)
2017-07-19Merge pull request #2131Riccardo Spagni1-3/+3
a04faf56 abstract_tcp_server2: guard against accessing lock on a destroyed object (moneromooo-monero)
2017-07-15mlog: make MONERO_LOGS env var understand N,logs type specmoneromooo-monero1-1/+1
2017-07-13daemon: fix status in command line mode if using restricted rpcmoneromooo-monero1-5/+4
2017-07-12miner: fix background mining options parsingmoneromooo-monero1-2/+2
They were set as uint8_t, which boost was apparently treating as a character type, rather than a numeric type
2017-07-11Don't hardcode /tmpHoward Chu1-3/+11
2017-07-10Fix #2164 histogram outputHoward Chu1-1/+1
When there are more than 50txs, the timestamp for the last bin was printed incorrectly. Subtracting "now" was omitted by mistake in 3fc22e7b78ab1dd409de4f3e8f5bff27be19735b
2017-07-09Add various readline related fixesJethro Grassie4-18/+76
- Add missing unbind key - Fix colored messages - Add command completion - Preserve last command input - Fix cursor position issues - Fix trailing whitespace in commands - Synchronize set_prompt
2017-07-07Add notification on stopJethro Grassie1-0/+1
2017-07-06mlog: add msgwriter:INFO to log 0 and 1 defaultsmoneromooo-monero1-2/+2
This ensures command output gets logged by default
2017-07-03Merge pull request #2130Riccardo Spagni1-15/+20
a0d2c745 Fix issue #2119 SEGV (Howard Chu)
2017-07-03Merge pull request #2127Riccardo Spagni1-1/+9
44bfe604 enable monero build on ppc64le architecture (Roberto Oliveira)
2017-07-03Merge pull request #2125Riccardo Spagni2-3/+3
f98bf48b Minor cleanup: tab vs. space + logs messages (binaryFate)
2017-07-03Merge pull request #2124Riccardo Spagni2-21/+17
3b599d2b wallet2: get current height from the daemon on creation (moneromooo-monero) d3bb72ff wallet2: fix infinite loop on future refresh height (moneromooo-monero) 32754784 wallet: fix refresh_from_height setting on new wallet (moneromooo-monero)
2017-07-03Merge pull request #2123Riccardo Spagni1-22/+21
eb71ebbe Formatting README.i18n.md as Markdown. (Jonathan Cross)
2017-07-03Merge pull request #2122Riccardo Spagni1-1/+0
a282c575 Fix #2071: remove declaration of unused variable "it" in epee (binaryFate)
2017-07-03Merge pull request #2121Riccardo Spagni2-0/+9
5a09d79c Fix #2120: return per-tx amount in transfer_split RPC call. (binaryFate)
2017-07-03Merge pull request #2116Riccardo Spagni20-0/+710
841231e5 Add fuzz testing using american fuzzy lop (moneromooo-monero)
2017-07-03Merge pull request #2114Riccardo Spagni1-1/+1
b592cb3f Fix on_transfer RPC incorrect logging info (Mike C)
2017-07-03Merge pull request #2112Riccardo Spagni2-5/+31
76043b17 monero-wallet-cli: hang on exit in readline code (#2117) (moneromooo-monero) a73a42a6 monero-wallet-cli: hang on exit in readline code (#2117) (moneromooo-monero) be9d4f04 Fix multiline wallet cli output with readline (Jethro Grassie)
2017-07-03Merge pull request #2110Riccardo Spagni3-606/+3337
7d2c89b6 Add french translation (Guillaume LE VAILLANT) 3255887f simplewallet: typo fixes (Guillaume LE VAILLANT)
2017-07-03Merge pull request #2107Riccardo Spagni1-3/+2
bdab3436 Fix mismatch of parameter name between header file and implementation for set_user_options() (Julien Klepatch)
2017-07-03Merge pull request #2106Riccardo Spagni2-3/+4
bb708ab8 electrum-words: fix seed mistakenly thought to be old style (moneromooo-monero)
2017-07-03Merge pull request #2098Riccardo Spagni2-3/+10
fdccf7e6 Add readline improvements (Jethro Grassie)
2017-07-03Merge pull request #2128Riccardo Spagni6-26/+17
8f96cfc2 Remove typeid use in network_address (moneromooo-monero)
2017-07-02tx_pool: initialize padding in txpool meta structuremoneromooo-monero1-0/+2
2017-07-02cryptonote_core: initialize checkpoint flagmoneromooo-monero1-0/+1
2017-07-02epee: Remove unused variableErik de Castro Lopo1-1/+0
2017-07-01Fix issue #2119 SEGVHoward Chu1-15/+20
Due to bad refactoring in PR #2073. timeout_handler() doesn't work as a virtual function.
2017-06-30simplewallet: lock idle scope when sweepingmoneromooo-monero1-0/+2
This ensures the chain and related structures can't change while we're using them
2017-06-28monero-wallet-cli: hang on exit in readline code (#2117)moneromooo-monero1-3/+2
readline_buffer: move a local to local scope Also limit the select fd limit to what we use Signed-off-by: Jethro Grassie <jtg@xtrabass.com>
2017-06-28monero-wallet-cli: hang on exit in readline code (#2117)moneromooo-monero1-2/+10
readline_buffer: fix start/stop threads being starved by process process could run for quite some time re-acquiring the process lock, leaving start/stop starving. Yielding after unlock in process is much better but doesn't seem to be enough to reliably yield, so we sleep for a millisecond, which should be transparent for user input anyway. Signed-off-by: Jethro Grassie <jtg@xtrabass.com>
2017-06-28abstract_tcp_server2: guard against accessing lock on a destroyed objectmoneromooo-monero1-3/+3
2017-06-28Remove typeid use in network_addressmoneromooo-monero6-26/+17
Since I had to add an ID to the derived classes anyway, this can be used instead. This removes an apparently pointless warning from CLANG too.
2017-06-27enable monero build on ppc64le architectureRoberto Oliveira1-1/+9
Fix wrong flags for ppc64le: -maes - not avaiable -march - changed by -mcpu that does the same for powerpc
2017-06-26Fix #2071: remove declaration of unused variable "it" in epeebinaryFate1-1/+0
2017-06-26Minor cleanup: tab vs. space + logs messagesbinaryFate2-4/+4
2017-06-26Fix #2120: return per-tx amount in transfer_split RPC call.binaryFate2-0/+9
2017-06-26wallet2: get current height from the daemon on creationmoneromooo-monero1-5/+14
Use current time to estimate current height only if the daemon cannot be queried.
2017-06-26wallet2: fix infinite loop on future refresh heightmoneromooo-monero1-1/+1
If the refresh height is in the future, the current code will loop till the actual height reaches this. Fix it by bailing out if we receive only three hashes, which is what we set in the call parameters.
2017-06-26wallet: fix refresh_from_height setting on new walletmoneromooo-monero2-15/+2
The previous patch was based on a wrong premise (that the daemon height was 0 because the daemon calling code wasn't yet initialized). In fact, current height approximation was not setup for testnet. Fix this.
2017-06-26Formatting README.i18n.md as Markdown.Jonathan Cross1-22/+21
2017-06-25Fix multiline wallet cli output with readlineJethro Grassie2-1/+20
monero-wallet-cli commands which have multine output sometimes causes issues with the readline support. This patch fixes show_transfers, payments and incoming_transfers.
2017-06-24Add fuzz testing using american fuzzy lopmoneromooo-monero20-0/+710
Existing tests: block, transaction, signature, cold outputs, cold transaction. Data for these is in tests/data/fuzz. A convenience shell script is in contrib/fuzz_testing/fuzz.sh, eg: contrib/fuzz_testing/fuzz.sh signature The fuzzer will run indefinitely, ^C to stop. Fuzzing is currently supported for GCC only. I can't get CLANG to build Monero here as it dies on some system headers, so if someone wants to make it work on both, that'd be great. In particular, the __AFL_LOOP construct should be made to work so that a given run can fuzz multiple inputs, as the C++ load time is substantial.
2017-06-24Add readline improvementsJethro Grassie2-3/+10
Color prompt now working and no reprompting on exit command.
2017-06-24Merge pull request #2111Riccardo Spagni1-1/+1
8261ba69 readline_buffer: fix busy wait (moneromooo-monero)
2017-06-24Merge pull request #2103Riccardo Spagni2-4/+4
21b939e1 readline: fix invalid memory access (moneromooo-monero) 5f8f2905 readline_buffer: add a couple const (moneromooo-monero)
2017-06-24Merge pull request #2095Riccardo Spagni2-64/+68
f4e3dca1 unit_tests: fix build failures after network_address changes (moneromooo-monero)
2017-06-24Merge pull request #2091Riccardo Spagni1-2/+2
e4da88a2 Fixed typo in rpc/core_rpc_server.cpp (Julien Klepatch)
2017-06-24Merge pull request #2089Riccardo Spagni241-11756/+33043
a85b5759 Upgrade unbound library (Erik de Castro Lopo)
2017-06-24Merge pull request #2073Riccardo Spagni3-11/+55
07c4276c Don't issue a new timedsync while one is already in progress (Howard Chu) cf3a376c Don't timeout a slow operation that's making progress (Howard Chu) 340830de Fix PR#2039 (Howard Chu)
2017-06-24Merge pull request #2069Riccardo Spagni2-1/+1
11de4d59 Converting README.i18n to Markdown (Jonathan Cross)
2017-06-24Merge pull request #1992Riccardo Spagni4-26/+389
d5f1cef7 simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key() (stoffu) 8df918f8 simplewallet: replace assert(m_wallet) with error out (stoffu) 8da82256 crypto: moved boost::lock_guard into a smaller scope (stoffu) c9e0e944 Signature proving payment to destination by only revealing key derivation, not the actual tx secret key (stoffu)
2017-06-23Fix on_transfer RPC incorrect logging infoMike C1-1/+1
2017-06-23readline_buffer: fix busy waitmoneromooo-monero1-1/+1
It'd eat up a core constantly, due to spending its time jumping back and forth between userland and kernel. We now wait for up to a millisecond in kernel, which will be transparent to the user and drop to idle most of the time.
2017-06-23Add french translationGuillaume LE VAILLANT2-602/+3333
2017-06-23simplewallet: typo fixesGuillaume LE VAILLANT1-4/+4
2017-06-23Fix mismatch of parameter name between header file and implementation for ↵Julien Klepatch1-3/+2
set_user_options()
2017-06-22electrum-words: fix seed mistakenly thought to be old stylemoneromooo-monero2-3/+4
It'd see "empty" words due to extraneous spaces
2017-06-22simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key()stoffu1-2/+0
2017-06-22simplewallet: replace assert(m_wallet) with error outstoffu1-5/+25
2017-06-22crypto: moved boost::lock_guard into a smaller scopestoffu1-4/+5
2017-06-22Signature proving payment to destination by only revealing key derivation, ↵stoffu4-15/+359
not the actual tx secret key
2017-06-21Merge pull request #2094Riccardo Spagni1-1/+1
007937e2 net_utils_base: added missing template keyword (kenshi84)
2017-06-21readline: fix invalid memory accessmoneromooo-monero1-1/+1
m_cout_buf was not initialized
2017-06-21readline_buffer: add a couple constmoneromooo-monero2-3/+3
2017-06-19unit_tests: fix build failures after network_address changesmoneromooo-monero2-64/+68
2017-06-19net_utils_base: added missing template keywordkenshi841-1/+1
2017-06-18Merge pull request #2087Riccardo Spagni1-1/+1
4e13ab30 wallet_api: fix missing transaction parameter in callback (moneromooo-monero)
2017-06-18Merge pull request #2082Riccardo Spagni7-5/+31
235df7f4 blockchain_db: add a txpool tx getter which returns existence (moneromooo-monero)
2017-06-18Merge pull request #2081Riccardo Spagni2-0/+15
b2319a03 simplewallet: new command to generate a random payment id (moneromooo-monero)
2017-06-18Merge pull request #2079Riccardo Spagni1-0/+1
c3bec61d core_tests: fix tests failing due to new txpool code requitring batch transactions (moneromooo-monero)
2017-06-18Merge pull request #2078Riccardo Spagni1-16/+13
1dd52415 Fix #1991 asm multiply again (Howard Chu)
2017-06-18Merge pull request #2076Riccardo Spagni1-0/+9
ac0714dc add simplewallet --generate-new-wallet arg checks (Michael Shick)
2017-06-18Merge pull request #2074Riccardo Spagni8-1/+376
e1f3dfcc Add readline support to cli (jethro)
2017-06-18Merge pull request #2070Riccardo Spagni3-2/+17
71f8249a Prevent crash if performing certain actions before wallet is initialized (Robby Weinberg)
2017-06-18Merge pull request #2066Riccardo Spagni3-3/+105
3fc22e7b Add histogram to poolstats (Howard Chu) d09620b0 Fix PR#2039 (Howard Chu)
2017-06-18Merge pull request #2064Riccardo Spagni1-3/+1
6fc2dc39 cryptonote_protocol_handler: fix crash in debug log (moneromooo-monero)
2017-06-18Add readline support to clijethro8-1/+376
This PR adds readline support to the daemon and monero-wallet-cli. Only GNU readline is supported (e.g. not libedit) and there are cmake checks to ensure this. There is a cmake variable, Readline_ROOT_DIR that can specify a directory to find readline, otherwise some default paths are searched. There is also a cmake option, USE_READLINE, that defaults to ON. If set to ON, if readline is not found, the build continues but without readline support. One negative side effect of using readline is that the color prompt in the wallet-cli now has no color and just uses terminal default. I know how to fix this but it's quite a big change so will tackle another time.
2017-06-18Merge pull request #2055Riccardo Spagni2-1/+43
1b75ad91 Add OSX background mining (jethro)
2017-06-18Merge pull request #2052Riccardo Spagni18-256/+507
072102cf abstracted nework addresses (moneromooo-monero)
2017-06-18Fixed typo in rpc/core_rpc_server.cppJulien Klepatch1-2/+2
2017-06-17Upgrade unbound libraryErik de Castro Lopo241-11756/+33043
These files were pulled from the 1.6.3 release tarball. This new version builds against OpenSSL version 1.1 which will be the default in the new Debian Stable which is due to be released RealSoonNow (tm).
2017-06-15Don't issue a new timedsync while one is already in progressHoward Chu2-2/+9
A timedsync is issued every minute on a connection, but the input tineout is 2 minutes. This means a new sync request could be issued while a slow sync request was already in progress. The additional request will further clog the network on a slow connection, and cause a premature timeout.
2017-06-15Don't timeout a slow operation that's making progressHoward Chu1-9/+46
If we got at least MIN_BYTES_WANTED (default 512) during any network poll, reset the timeout to allow more time for data to arrive.
2017-06-15Fix PR#2039Howard Chu1-1/+1
Missed a crypto -> cncrypto rename
2017-06-13wallet_api: fix missing transaction parameter in callbackmoneromooo-monero1-1/+1
It was unused, so harmless Reported by erikd on IRC
2017-06-11blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero7-5/+31
Avoids exception spam for the "nope, not found" case
2017-06-10simplewallet: new command to generate a random payment idmoneromooo-monero2-0/+15
This is trivial, but often requested, and possibly hard to do in Windows. That makes it more user friendly.
2017-06-09core_tests: fix tests failing due to new txpool code requitring batch ↵moneromooo-monero1-0/+1
transactions
2017-06-08Fix #1991 asm multiply againHoward Chu1-16/+13
Tweak temp variables and constraints. Was working before if not inlined but newer gcc tends to inline it.
2017-06-08Add OSX background miningjethro2-1/+43
Implements miner::get_system_times, miner::get_process_time and miner::on_battery_power for OSX so that background mining works on OSX.
2017-06-07add simplewallet --generate-new-wallet arg checksMichael Shick1-0/+9
Add fail-fast paths that reduce frustration around the misuse of --wallet-file combined with --restore-deterministic-wallet. Flow now gives more descriptive errors and avoids having users type in their whole seed before the failure condition is noticed.
2017-06-04Add histogram to poolstatsHoward Chu3-3/+105
2017-06-04Fix PR#2039Howard Chu1-1/+1
Missed a crypto -> cncrypto rename
2017-06-04Converting README.i18n to MarkdownJonathan Cross2-1/+1
2017-06-03Prevent crash if performing certain actions before wallet is initializedRobby Weinberg3-2/+17
2017-06-01cryptonote_protocol_handler: fix crash in debug logmoneromooo-monero1-3/+1
2017-06-01Merge pull request #2059Riccardo Spagni1-1/+1
fa489a26 Fix PR#2039 (Howard Chu)
2017-06-01Merge pull request #2058Riccardo Spagni1-4/+4
6bcd3b2d fix get_upper_transaction rename (schnerchi)
2017-06-01Merge pull request #2063Riccardo Spagni7-15/+32
d17c0fc2 Don't copy blockchain for coinbase_tx_sum (Howard Chu)
2017-06-01Merge pull request #2062Riccardo Spagni1-0/+5
31417d57 tx_pool: add missing blockchain lock in add_tx (moneromooo-monero)
2017-06-01Merge pull request #2061Riccardo Spagni8-35/+113
5414970d Speedup print_pool_stats (Howard Chu)
2017-06-01Speedup print_pool_statsHoward Chu8-35/+113
Since we're just counting txs, there's no reason to deserialize all the blobs.
2017-06-01Don't copy blockchain for coinbase_tx_sumHoward Chu7-15/+32
Changed Blockchain::for_all_blocks() to for_blocks_range() Operate on blockchain in-place instead of building a copy first.
2017-05-31tx_pool: add missing blockchain lock in add_txmoneromooo-monero1-0/+5
2017-05-31Fix PR#2039Howard Chu1-1/+1
Missed a crypto -> cncrypto rename
2017-05-31fix get_upper_transaction renameschnerchi1-4/+4
2017-05-30Merge pull request #2053Riccardo Spagni1-10/+13
05f3dcf7 simplewallet: fix refresh height for new wallets (moneromooo-monero)
2017-05-30Merge pull request #2054Riccardo Spagni1-3/+3
977c2186 easylogging++: log timestamps in GMT for privacy (moneromooo-monero)
2017-05-30Merge pull request #2042Riccardo Spagni1-1/+2
740bc24c Wallet API: Set seed lang when recovering form keys (Jaquee)
2017-05-30Merge pull request #2039Riccardo Spagni14-21/+21
4b932ff3 changed crypto to cncrypto so it generated libcncrypto (Gentian)
2017-05-30Merge pull request #2038Riccardo Spagni1-1/+1
89e20bb9 Fix typo (xmr-eric)
2017-05-30Merge pull request #2036Riccardo Spagni2-2/+14
89b2f306 tests: fix invalid key image test (moneromooo-monero) a374a522 wallet2: check key image validity domain in import_key_images (moneromooo-monero)
2017-05-30Merge pull request #2035Riccardo Spagni1-4/+4
45e9838b unbound: update some EVP APIs to new names (Howard Chu)
2017-05-30Merge pull request #2032Riccardo Spagni3-2/+3
dd8e3266 shared libs build (i.e. make debug) (stoffu)
2017-05-30Merge pull request #2026Riccardo Spagni1-1/+1
a5739201 Update sync time copy (xmr-eric)
2017-05-30Merge pull request #2022Riccardo Spagni2-4/+4
e2529347 Correct spelling of 'get_upper_transaction_size_limit' (Nano Akron) 3029d0ef Remove the 1.25x multiplier in max transaction size in just the wallet (Nano Akron)
2017-05-30Merge pull request #2021Riccardo Spagni1-1/+1
8ac2496c corrected typo in help regarding min-outputs-* (stoffu)
2017-05-30Merge pull request #2020Riccardo Spagni1-0/+3
6cb1ad1f wallet fix: ensure iterator to be valid (stoffu)
2017-05-30Merge pull request #2017Riccardo Spagni2-3/+3
0a182576 node_rpc_proxy: fix earliest fork height query for unknown forks (moneromooo-monero) 391c918d wallet2: fix sweep_unmixable assuming wrong minimum mixin at v5 (moneromooo-monero)
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-28easylogging++: log timestamps in GMT for privacymoneromooo-monero1-3/+3
2017-05-28simplewallet: fix refresh height for new walletsmoneromooo-monero1-10/+13
With the recent change to wallet creation code, the code was calling to the daemon before the wallet's daemon address was initialized, and thus failing. This was causing all new wallets to refresh from 0 instead of just fetching early block hashes.
2017-05-27abstracted nework addressesmoneromooo-monero18-257/+508
All code which was using ip and port now uses a new IPv4 object, subclass of a new network_address class. This will allow easy addition of I2P addresses later (and also IPv6, etc). Both old style and new style peer lists are now sent in the P2P protocol, which is inefficient but allows peers using both codebases to talk to each other. This will be removed in the future. No other subclasses than IPv4 exist yet.
2017-05-26node_rpc_proxy: fix earliest fork height query for unknown forksmoneromooo-monero1-1/+1
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-23Wallet API: Set seed lang when recovering form keysJaquee1-1/+2
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian14-21/+21
fix a cmakelist
2017-05-19Fix typoxmr-eric1-1/+1
2017-05-18tests: fix invalid key image testmoneromooo-monero1-2/+10
It was using an invalid key image which wasn't in the key image domain, so the transaction was rejected earlier than the test was expecting
2017-05-18wallet2: check key image validity domain in import_key_imagesmoneromooo-monero1-0/+4
2017-05-17unbound: update some EVP APIs to new namesHoward Chu1-4/+4
Replace EVP_VerifyInit with EVP_DigestInit, and EVP_VerifyUpdate with EVP_DigestUpdate. Reported/requested by hyc, changed by mooo.
2017-05-17shared libs build (i.e. make debug)stoffu3-2/+3
2017-05-10Update sync time copyxmr-eric1-1/+1
2017-05-09Correct spelling of 'get_upper_transaction_size_limit'Nano Akron2-3/+3
2017-05-09Remove the 1.25x multiplier in max transaction size in just the walletNano Akron1-1/+1
2017-05-09corrected typo in help regarding min-outputs-*stoffu1-1/+1
2017-05-09wallet fix: ensure iterator to be validstoffu1-0/+3
2017-05-07wallet2: fix sweep_unmixable assuming wrong minimum mixin at v5moneromooo-monero1-2/+2
The bump to minimum mixin 4 was moved from v5 to v6
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.