aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-10-04simplewallet: add mixin and payment id to sweep_all helpmoneromooo-monero1-1/+1
2016-10-04Merge pull request #1180Riccardo Spagni1-2/+2
79bb5a6 Fix build after spelling corrections in core_rpc_server (Jacob Brydolf)
2016-10-04Fix build after spelling corrections in core_rpc_serverJacob Brydolf1-2/+2
2016-10-04Merge pull request #1179Riccardo Spagni2-0/+254
714ee99 Fix description for locked_transfer (Oyvind Kvanes) 71538f3 Rename to lockblocks and add max value (Oyvind Kvanes) 68ac060 Fix locked_transfer (Oyvind Kvanes) 7d020bd Add locked_transfer (Oyvind Kvanes) d5f918a Revert transfer_main in simplewallet (Oyvind Kvanes) 3451963 Add motifications to test out locked_transfer (Oyvind Kvanes) e5e6d88 Add more information to transaction in wallet (Oyvind Kvanes) 9b8a062 Make a small test change (Oyvind Kvanes)
2016-10-04Merge pull request #1177Riccardo Spagni1-1/+1
3644aa9 blockchain: avoid using a reference to a temporary (moneromooo-monero)
2016-10-04Merge pull request #1175Riccardo Spagni1-0/+31
b673830 Add NanoAkron's GPG key (NanoAkron)
2016-10-04Merge pull request #1174Riccardo Spagni1-0/+30
a4044df add Jaquees GPG key (Jacob Brydolf)
2016-10-04Merge pull request #1173Riccardo Spagni5-0/+57
65ea836 wallet2_api: added Wallet::daemonBlockChainTargetHeight() libwallet_api: Wallet::blockChainTargetHeight (Jacob Brydolf)
2016-10-04Merge pull request #1165Riccardo Spagni1-0/+12
e57379a p2p: drop any existing connection to a banned IP (moneromooo-monero)
2016-10-04Merge pull request #1164Riccardo Spagni3-12/+61
179b1f4 daemon: implement missing print_bc and matching RPC (moneromooo-monero)
2016-10-04Merge pull request #1160Riccardo Spagni4-3/+92
80b4da3 wallet: wallet option to confirm transfers with no payment id (moneromooo-monero)
2016-10-04Merge pull request #1139Riccardo Spagni15-37/+37
01ec195 Update CMakeLists.txt (codehalo) 446ebbc Update CMakeLists.txt (codehalo) bd773e7 Update CMakeLists.txt (codehalo) 3627cea Cleanup. Dropped "bit" from bitmonero. (Randi Joseph) 2a51396 Dropped "bit" from bitmonero. (Randi Joseph) 78b13d6 Cleanup. Dropped "bit" from bitmonero. (Randi Joseph) 1e6aedb Cleanup. Dropped "bit" from bitmonero. (Randi Joseph) 9e54616 Dropped "bit" from bitmonero. (Randi Joseph)
2016-10-04Merge pull request #1133Riccardo Spagni2-5/+2
cec090f Revert "Fix fake 'network synchronized, begin using' messages" (moneromooo-monero)
2016-10-04Merge pull request #1125Riccardo Spagni1-2/+4
7b09e9f wallet: update min mixin for sweep_unmixable on v4 (moneromooo-monero)
2016-10-04Merge pull request #1123Riccardo Spagni1-8/+0
0d036be blockchain: do not reject chain histories matching only genesis (moneromooo-monero)
2016-10-04Fix description for locked_transferOyvind Kvanes1-1/+1
2016-10-04Merge pull request #1171Riccardo Spagni12-104/+2
6390673 Removed all code related to fast_exit (NanoAkron)
2016-10-04Merge pull request #1168Riccardo Spagni6-17/+35
10be903 Brackets to prevent premature return (NanoAkron) fb1785a Brackets to ensure doesn't function prematurely return (NanoAkron) 8ed0d72 Moved logging to target functions rather than caller (NanoAkron) 442bfd1 Added messages at log level 2 to reflect deactivation procedure (NanoAkron)
2016-10-04Merge pull request #1167Riccardo Spagni1-1/+1
2e20ca9 Update README.md (lethos3)
2016-10-04Merge pull request #1163Riccardo Spagni1-1/+1
1eae905 Small typo in README.i18n (Jkat)
2016-10-04Merge pull request #1162Riccardo Spagni2-2/+2
e5f8642 Update minimum mixin in transfer_original help text (TedTheFicus) ea45d61 Update minimum mixin in transfer_original help text (TedTheFicus)
2016-10-04Merge pull request #1152Riccardo Spagni4-31/+198
8b20cbf libwallet_api: do not use fast-refresh on recovery (Ilya Kitaev) 10fe626 libwallet_api: fast-refresh in case of opening non-synced wallet (Ilya Kitaev) 0019e31 libwallet_api: fix unhandled exception on address check (Ilya Kitaev) 1f73f80 libwallet_api: fast-refresh for new wallet (Ilya Kitaev) 4789347 libwallet_api: test for create/init wallet on mainnet (Ilya Kitaev)
2016-10-04Merge pull request #1149Riccardo Spagni4-28/+28
25be1d3 Noticed two spellings of the word 'response' in the codebase, one 'responce' and the other 'response'. (NanoAkron)
2016-10-04Merge pull request #1145Riccardo Spagni1-1/+1
8438fb4 Improving daemon startup log message (NanoAkron)
2016-10-04Merge pull request #1140Riccardo Spagni10-136/+852
bba6af9 wallet: cold wallet transaction signing (moneromooo-monero) 9872dcb wallet: fix log confusion between bytes and kilobytes (moneromooo-monero) d9b0bf9 cryptonote_core: make extra field removal more generic (moneromooo-monero) 98f19d4 serialization: add support for serializing std::pair and std::list (moneromooo-monero)
2016-10-04Merge pull request #1159Riccardo Spagni2-0/+2
baa3e80 tests: fix build after addition of cryptonote_core::get_block_sync_size (moneromooo-monero)
2016-10-04Rename to lockblocks and add max valueOyvind Kvanes1-45/+30
2016-10-04Brackets to prevent premature returnNanoAkron1-0/+2
2016-10-04Brackets to ensure doesn't function prematurely returnNanoAkron1-0/+2
2016-10-03blockchain: avoid using a reference to a temporarymoneromooo-monero1-1/+1
2016-10-03Add NanoAkron's GPG keyNanoAkron1-0/+31
2016-10-03Moved logging to target functions rather than callerNanoAkron6-21/+31
2016-10-03wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf5-0/+57
libwallet_api: Wallet::blockChainTargetHeight Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
2016-10-03add Jaquees GPG keyJacob Brydolf1-0/+30
Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
2016-10-03Removed all code related to fast_exitNanoAkron12-104/+2
2016-10-02Added messages at log level 2 to reflect deactivation procedureNanoAkron1-0/+4
2016-10-03Update README.mdlethos31-1/+1
mnemonic wallets have 25 words.
2016-10-02p2p: drop any existing connection to a banned IPmoneromooo-monero1-0/+12
2016-10-02daemon: implement missing print_bc and matching RPCmoneromooo-monero3-12/+61
2016-10-01Small typo in README.i18nJkat1-1/+1
2016-10-01Update minimum mixin in transfer_original help textTedTheFicus1-1/+1
Changed the wording from "from 0 to maximum available" to "from 2 to maximum available". May I also suggest putting in a number rather than "maximum available" and also clarifying that mixin = 0 is still allowed if the user has unmixable outputs (dust), which he wants to "undust" using sweep_unmixable (comment from dEBRUYNE-1 ).
2016-10-01Update minimum mixin in transfer_original help textTedTheFicus1-1/+1
Changed the wording from "from 0 to maximum available" to "from 2 to maximum available". May I also suggest putting in a number rather than "maximum available" and also clarifying that mixin = 0 is still allowed if the user has unmixable outputs (dust), which he wants to "undust" using sweep_unmixable (comment from dEBRUYNE-1 ).
2016-10-01libwallet_api: do not use fast-refresh on recoveryIlya Kitaev3-14/+63
2016-10-01wallet: wallet option to confirm transfers with no payment idmoneromooo-monero4-3/+92
set confirm-missing-payment-id 0|1 Defaults to true.
2016-10-01tests: fix build after addition of cryptonote_core::get_block_sync_sizemoneromooo-monero2-0/+2
2016-09-30libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev3-7/+30
2016-09-30libwallet_api: fix unhandled exception on address checkIlya Kitaev1-12/+16
2016-09-30libwallet_api: fast-refresh for new walletIlya Kitaev3-12/+56
2016-09-29Merge pull request #1124Riccardo Spagni1-1/+11
8b4e7c6 daemon: report status at 99.9% rather than 100% when not quite synced (moneromooo-monero)
2016-09-29Merge pull request #1127Riccardo Spagni2-0/+68
1325842 This file is for rlwrap for monero 0.10 (zveda) 8d4674b This file is for rlwrap for monero 0.10 (zveda)
2016-09-29Merge pull request #1128Riccardo Spagni1-1/+1
d2e11f3 db_lmdb: do not error if dropping a non existent hard fork table (moneromooo-monero)
2016-09-29Merge pull request #1129Riccardo Spagni5-2/+23
5e3e362 core: make the sync chunk block count overridable (moneromooo-monero)
2016-09-29Merge pull request #1136Riccardo Spagni7-24/+196
2dacb19 wallet2: wallet2::get_daemon_blockchain_height() clean error message on success (Ilya Kitaev) 25e5efc libwallet_api: Wallet::setAutoRefreshInterval sanity check (Ilya Kitaev) a668820 libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight() on error (Ilya Kitaev) aef92f2 libwallet_api: tests: fixed WalletCallbackReceived test (Ilya Kitaev) 15c0882 libwallet_api: tests: test fixed according implementation (Ilya Kitaev) a7882da libwallet_api: tests: compilation errors fixed (Ilya Kitaev) cda4cb9 formatting: 2-spaces indentation (Ilya Kitaev) 545a48f formatting: 2-spaces indentation (Ilya Kitaev) 3079c57 wallet2_api: milliseconds resolution for auto-refresh interval (Ilya Kitaev) 7b4a85b wallet2_api: added Wallet::daemonBlockChainHeight() (Ilya Kitaev) 9de3ec3 libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock (Ilya Kitaev)
2016-09-29Merge pull request #1137Riccardo Spagni1-5/+1
5360316 removed deprecated update-core (Adriaan Joubert)
2016-09-29Merge pull request #1141Riccardo Spagni1-0/+30
7d7f684 add luigi1111's gpg key (luigi1111)
2016-09-29Noticed two spellings of the word 'response' in the codebase, one 'responce' ↵NanoAkron4-28/+28
and the other 'response'. Fixed to the standard spelling 'response'. This may fix some functionality - some calls had mixed spellings.
2016-09-28Fix locked_transferOyvind Kvanes1-6/+3
2016-09-28Add locked_transferOyvind Kvanes1-87/+83
2016-09-28Revert transfer_main in simplewalletOyvind Kvanes2-22/+279
2016-09-28Add motifications to test out locked_transferOyvind Kvanes1-6/+18
2016-09-28Add more information to transaction in walletOyvind Kvanes1-1/+8
2016-09-28Make a small test changeOyvind Kvanes1-1/+1
2016-09-28Improving daemon startup log messageNanoAkron1-1/+1
2016-09-28libwallet_api: test for create/init wallet on mainnetIlya Kitaev1-3/+50
2016-09-28wallet2: wallet2::get_daemon_blockchain_height() clean error message onIlya Kitaev1-0/+4
success
2016-09-28libwallet_api: Wallet::setAutoRefreshInterval sanity checkIlya Kitaev1-1/+9
2016-09-28libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight()Ilya Kitaev1-0/+2
on error
2016-09-28libwallet_api: tests: fixed WalletCallbackReceived testIlya Kitaev1-3/+7
2016-09-27libwallet_api: tests: test fixed according implementationIlya Kitaev1-1/+0
2016-09-27libwallet_api: tests: compilation errors fixedIlya Kitaev1-2/+2
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero7-126/+627
This change adds the ability to create a new unsigned transaction from a watch only wallet, and save it to a file. This file can then be moved to another computer/VM where a cold wallet may load it, sign it, and save it. That cold wallet does not need to have a blockchain nor daemon. The signed transaction file can then be moved back to the watch only wallet, which can load it and send it to the daemon. Two new simplewallet commands to use it: sign_transfer (on the cold wallet) submit_transfer (on the watch only wallet) The transfer command used on a watch only wallet now writes an unsigned transaction set in a file called 'unsigned_monero_tx' instead of submitting the tx to the daemon as a normal wallet does. The signed tx file is called 'signed_monero_tx'.
2016-09-27Update CMakeLists.txtcodehalo1-1/+0
2016-09-27Update CMakeLists.txtcodehalo1-1/+1
2016-09-27Update CMakeLists.txtcodehalo1-11/+6
2016-09-26add luigi1111's gpg keyluigi11111-0/+30
2016-09-26wallet: fix log confusion between bytes and kilobytesmoneromooo-monero1-2/+2
2016-09-26cryptonote_core: make extra field removal more genericmoneromooo-monero2-4/+4
2016-09-26serialization: add support for serializing std::pair and std::listmoneromooo-monero3-4/+219
2016-09-26Cleanup. Dropped "bit" from bitmonero.Randi Joseph1-5/+11
2016-09-26Cleanup. Dropped "bit" from bitmonero.Randi Joseph2-5/+5
2016-09-26Cleanup. Dropped "bit" from bitmonero.Randi Joseph1-1/+1
2016-09-26Dropped "bit" from bitmonero.Randi Joseph13-31/+31
2016-09-26removed deprecated update-coreAdriaan Joubert1-5/+1
Functionality handled by pacman
2016-09-26Cleanup. Dropped "bit" from bitmonero.Randi Joseph1-1/+1
2016-09-26formatting: 2-spaces indentationIlya Kitaev1-20/+20
2016-09-26formatting: 2-spaces indentationIlya Kitaev1-1/+1
2016-09-26wallet2_api: milliseconds resolution for auto-refresh intervalIlya Kitaev3-13/+13
2016-09-26wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev7-9/+78
2016-09-26libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev4-5/+91
2016-09-26Merge pull request #1117Riccardo Spagni1-1/+1
fc855c1 Made error message consistent with other, more helpful, message (Will Skinner)
2016-09-26Merge pull request #1116Riccardo Spagni6-30/+126
2e18e10 libwallet_api: simple documentation on testing environment (Ilya Kitaev) 69c9824 libwallet_api: tests: env variables for WALLETS_ROOT_DIR and TESTNET_DAEMON_ADDRESS (Ilya Kitaev) 1f8a70c libwallet_api: tests: changed testwallets path, uncommitted all tests (Ilya Kitaev) d5d0856 wallet2_api: getter and setter for "refresh interval" (Ilya Kitaev) cdb6c96 wallet2_api: fixed deadlock while closing wallet (Ilya Kitaev)
2016-09-26Merge pull request #1113Riccardo Spagni1-2/+2
12427dd Fix minor typo in "need resize" message. (Myagui)
2016-09-26Merge pull request #1105Riccardo Spagni1-5/+0
344e96c remove check for certain clang versions (Dan Miller) b73bed2 Don't define stdc++ on FreeBSD (Dan Miller)
2016-09-26Merge pull request #1104Riccardo Spagni1-1/+1
7f009bb Remove redundant "default" in set mixin help desc (J Ryan Littlefield)
2016-09-26Merge pull request #1103Riccardo Spagni1-3/+3
b8fb9d1 Fix test for 'ARM_ID' as caught by @radfish in #1088 (NanoAkron)
2016-09-26Dropped "bit" from bitmonero.Randi Joseph15-36/+36
2016-09-25Revert "Fix fake 'network synchronized, begin using' messages"moneromooo-monero2-5/+2
This reverts commit 78035d2b6c9922f4cd730df0766aa74f4854ccb2. The patch doesn't work, and causes constant SYNCHRONIZED OK spam.
2016-09-24core: make the sync chunk block count overridablemoneromooo-monero5-2/+23
2016-09-24db_lmdb: do not error if dropping a non existent hard fork tablemoneromooo-monero1-1/+1
2016-09-25This file is for rlwrap for monero 0.10zveda1-0/+33
2016-09-25This file is for rlwrap for monero 0.10zveda1-0/+35
2016-09-24wallet: update min mixin for sweep_unmixable on v4moneromooo-monero1-2/+4
2016-09-24daemon: report status at 99.9% rather than 100% when not quite syncedmoneromooo-monero1-1/+11
Less confusing for users.
2016-09-24blockchain: do not reject chain histories matching only genesismoneromooo-monero1-8/+0
This is fine if our local chain is so small that it is entirely contained within the last jump in the peer's short chain history.
2016-09-23libwallet_api: simple documentation on testing environmentIlya Kitaev2-3/+25
2016-09-22Made error message consistent with other, more helpful, messageWill Skinner1-1/+1
2016-09-22libwallet_api: tests: env variables for WALLETS_ROOT_DIR andIlya Kitaev1-13/+36
TESTNET_DAEMON_ADDRESS
2016-09-22libwallet_api: tests: changed testwallets path, uncommitted all testsIlya Kitaev1-12/+14
2016-09-21Fix minor typo in "need resize" message.Myagui1-2/+2
Message observed while synchronizing a node from scratch. "LMDB memory map needs resized" Proposing a change to: "LMDB memory map needs to be resized"
2016-09-21remove check for certain clang versionsDan Miller1-5/+0
2016-09-20wallet2_api: getter and setter for "refresh interval"Ilya Kitaev4-7/+52
2016-09-20wallet2_api: fixed deadlock while closing walletIlya Kitaev1-3/+7
2016-09-19Don't define stdc++ on FreeBSDDan Miller1-1/+1
2016-09-19Remove redundant "default" in set mixin help descJ Ryan Littlefield1-1/+1
2016-09-18Fix test for 'ARM_ID' as caught by @radfish in #1088NanoAkron1-3/+3
2016-09-18Merge pull request #1102v0.10.0Riccardo Spagni19-18/+60
eeb2bbc epee: optionally restrict HTTP service to a configurable user agent (moneromooo-monero)
2016-09-18Merge pull request #1101Riccardo Spagni1-36/+16
56ff099 fixed tag detector (Riccardo Spagni)
2016-09-18epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero19-18/+60
This is intended to catch traffic coming from a web browser, so we avoid issues with a web page sending a transfer RPC to the wallet. Requiring a particular user agent can act as a simple password scheme, while we wait for 0MQ and proper authentication to be merged.
2016-09-18fixed tag detectorRiccardo Spagni1-36/+16
2016-09-18Merge pull request #1099Riccardo Spagni7-37/+28
c2faab5 fix v5 height (Riccardo Spagni) 70bd7d8 remove dead backup seed nodes, add new ones (Riccardo Spagni) cebbcf0 fix v5 fork date description (Riccardo Spagni) eb60fa2 update version (Riccardo Spagni) c41098a updated fork heights for v4 and v5 (Riccardo Spagni) c69b8a1 update block headers (Riccardo Spagni) f148af2 add checkpoints (Riccardo Spagni) c15da0e switch wallet API from std thread/mutex to boost (Riccardo Spagni) 8a274ea switch wallet API from std thread/mutex to boost (Riccardo Spagni)
2016-09-18Merge branch 'NanoAkron-armv8-march-crypto'Riccardo Spagni1-4/+22
2016-09-18fix conflictRiccardo Spagni1-4/+22
2016-09-18Merge pull request #1100Riccardo Spagni1-25/+25
d0fa9e7 gpg_keys: update my keys' expiration dates (moneromooo-monero)
2016-09-18gpg_keys: update my keys' expiration datesmoneromooo-monero1-25/+25
2016-09-18fix v5 heightRiccardo Spagni1-1/+1
2016-09-18remove dead backup seed nodes, add new onesRiccardo Spagni1-24/+6
2016-09-18fix v5 fork date descriptionRiccardo Spagni1-1/+1
2016-09-18update versionRiccardo Spagni1-2/+2
2016-09-18updated fork heights for v4 and v5Riccardo Spagni1-0/+7
2016-09-18update block headersRiccardo Spagni1-0/+0
2016-09-18add checkpointsRiccardo Spagni1-0/+2
2016-09-18Merge pull request #1098Riccardo Spagni1-2/+4
1dd5b0b wallet: keep change dest separate from other dests (moneromooo-monero)
2016-09-18Merge pull request #1097Riccardo Spagni1-0/+6
5f5d727 wallet: fix empty tx in corner case sending nothing (moneromooo-monero)
2016-09-18Merge pull request #1096Riccardo Spagni1-2/+6
c2491b9 README: make TORSOCKS_ALLOW_INBOUND optional (moneromooo-monero)
2016-09-18Merge branch 'master' of https://github.com/fluffypony/moneroRiccardo Spagni0-0/+0
2016-09-18switch wallet API from std thread/mutex to boostRiccardo Spagni2-11/+11
2016-09-18switch wallet API from std thread/mutex to boostRiccardo Spagni2-11/+11
2016-09-18wallet: keep change dest separate from other destsmoneromooo-monero1-2/+4
This fixes misreporting of amount/fee in rct txes, as the rct tx construction code was lumping all dests (whether change or not) in the same dests vector, while the pre-rct code was keeping it separate.
2016-09-18Merge pull request #1095Riccardo Spagni1-0/+3
f06882f README: mention --max-concurrency 1 for Mac (moneromooo-monero)
2016-09-18wallet: fix empty tx in corner case sending nothingmoneromooo-monero1-0/+6
2016-09-18Merge pull request #1094Riccardo Spagni32-119/+117
06bb692 cmake: support BUILD_SHARED_LIBS built-in option (redfish) e1c7af3 cmake: transitive deps and remove deprecated LINK_* (redfish) 54010b9 crypto: armv7: slow-hash: remove redundant source include (redfish)
2016-09-18Merge pull request #1093Riccardo Spagni1-1/+2
e86c5b9 miner: do not try to save config if the path isn't set (moneromooo-monero)
2016-09-18Merge pull request #1092Riccardo Spagni1-1/+1
98b8043 readme: deps: fix libunwind Debian/Ubuntu package name (redfish)
2016-09-18Merge pull request #1089Riccardo Spagni1-10/+11
368485d simplewallet: do not expose the details of tx splitting to the user (moneromooo-monero)
2016-09-18Merge pull request #1086Riccardo Spagni1-3/+3
c791040 cmake: quotes around ARCH_ID string (redfish)
2016-09-18README: make TORSOCKS_ALLOW_INBOUND optionalmoneromooo-monero1-2/+6
2016-09-18Merge pull request #1085Riccardo Spagni1-1/+1
9250863 simplewallet: fix wrong amount in show_transfers for pending transactions (moneromooo-monero)
2016-09-18README: mention --max-concurrency 1 for Macmoneromooo-monero1-0/+3
2016-09-18miner: do not try to save config if the path isn't setmoneromooo-monero1-1/+2
This saves on an exception dump when trying to write to / after finding a block.
2016-09-18cmake: support BUILD_SHARED_LIBS built-in optionredfish3-4/+16
Support building internal libraries as shared. This reduces development time by eliminating the need to re-link all binaries every time non-interface code in the library changes. Instead, can hack on libxyz, then `make libxyz`, and re-run monerod. By default BUILD_SHARED_LIBS is OFF in release build type, and ON in debug build type, but can be overriden with -D.
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish29-114/+101
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared.
2016-09-18crypto: armv7: slow-hash: remove redundant source includeredfish1-1/+0
aesb.c is already present in libcrypto as a standalone object. Tested: builds and runs fine on armv7, static and dynamic.
2016-09-18readme: deps: fix libunwind Debian/Ubuntu package nameredfish1-1/+1
2016-09-18+crypto for ARMv8 now tests and modifies ${ARCH$NanoAkron1-12/+3
2016-09-18Updated +crypto option for ARMv8 to modify ${ARCH} insteadNanoAkron1-11/+26
2016-09-17simplewallet: do not expose the details of tx splitting to the usermoneromooo-monero1-10/+11
They're confusing, as people think it reports their balance.
2016-09-17Add +crypto flag for ARMv8-aNanoAkron1-2/+6
2016-09-17cmake: quotes around ARCH_ID stringredfish1-3/+3
It's only blank only if somebody running cmake in MSYS/MinGW (Windows) manually forgets to add -D ARCH, but when it is blank, without quotes those lines are invalid cmake syntax.
2016-09-17simplewallet: fix wrong amount in show_transfers for pending transactionsmoneromooo-monero1-1/+1
Change was not taken into consideration
2016-09-17Merge pull request #1084Riccardo Spagni39-6979/+11533
5850122 remove errant target_link_libraries (Riccardo Spagni) 58abc09 don't build any miniupnpc executables (Riccardo Spagni) 114e368 don't build miniupnpc test executables (Riccardo Spagni) bb69371 updated miniupnp (Riccardo Spagni) f62ebc5 update rapidjson (Riccardo Spagni)
2016-09-17Merge pull request #1083Riccardo Spagni1-0/+3
297e583 README: mention rlwrap pitfall when inputting seed and private keys (moneromooo-monero)
2016-09-17README: mention rlwrap pitfall when inputting seed and private keysmoneromooo-monero1-0/+3
2016-09-17remove errant target_link_librariesRiccardo Spagni1-1/+1
2016-09-17don't build any miniupnpc executablesRiccardo Spagni1-1/+1
2016-09-17don't build miniupnpc test executablesRiccardo Spagni1-3/+1
2016-09-17updated miniupnpRiccardo Spagni8-26/+48
2016-09-17update rapidjsonRiccardo Spagni31-6950/+11484
2016-09-17Merge pull request #1081Riccardo Spagni1-10/+4
aa9a645 cmake: remove redundant checks around CMAKE_{AR,RANLIB} (redfish)
2016-09-17Merge pull request #1080Riccardo Spagni1-0/+3
423776f daemon: log version when starting (moneromooo-monero)
2016-09-17Merge pull request #1079Riccardo Spagni8-64/+84
9c7b0cb wallet: change priority/fee to ArticMine's recommendation (moneromooo-monero)
2016-09-17cmake: remove redundant checks around CMAKE_{AR,RANLIB}redfish1-10/+4
Those are always set, no point in checking. #1065
2016-09-16daemon: log version when startingmoneromooo-monero1-0/+3
Helps with investigating bug reports
2016-09-16wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero8-64/+84
We keep 1, 2, 3 multipliers till the fee decrase from 0.01/kB to 0.002/kB, where we start using 1, 20, 166 multipliers. This ensures the higher multiplier will compensate for the block reward penalty when pushing past 100% of the past median. The fee-multiplier wallet setting is now rename to priority, since it keeps its [0..3] range, but maps to different multiplier values.
2016-09-16Merge pull request #1077Riccardo Spagni1-42/+295
69b5918 Add ARMv8-A AES support (Howard Chu)
2016-09-16Merge pull request #1076Riccardo Spagni3-3/+11
e29e8b1 compile errors fixed when PER_BLOCK_CHECKPOINT not defined (rckngOpossum) e49c161 compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined (rckngOpossum)
2016-09-16Add ARMv8-A AES supportHoward Chu1-42/+295
More than twice as fast as plain C code. Note that both ARMv7 and ARMv8 can be further improved with better use of NEON. Also tweak ARMv7 multiplier
2016-09-15compile errors fixed when PER_BLOCK_CHECKPOINT not definedrckngOpossum1-1/+3
2016-09-15compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE definedrckngOpossum3-2/+8
2016-09-15Merge pull request #1074Riccardo Spagni3-15/+21
cd01bae Decrease minimum fee from 0.01/kB to 0.002/kB (moneromooo-monero)
2016-09-15Merge pull request #1072Riccardo Spagni1-1/+1
bb9ed3e Fix homebrew formula for OS X (Mike C)
2016-09-15Merge pull request #1068Riccardo Spagni6-1/+98
a5af33d Add libminiupnpc and libunwind to snap. (Casey Marshall) 823843e Fix portability issues discovered with fresh snap install. (Casey Marshall) 0a56d83 Add snap packaging. (Casey Marshall)
2016-09-15Merge pull request #1067Riccardo Spagni7-75/+198
70b78bb wallet: fix misdetection of duplicates (moneromooo-monero) 7d413f6 rct: rework serialization to avoid storing vector sizes (moneromooo-monero) 0ce79ef core: cleanup some typecasting (moneromooo-monero)
2016-09-15Merge pull request #1066Riccardo Spagni1-1/+1
f138138 Daemon: fix hashrate display in diff command output (iDunk5400)
2016-09-15Merge pull request #1065Riccardo Spagni1-6/+9
1855213 Attempt to fix broken compilation on some systems caused by #1074 (iDunk5400)
2016-09-15Decrease minimum fee from 0.01/kB to 0.002/kBmoneromooo-monero3-15/+21
The wallet will start using that fee about two weeks after hard fork 3, when most people will likely have updated their daemons.
2016-09-14Fix homebrew formula for OS XMike C1-1/+1
bitmonero --> monero
2016-09-14wallet: fix misdetection of duplicatesmoneromooo-monero1-11/+3
2016-09-14rct: rework serialization to avoid storing vector sizesmoneromooo-monero6-60/+191
2016-09-14core: cleanup some typecastingmoneromooo-monero1-4/+4
2016-09-11Add libminiupnpc and libunwind to snap.Casey Marshall1-0/+2
2016-09-11Fix portability issues discovered with fresh snap install.Casey Marshall3-0/+11
ARCH=native fixes SIGILL issues on other amd64 processors. Static library dependencies where supported. Package libunbound2 in the snap.
2016-09-11Add snap packaging.Casey Marshall6-1/+85
This adds [snap](https://snapcraft.io) packaging to the project. See the link for more information on snaps. Snap packages install on all Linux distributions. On Ubuntu, snap confinement with apparmor and seccomp provide an additional layer of security. This snap sets up monerod as a systemd service, which should start immediately on install. To access the wallet CLI, simply run `monero` (/snap/bin/monero). I think it's a really quick & easy way to get started with monero. I've made some opinionated decisions in the packaging just to kick this off, but I'm happy to iterate on this stuff.
2016-09-10Daemon: fix hashrate display in diff command outputiDunk54001-1/+1
2016-09-10Attempt to fix broken compilation on some systems caused by #1074iDunk54001-6/+9
2016-09-10Merge pull request #1053Riccardo Spagni1-5/+12
13c5dc6 Update README.md (jw) 44f1191 Update README.md (jw) f4ffe7f Update MSYS2 build instructions. (jw)
2016-09-10Merge pull request #1050Riccardo Spagni1-0/+2
f5d03bb tests: block reward: disable 64-bit-only tests on 32-bit systems (redfish)
2016-09-10Merge pull request #1049Riccardo Spagni2-3/+13
24d9337 crypto,cmake: enable ASM mul impl on ARM; add cmake opt (redfish)
2016-09-10Merge pull request #1048Riccardo Spagni1-17/+5
533eafa readme: make section on docs more concise (redfish)
2016-09-10Merge pull request #1047Riccardo Spagni1-2/+12
0f94f61 cmake: handle dists which prefix gcc binaries wth arch triplet (redfish)
2016-09-10Merge pull request #1044Riccardo Spagni1-0/+2
b1d5189 cmake: fix def propagation, fixes 32-bit build (redfish)