aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-26Merge pull request #4536Riccardo Spagni17-185/+113
fd62b6e7 blocks: use auto-generated .c files instead of 'LD -r -b binary' (xiphon)
2018-10-26Merge pull request #4526Riccardo Spagni10-1/+953
8f96c718 Adapt Readme and script to monero gitian build signing (TheCharlatan) 9617fad0 Add OSX gitian descriptor (TheCharlatan) d147d240 Add windows descriptor to gitian descriptors (TheCharlatan) fed4e598 Change gitian.sigs repo from bitcoin-core to monero-project remote host (TheCharlatan) f2127f9d Add checksums for download tools (TheCharlatan) c2f17890 Add gitian build script (TheCharlatan) 6d0ca4e2 Prepare Depends Packages for Gitian Scripts (TheCharlatan)
2018-10-26Merge pull request #4513Riccardo Spagni1-0/+4072
539debc4 Finish all contexts but simple_wallet, translate 23% of simple_wallet (sanecito) ee71ba98 Add translations for Monero::PendingTransactionImpl, command_line Contexts (sanecito) 5c4fe3d4 Create Japanese file, add translations for "Monero::AddressBookImpl" and "Wallet" Contexts (sanecito)
2018-10-26Merge pull request #4408Riccardo Spagni4-0/+69
341b3931 cryptonote_core: warn when the block rate deviates from expectations (moneromooo-monero)
2018-10-26Merge pull request #4308Riccardo Spagni5-1/+177
9907ea06 cryptonote: sort tx_extra fields (moneromooo-monero)
2018-10-26Merge pull request #4715Riccardo Spagni1-0/+5
9168fc9f Makefile: fix building without a git tree (moneromooo-monero)
2018-10-26performance_tests: add ge_p3_tobytesmoneromooo-monero2-0/+81
2018-10-26performance_tests: measure ge_frombytes_vartime onlymoneromooo-monero1-5/+12
not an extra dynamic cast, which might be heavy
2018-10-26cmake: fix readline detection when the readline library is not foundmoneromooo-monero1-1/+3
2018-10-25simplewallet: display locked/unlocked state in show_transfersmoneromooo-monero2-5/+7
it doesn't display the details, which are already displayed in show_transfer
2018-10-25mnemonics: fix words_to_bytes on big endianmoneromooo-monero1-0/+1
2018-10-25crypto: fixed groestl on big-endian platformsxiphon2-47/+91
2018-10-24unit_tests: notify test special case for the usual weirdomoneromooo-monero1-1/+5
2018-10-24rpc: fix build with older compilersmoneromooo-monero1-1/+1
2018-10-24Minor wording changes; added research repository linksSarang Noether1-3/+3
2018-10-24Makefile: fix building without a git treemoneromooo-monero1-0/+5
2018-10-24Added research information to main readmeSarang Noether1-0/+9
2018-10-24epee: some minor speedup in parsingmoneromooo-monero1-2/+4
2018-10-23Small function declaration cleanup in slow-hash.cPol Mauri1-5/+2
- These functions are declared twice in slow-hash.c. Remove one of the copies. - The declarations have the wrong return type, should be void, not int. Function definitions here: https://github.com/monero-project/monero/blob/1e74586ee99e4bd89626d2eb4d23883cd91f0f81/src/crypto/aesb.c#L151-L180 Test plan: make release-test
2018-10-23Update ZMQ fee estimate and add ZMQ output distributionLee Clagett13-88/+260
2018-10-23ringct: use dummy bulletproofs when in fake mode, for speedmoneromooo-monero4-12/+49
2018-10-23easylogging++: remove std::deque usagemoneromooo-monero2-3/+8
It's not actually needed for this use, and saves a STL header
2018-10-23Add stats utilityHoward Chu2-0/+365
Report statistics from a blockchain DB
2018-10-23Merge pull request #4697Riccardo Spagni1-2/+23
61f83316 wallet2: extend fake out picks away from the gamma pick (moneromooo-monero)
2018-10-23Merge pull request #4640Riccardo Spagni1-1/+1
11415128 unit_tests: fix notify test when run from make *test (moneromooo-monero)
2018-10-23wallet2: extend fake out picks away from the gamma pickmoneromooo-monero1-2/+23
in order to unbias selection from blocks with few txes
2018-10-22wallet2/create_transactions_2: removed obsolete '/ 1024' on min_fee calcPaul Shapiro1-1/+1
2018-10-23Fix prune using receive time as tx_weightdoy-lee1-3/+3
2018-10-22miner: fix build with boost 1.69moneromooo-monero1-1/+1
2018-10-22Merge pull request #4699Riccardo Spagni1-3/+3
9da67502 update readme for 0.13.0.4 (Riccardo Spagni)
2018-10-22update readme for 0.13.0.4Riccardo Spagni1-3/+3
2018-10-22multiexp: some minor speedupsmoneromooo-monero1-13/+35
2018-10-22bulletproofs: only enable profiling on requestmoneromooo-monero1-28/+34
2018-10-22multiexp: tune which variants to use for which number of pointsmoneromooo-monero2-14/+30
2018-10-22bulletproofs: speedup provermoneromooo-monero1-17/+37
2018-10-22multiexp: handle pippenger multiexps with part precalcmoneromooo-monero4-21/+29
2018-10-22bulletproofs: maintain -z4, -z5, and -y0 to avoid subtractionsmoneromooo-monero1-11/+8
2018-10-22bulletproofs: rework flow to use sarang's fast batch inversion codemoneromooo-monero1-78/+155
2018-10-22bulletproofs: merge multiexps as per sarang's new python codemoneromooo-monero1-68/+38
2018-10-22multiexp: pack the digits table when STRAUS_C is 4moneromooo-monero1-12/+13
Spotted by stoffu
2018-10-22bulletproofs: some more minor speedupmoneromooo-monero1-6/+4
2018-10-22performance_tests: sc_check and ge_dsm_precompmoneromooo-monero4-0/+60
2018-10-22bulletproofs: remove single value provermoneromooo-monero2-291/+2
It is now expressed in terms of the array prover
2018-10-22bulletproofs: some more speedupmoneromooo-monero1-15/+19
2018-10-22bulletproofs: random minor speedupsmoneromooo-monero1-40/+38
2018-10-22bulletproofs: shave off a lot of scalar muls from the g/h constructionmoneromooo-monero1-20/+39
2018-10-22bulletproofs: speedup PROVEmoneromooo-monero1-64/+58
2018-10-22blockchain_utilities: simplify getting block blob from heightmoneromooo-monero2-10/+5
2018-10-22crypto: fixed incremental keccak API on big-endian platformsxiphon1-2/+3
2018-10-22wallet2: sanity check rct output distribution from the daemonmoneromooo-monero1-1/+7
2018-10-22rpc: fix wrongly formatted JSON for pruned txstoffu1-19/+12
Fix for #4399. Also unifies code for serializing pruned tx to binary/json into one.
2018-10-22blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon17-185/+113
2018-10-21mnemonics/electrum-words/create_checksum_index(): updated to work with non ↵Paul Shapiro1-1/+1
fixed word list length mnemonic
2018-10-21wallet2/create_transactions_2: fixed typo in try_tx=true's estimate_fee argsPaul Shapiro1-1/+1
2018-10-21wallet2/create_transactions_2: removed extraneous shuffle before sort of ↵Paul Shapiro1-5/+1
unused_*_indices_per_subaddr
2018-10-21core: fix handle_incoming_tx* comment about return valuemoneromooo-monero1-2/+2
2018-10-20CMakeLists.txt: only use libatomic when foundmoneromooo-monero1-1/+3
2018-10-20Merge pull request #4524Riccardo Spagni1-1/+1
f5f7c2ac rpc: blanket initialize 0MQ request and response structures (moneromooo-monero)
2018-10-20Merge pull request #4523Riccardo Spagni1-1/+1
6ca00b6d miner: really reset flags/precision on std::cout (moneromooo-monero)
2018-10-20Merge pull request #4522Riccardo Spagni1-0/+3
a39c0358 blockchain: add check test options are given for fakechain mode (moneromooo-monero)
2018-10-20Merge pull request #4521Riccardo Spagni1-0/+21
6653062e unit_tests: add unit test for alloc alignment being a power of 2 (moneromooo-monero)
2018-10-20Merge pull request #4518Riccardo Spagni1-3/+18
92a0827e wallet2: make fake out selection messages less spammy (moneromooo-monero)
2018-10-20Merge pull request #4669Riccardo Spagni1-1/+4
d3cda5ad console_handler: add a global log when exiting via EOF (moneromooo-monero)
2018-10-20Merge pull request #4666Riccardo Spagni1-2/+2
cf75ee72 blockchain: move two new verification errors to the verify category (moneromooo-monero)
2018-10-20Merge pull request #4659Riccardo Spagni1-6/+8
b916ca63 rpc: fix output distribution caching ignoring chain changes (moneromooo-monero)
2018-10-20Merge pull request #4642Riccardo Spagni3-22/+48
25d327e7 device: extended logging, refactored device selection code (xiphon) 825d836f device: fixed Ledger Nano S device selection (xiphon)
2018-10-20Merge pull request #4650Riccardo Spagni7-41/+41
99cd6f96 Rename "blackball" for clarity (moneromooo-monero)
2018-10-20Merge pull request #4637Riccardo Spagni1-1/+6
c39e0a17 core: don't verify range proofs multiple times (moneromooo-monero)
2018-10-20Merge pull request #4635Riccardo Spagni2-1/+3
776aefda tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool (stoffu)
2018-10-20Merge pull request #4520Riccardo Spagni1-0/+35
2e2daebc ANSI colors in Windows 10 (iDunk5400)
2018-10-20Merge pull request #4629Riccardo Spagni3-0/+25
c7743929 spawn: close all file descriptors before execve (moneromooo-monero)
2018-10-20Merge pull request #4626Riccardo Spagni1-1/+1
a69fc05a util: close keys file lock on exec (moneromooo-monero)
2018-10-20device_io_hid.cpp: fix copyright headermoneromooo-monero1-0/+15
2018-10-20console_handler: add a global log when exiting via EOFmoneromooo-monero1-1/+4
It's a common confusion point for users which run monerod without stdin and with --detach
2018-10-19blockchain: move two new verification errors to the verify categorymoneromooo-monero1-2/+2
Lest we get people get scared again
2018-10-19db_lmdb: use MDB_MULTIPLE_NEXT where possible for some speedupmoneromooo-monero1-9/+23
2018-10-19rpc: fix output distribution caching ignoring chain changesmoneromooo-monero1-6/+8
0 is placeholder for whole chain, so we should compare chain height changes rather than chain-height-or-zero. Even this isn't totally foolproof if a blocks are popped and the same number added again, but it is much better as it prevents the data from slowly going out of sync.
2018-10-19perf_timer: separate log categories based on caller categoriesmoneromooo-monero2-14/+12
Also default to microseconds, for homogeneity Makes it easier to enable what we need
2018-10-19daemon: fix base fee stating /kB even when it is per bytemoneromooo-monero1-1/+13
2018-10-18Add RPC error code for non-deterministic walletMichał Sałaban2-0/+2
2018-10-18Rename "blackball" for claritymoneromooo-monero7-41/+41
Apparently some people seem to think it's a censorship list...
2018-10-18device: extended logging, refactored device selection codexiphon3-20/+46
2018-10-18Adapt Readme and script to monero gitian build signingTheCharlatan5-77/+43
The sigs should be produced in a seperate step by default. Remove windows and osx sig options that are not needed for monero.
2018-10-18Remove Travis check in depends toolchain fileTheCharlatan2-4/+1
The architecture for darwin is now detected correctly, remove the override for it.
2018-10-18Simplewallet: update help text for show_transfers.Ted Moravec5-5/+49
Describe the output format.
2018-10-18daemon: Show mining addressRicardo de Vries1-1/+1
2018-10-18device: fixed Ledger Nano S device selectionxiphon2-6/+6
2018-10-18tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_poolstoffu2-1/+3
2018-10-17unit_tests: fix notify test when run from make *testmoneromooo-monero1-1/+1
2018-10-17Update db_lmdb.cppCactii11-1/+1
2018-10-17core: don't verify range proofs multiple timesmoneromooo-monero1-1/+6
2018-10-17spawn: close all file descriptors before execvemoneromooo-monero3-0/+25
No need to give whatever we're calling access to what we use
2018-10-16util: close keys file lock on execmoneromooo-monero1-1/+1
2018-10-16Merge pull request #4610Riccardo Spagni1-1/+3
9b6dd934 Providing user supplied default constructor for expect<void> (Lee Clagett)
2018-10-16Merge pull request #4602Riccardo Spagni1-5/+10
6f28667a daemon: fix reading past stack on exit (moneromooo-monero)
2018-10-16Merge pull request #4623Riccardo Spagni1-2/+1
99d45a95 wallet_rpc_server: fix change_wallet_password RPC (moneromooo-monero)
2018-10-16wallet_rpc_server: fix change_wallet_password RPCmoneromooo-monero1-2/+1
2018-10-16Merge pull request #4621Riccardo Spagni1-1/+1
0cdd4b07 wallet2_api: fix generating new wallet in the GUI (moneromooo-monero)
2018-10-16wallet2_api: fix generating new wallet in the GUImoneromooo-monero1-1/+1
It was creating a new wallet without a password first (this should be fixed), then not changing the password correctly
2018-10-16build: fixed submodule checkxiphon1-12/+14
2018-10-16rpc: init m_rpc_version in Message ctormoneromooo-monero1-1/+1
Coverity 182501
2018-10-16rpc: remove unused ctorsmoneromooo-monero1-3/+0
Also prevents coverity from moaning about them not initializing fields
2018-10-16account: init creation timestamp to 0moneromooo-monero1-0/+1
Never actually used uninitialized Coverity 136615
2018-10-16wallet2: initialize some scalar fields in ctor where appropriatemoneromooo-monero1-0/+4
Coverity 188336
2018-10-16blockchain_db: initialize m_hardfork in ctor just in casemoneromooo-monero1-1/+1
Coverity 136568
2018-10-16WalletAPI: rescanBlockchain, rescanBlockchainAsyncmmitkevich3-2/+38
2018-10-16Merge pull request #4572Riccardo Spagni3-5/+2
e7f24850 Fix Windows build after epee dependency change (iDunk5400)
2018-10-16p2p: only deinitialize what's been initialized in offline modemoneromooo-monero1-4/+8
2018-10-16unit_tests: call umask before mkstempmoneromooo-monero1-0/+10
Coverity 188788
2018-10-15Providing user supplied default constructor for expect<void>Lee Clagett1-1/+3
2018-10-16Add building with depends to the MakefileTheCharlatan2-12/+13
Depends can now be compiled with `make depends target=$triple`, where $triple is one of the supported build targets. Adapt the Makefile for this change, remove not needed windows deps from depends setup description.
2018-10-15Fix Windows build after epee dependency changeiDunk54003-5/+2
2018-10-15p2p: a negative result from UPNP_GetValidIGD is an errormoneromooo-monero1-2/+2
as per the source documentation
2018-10-15daemon: fix reading past stack on exitmoneromooo-monero1-5/+10
2018-10-15README: add libnorm to the dependency listmoneromooo-monero1-2/+4
2018-10-15Merge pull request #4502Riccardo Spagni1-1/+1
9a856697 rpc: fixed typo in JSON command error response message (AnythingTechPro)
2018-10-15Merge pull request #4494Riccardo Spagni1-17/+20
0a9bd1b3 Move cross compiling steps into proper heading (K3v1n Kur14k053)
2018-10-15Merge pull request #4489Riccardo Spagni22-17/+53
00901e9c epee: initialize a few data members where it seems to be appropriate (moneromooo-monero) 144a6c32 abstract_tcp_server2: move m_period to subclass (moneromooo-monero) 758d7684 connection_basic: remove unused floating time start time (moneromooo-monero) e5108a29 Catch more exceptions in dtors (moneromooo-monero)
2018-10-15Merge pull request #4481Riccardo Spagni3-1/+117
98c92258 unit_tests: add a notifier test (moneromooo-monero)
2018-10-15Merge pull request #4389Riccardo Spagni5-38/+60
6844ae1b tx_pool: avoid parsing a whole tx if only the prefix is needed (moneromooo-monero)
2018-10-15Merge pull request #4592Riccardo Spagni1-1/+1
a677492f tx_pool: store hex string instead of raw binary to tx_blob of get_transaction_pool RPC (stoffu)
2018-10-15Merge pull request #4591Riccardo Spagni1-0/+1
991613f8 Dockerfile: init and update submodules (Tyler Baker)
2018-10-15Merge pull request #4565Riccardo Spagni3-6/+6
bf842a6a build: use ARCH 'native' by default, allow to configure and override it (xiphon)
2018-10-15Merge pull request #4577Riccardo Spagni1-0/+1
d886b97f SOFTWARE is the default wallet device (m2049r)
2018-10-15Merge pull request #4551Riccardo Spagni1-1/+1
c0822fdd simplewallet: mark default-ring-size setting as obsolete (moneromooo-monero)
2018-10-15Merge pull request #4578Riccardo Spagni1-3/+3
76d6d832 Revert "p2p: connect via the bound ip, if any" (moneromooo-monero)
2018-10-15Merge pull request #4571Riccardo Spagni8-7/+18
c3b8328c daemon: do not run complex code in a signal handler (moneromooo-monero) e736964a Remove epee header dependency on cryptonote_core (moneromooo-monero)
2018-10-15Merge pull request #4567Riccardo Spagni1-1/+1
14ed029b simplewallet: fix view key parsing in --generate-from-view-key (moneromooo-monero)
2018-10-15Merge pull request #4550Riccardo Spagni1-2/+6
0e33cf89 password: fix secure input with echo on windows (moneromooo-monero)
2018-10-15Merge pull request #4549Riccardo Spagni1-0/+7
dc8f6924 password: fix backspace outputting ^? on linux on echoing secure input (moneromooo-monero)
2018-10-15tx_pool: store hex string instead of raw binary to tx_blob of ↵stoffu1-1/+1
get_transaction_pool RPC Inspired by https://github.com/masari-project/masari/issues/93
2018-10-14Dockerfile: init and update submodulesTyler Baker1-0/+1
The Docker image is failing to build, as the submodules are not being explicitly initialized and updated. Fixes: https://github.com/monero-project/monero/issues/4582 Signed-off-by: Tyler Baker <tyler@foundries.io>
2018-10-14readme: update OSX build badgesxiphon1-1/+1
2018-10-13CMakeLists.txt: detect and use -pthread compiler flagmoneromooo-monero1-0/+2
The cmake thread detection just ain't enough to always work
2018-10-13Revert "p2p: connect via the bound ip, if any"moneromooo-monero1-3/+3
This reverts commit 909398efc79cb1fa92e330e9a50a316ca5858953. It looks like it's causing trouble with tor on some setups
2018-10-13build: use ARCH 'native' by default, allow to configure and override itxiphon3-6/+6
2018-10-13SOFTWARE is the default wallet devicem2049r1-0/+1
2018-10-12readline_buffer: fix "cursor in prompt" bugmoneromooo-monero2-1/+5
It happens when readline displays a prompt just before switching to a shorter one
2018-10-12daemon: do not run complex code in a signal handlermoneromooo-monero1-1/+8
instead, delegate the work to a one off thread and notify it from the signal handler
2018-10-12Remove epee header dependency on cryptonote_coremoneromooo-monero7-6/+10
2018-10-12simplewallet: fix view key parsing in --generate-from-view-keymoneromooo-monero1-1/+1
2018-10-12rpc: blanket initialize 0MQ request and response structuresmoneromooo-monero1-1/+1
2018-10-11Return appropriate RPC error code when key image signature check failsMichał Sałaban3-1/+15
2018-10-11Add OSX gitian descriptorTheCharlatan4-23/+120
2018-10-10simplewallet: perform trivial error checks before password promptxiphon1-2/+2
2018-10-10simplewallet: fixed deadlock if a user hits CTRL+C twicexiphon1-6/+0
Co-authored-by: moneromooo-monero <moneromooo-monero@users.noreply.github.com>
2018-10-10README: mention max_usb_current setting on Raspberry Pimoneromooo-monero1-0/+2
2018-10-10wallet_rpc_server: optionally return tx keys in sign_transfermoneromooo-monero3-0/+10
2018-10-10simplewallet: mark default-ring-size setting as obsoletemoneromooo-monero1-1/+1
2018-10-10password: fix secure input with echo on windowsmoneromooo-monero1-2/+6
Thanks to iDunk for the testing back and forth
2018-10-10password: fix backspace outputting ^? on linux on echoing secure inputmoneromooo-monero1-0/+7
2018-10-09wallet2: make fake out selection messages less spammymoneromooo-monero1-3/+18
2018-10-09Merge pull request #4543Riccardo Spagni1-1/+1
bf60e98a fix version changes on master (Riccardo Spagni)
2018-10-09fix version changes on masterRiccardo Spagni1-1/+1
2018-10-09Add windows descriptor to gitian descriptorsTheCharlatan3-7/+142
Windows is built with a seperate descriptor to handle additional changes that need to be done to the end binary. Consolidate the gitian-build script for this change.
2018-10-09Utils: add support for newer Windows versions detectionGregory Lemercier1-1/+24
2018-10-09Merge pull request #4540Riccardo Spagni1-4/+1
8833aec0 wallet2: fix cold signing using non padded bulletproofs (moneromooo-monero)
2018-10-09Merge pull request #4517Riccardo Spagni4-5/+154
02c2b43a Utils: Add Dockerfile for android 64-bit build (Gregory Lemercier)
2018-10-09Merge pull request #4535Riccardo Spagni1-1/+1
c716a331 device: increase ledger timeout to 2 minutes (selsta)
2018-10-09Merge pull request #4538Riccardo Spagni1-6/+6
bd7b800f device_io_hid: fix DEFAULT_* type (too short) and init time (moneromooo-monero)
2018-10-09wallet2: fix cold signing using non padded bulletproofsmoneromooo-monero1-4/+1
This code was deciding which bulletproof configuration to use based on ptx which weren't created yet.
2018-10-09Utils: Add Dockerfile for android 64-bit buildGregory Lemercier4-5/+154
2018-10-09wallet_rpc_server: add describe_transfer RPCmoneromooo-monero3-1/+229
for unsigned tx sets using a view only wallet
2018-10-09Change gitian.sigs repo from bitcoin-core to monero-project remote hostTheCharlatan1-1/+1
2018-10-09device_io_hid: fix DEFAULT_* type (too short) and init timemoneromooo-monero1-6/+6
2018-10-09device: increase ledger timeout to 2 minutesselsta1-1/+1
2018-10-08Add checksums for download toolsTheCharlatan1-4/+5
The signature prepare tool and the gitian-builder git repo should be checked for their content. For this purpose, checkout the gitian-builder repo at a specific commit and take the sha256sum of the osslsigncode tool.
2018-10-08Merge pull request #4532Riccardo Spagni1-9/+16
8f22e808 device: destroy device objects on exit (moneromooo-monero)
2018-10-08Merge pull request #4530Riccardo Spagni1-1/+1
77471e23 blockchain_blackball: fix stray ! (moneromooo-monero)
2018-10-08Merge pull request #4529Riccardo Spagni1-1/+1
c95a1408 CMakeLists.txt: Fix typo (erciccione)
2018-10-08Merge pull request #4527Riccardo Spagni2-11/+1
c5a97315 Remove last traces of libpcsc-lite (moneromooo-monero)
2018-10-08Merge pull request #4519Riccardo Spagni1-0/+1
17701864 Depends: build hidapi with -fPIC (iDunk5400)
2018-10-08Revert "Merge pull request #4472"Riccardo Spagni17-113/+185
This reverts commit 79d46c4d551a9b1261801960095bf4d24967211a, reversing changes made to c9fc61dbb56cca442c775faa2554a7460879b637.
2018-10-08device: destroy device objects on exitmoneromooo-monero1-9/+16
2018-10-08blockchain_blackball: fix stray !moneromooo-monero1-1/+1
2018-10-08CMakeLists.txt: Fix typoerciccione1-1/+1
2018-10-08Add gitian build scriptTheCharlatan4-0/+712
This adds a build script to run gitian builds for linux. The build script was copied from bitcoin and then adapted for monero. Build step documentation is outlined in the README in the contrib/gitian directory.
2018-10-08Remove last traces of libpcsc-litemoneromooo-monero2-11/+1
2018-10-08Prepare Depends Packages for Gitian ScriptsTheCharlatan4-1/+42
The gitian environment does not treat whitespaces in configure lines, like most other systems. The solution is to just remove them.
2018-10-08ANSI colors in Windows 10iDunk54001-0/+35
2018-10-08miner: really reset flags/precision on std::coutmoneromooo-monero1-1/+1
2018-10-08blockchain: add check test options are given for fakechain modemoneromooo-monero1-0/+3
Coverity 188616
2018-10-08unit_tests: add unit test for alloc alignment being a power of 2moneromooo-monero1-0/+21
2018-10-08Merge pull request #4514Riccardo Spagni1-15/+18
85e58cb2 blockchain_blackball: fix stats double counting (moneromooo-monero)
2018-10-08Depends: build hidapi with -fPICiDunk54001-0/+1
2018-10-08tx_pool: avoid parsing a whole tx if only the prefix is neededmoneromooo-monero5-38/+60
2018-10-08blockchain_blackball: fix stats double countingmoneromooo-monero1-15/+18
2018-10-07Finish all contexts but simple_wallet, translate 23% of simple_walletsanecito1-297/+303
2018-10-07Merge pull request #4036Riccardo Spagni18-260/+847
9acf42d3 Multisig M/N functionality core tests added (naughtyfox) 9f3963e8 Arbitrary M/N multisig schemes: * support in wallet2 * support in monero-wallet-cli * support in monero-wallet-rpc * support in wallet api * support in monero-gen-trusted-multisig * unit tests for multisig wallets creation (naughtyfox)
2018-10-07Merge pull request #4510Riccardo Spagni8-59/+16
21a624af Consolidate HID depends makefiles into single recipe (TheCharlatan)
2018-10-07Merge pull request #4511Riccardo Spagni1-562/+562
f9485a36 tests: update crypto tests data file after PRNG changes (moneromooo-monero)
2018-10-07tests: update crypto tests data file after PRNG changesmoneromooo-monero1-562/+562
2018-10-07Consolidate HID depends makefiles into single recipeTheCharlatan8-59/+16
Make sure all required dependencies are linked statically, by only providing the static libraries.
2018-10-07Merge pull request #4509Riccardo Spagni1-2/+2
0656050f README: update MSYS2 dependencies for Ledger (Lafudoci)
2018-10-07Merge pull request #4508Riccardo Spagni1-1374/+2384
3d722db4 wallet-cli: Update French translation (Guillaume LE VAILLANT)
2018-10-07Merge pull request #4506Riccardo Spagni1-0/+14
cbdd6b91 Linux: Fix building of static binaries with hw device support (iDunk5400)
2018-10-07Merge pull request #4505Riccardo Spagni4-1532/+2533
977df631 Fix some calls to the translation function (Guillaume LE VAILLANT)
2018-10-07Merge pull request #4501Riccardo Spagni1-0/+19
fb3593c2 Add check if submodules need to be updated (TheCharlatan)
2018-10-07cryptonote: sort tx_extra fieldsmoneromooo-monero5-1/+177
This removes some small amount of fingerprinting entropy. There is no consensus rule to require this since this field is technically free form, and a transaction is free to have custom data in it.
2018-10-07README: update MSYS2 dependencies for LedgerLafudoci1-2/+2