aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-02db_lmdb: log which output was not found in get_output_keymoneromooo-monero1-1/+2
2018-11-01Merge pull request #4676Riccardo Spagni1-1/+1
3b402ebb Updating Monero GUI repo link in README.i18n.md (Jkat)
2018-11-01Merge pull request #4664Riccardo Spagni1-9/+23
61304151 db_lmdb: use MDB_MULTIPLE_NEXT where possible for some speedup (moneromooo-monero)
2018-11-01Merge pull request #4663Riccardo Spagni4-12/+49
d6937e37 ringct: use dummy bulletproofs when in fake mode, for speed (moneromooo-monero)
2018-11-01Merge pull request #4658Riccardo Spagni2-14/+12
ca9b996d perf_timer: separate log categories based on caller categories (moneromooo-monero)
2018-11-01Merge pull request #4653Riccardo Spagni2-0/+2
ade369f9 Add RPC error code for non-deterministic wallet (Michał Sałaban)
2018-11-01Merge pull request #4648Riccardo Spagni1-1/+13
a7bffead daemon: fix base fee stating /kB even when it is per byte (moneromooo-monero)
2018-11-01Merge pull request #4645Riccardo Spagni5-5/+49
6f88c03d Simplewallet: update help text for show_transfers. (Ted Moravec)
2018-11-01Merge pull request #4639Riccardo Spagni1-1/+1
ec301390 Update db_lmdb.cpp (Cactii1)
2018-10-26Merge pull request #4721Riccardo Spagni1-1/+5
a9f9406c unit_tests: notify test special case for the usual weirdo (moneromooo-monero)
2018-10-26Merge pull request #4719Riccardo Spagni1-1/+1
0aff4987 rpc: fix build with older compilers (moneromooo-monero)
2018-10-26Merge pull request #4700Riccardo Spagni1-1/+1
3bb4b0d4 miner: fix build with boost 1.69 (moneromooo-monero)
2018-10-26Merge pull request #4679Riccardo Spagni1-1/+3
7d21c9b5 CMakeLists.txt: only use libatomic when found (moneromooo-monero)
2018-10-26Merge pull request #4672Riccardo Spagni1-0/+15
62f94e1b device_io_hid.cpp: fix copyright header (moneromooo-monero)
2018-10-26Merge pull request #4646Riccardo Spagni2-4/+1
109717a5 Remove Travis check in depends toolchain file (TheCharlatan)
2018-10-26Merge pull request #4620Riccardo Spagni1-12/+14
ad4cce93 build: fixed submodule check (xiphon)
2018-10-26Merge pull request #4617Riccardo Spagni5-5/+7
3ffbec15 rpc: init m_rpc_version in Message ctor (moneromooo-monero) bfa2dce1 rpc: remove unused ctors (moneromooo-monero) 7cc39845 account: init creation timestamp to 0 (moneromooo-monero) 32123789 wallet2: initialize some scalar fields in ctor where appropriate (moneromooo-monero) 4eca42b2 blockchain_db: initialize m_hardfork in ctor just in case (moneromooo-monero)
2018-10-26Merge pull request #4615Riccardo Spagni3-2/+38
a7960542 WalletAPI: rescanBlockchain, rescanBlockchainAsync (mmitkevich)
2018-10-26Merge pull request #4613Riccardo Spagni1-0/+10
45a6880d unit_tests: call umask before mkstemp (moneromooo-monero)
2018-10-26Merge pull request #4612Riccardo Spagni1-4/+8
2d48861d p2p: only deinitialize what's been initialized in offline mode (moneromooo-monero)
2018-10-26Merge pull request #4609Riccardo Spagni1-1/+1
e54e5668 daemon: Show mining address (Ricardo de Vries)
2018-10-26Merge pull request #4607Riccardo Spagni2-12/+13
e623f2b2 Add building with depends to the Makefile (TheCharlatan)
2018-10-26Merge pull request #4604Riccardo Spagni1-2/+2
0fbbb065 p2p: a negative result from UPNP_GetValidIGD is an error (moneromooo-monero)
2018-10-26Merge pull request #4597Riccardo Spagni1-2/+4
9ea50781 README: add libnorm to the dependency list (moneromooo-monero)
2018-10-26Merge pull request #4586Riccardo Spagni1-19/+12
e51c9787 rpc: fix wrongly formatted JSON for pruned tx (stoffu)
2018-10-26Merge pull request #4585Riccardo Spagni1-1/+1
5dff61d4 readme: update OSX build badges (xiphon)
2018-10-26Merge pull request #4580Riccardo Spagni1-0/+2
938476c9 CMakeLists.txt: detect and use -pthread compiler flag (moneromooo-monero)
2018-10-26Merge pull request #4573Riccardo Spagni2-1/+5
8f3c7937 readline_buffer: fix "cursor in prompt" bug (moneromooo-monero)
2018-10-26Merge pull request #4561Riccardo Spagni3-1/+15
04ddf02e Return appropriate RPC error code when key image signature check fails (Michał Sałaban)
2018-10-26Merge pull request #4555Riccardo Spagni1-2/+2
68e9744d simplewallet: perform trivial error checks before password prompt (xiphon)
2018-10-26Merge pull request #4553Riccardo Spagni1-0/+2
d46c765d README: mention max_usb_current setting on Raspberry Pi (moneromooo-monero)
2018-10-26Merge pull request #4552Riccardo Spagni3-0/+10
67e76aa0 wallet_rpc_server: optionally return tx keys in sign_transfer (moneromooo-monero)
2018-10-26Merge pull request #4547Riccardo Spagni1-6/+0
f2c2c47a simplewallet: fixed deadlock if a user hits CTRL+C twice (xiphon)
2018-10-26Merge pull request #4545Riccardo Spagni1-1/+24
93a88d73 Utils: add support for newer Windows versions detection (Gregory Lemercier)
2018-10-26Merge pull request #4539Riccardo Spagni3-1/+229
977fc1bc wallet_rpc_server: add describe_transfer RPC (moneromooo-monero)
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-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-24Makefile: fix building without a git treemoneromooo-monero1-0/+5
2018-10-23ringct: use dummy bulletproofs when in fake mode, for speedmoneromooo-monero4-12/+49
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-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-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-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
2018-10-06Linux: Fix building of static binaries with hw device supportiDunk54001-0/+14
This should enable building static binaries on Linux systems where dependencies are already built with -fPIC, such as Ubuntu 18.04.
2018-10-06wallet-cli: Update French translationGuillaume LE VAILLANT1-1374/+2384
2018-10-06Fix some calls to the translation functionGuillaume LE VAILLANT4-1532/+2533
Some strings were not detected by lupdate because "tr() cannot be called without context".