Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-23 | simplewallet: factor locked_transfer, and fix a few rough edges | moneromooo-monero | 1 | -256/+43 | |
Factor locked_transfer into transfer_main, which brings various improvements for free (multiple addresses, proper detection of multiple payment ids, obeying the prompt settings). Also fix a few things, such as using uint64_t instead of int for block heights, actually checking whether getting blockchain height succeeded, etc. | |||||
2016-10-23 | Merge pull request #1247 | Riccardo Spagni | 8 | -0/+35 | |
10a79ea daemon: report transaction relay status in print_pool* commands (moneromooo-monero) 1e16366 core: notify the txpool when transactions are relayed (moneromooo-monero) f3c374f tx_pool: set relayed flag on relay (moneromooo-monero) | |||||
2016-10-23 | Merge pull request #1246 | Riccardo Spagni | 1 | -0/+7 | |
372f338 wallet: sanity check on selected transfer indices in signed ptx (moneromooo-monero) | |||||
2016-10-23 | Merge pull request #1239 | Riccardo Spagni | 1 | -1/+1 | |
12d8616 perf_timer: format string fix for 32 bits (moneromooo-monero) | |||||
2016-10-23 | Merge pull request #1232 | Riccardo Spagni | 2 | -0/+35 | |
bfc1de7 CONTRIBUTING: somes notes about how to contribute (moneromooo-monero) | |||||
2016-10-23 | Merge pull request #1230 | Riccardo Spagni | 2 | -0/+22 | |
06b642d wallet_api: add address validation functions (moneromooo-monero) | |||||
2016-10-23 | daemon: report transaction relay status in print_pool* commands | moneromooo-monero | 3 | -0/+8 | |
2016-10-23 | core: notify the txpool when transactions are relayed | moneromooo-monero | 5 | -0/+24 | |
2016-10-22 | Merge pull request #1229 | Riccardo Spagni | 1 | -2/+7 | |
b6b86ab wallet2_api: recognize full size payment ids as valid (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1228 | Riccardo Spagni | 1 | -1/+1 | |
2bf65df wallet_api: do not override invalid payment id (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1225 | Riccardo Spagni | 2 | -8/+7 | |
04da979 Always confirm transfers defaults to ON/YES (NanoAkron) | |||||
2016-10-22 | Merge pull request #1224 | Riccardo Spagni | 3 | -11/+12 | |
8231997 simplewallet: fix sweep_all misreporting sweeped amount for rct outputs (moneromooo-monero) 985f61a wallet: force 0 mixin transactions to use pre-rct txes (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1223 | Riccardo Spagni | 1 | -5/+7 | |
0950be9 wallet: speed up output selection, and fix bug with relatedness calculation (moneromooo-monero) 0eba133 wallet: fix mixup between mixin 2 and 4 before/after v5 (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1222 | Riccardo Spagni | 2 | -0/+4 | |
5e10fb0 rpc: add blockchain cumulative difficulty to getinfo call (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1221 | Riccardo Spagni | 1 | -1/+8 | |
094f4c8 rpc: add missing top block hash to json getinfo call (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1220 | Riccardo Spagni | 4 | -9/+87 | |
e76dcdd wallet: improve error messages when not enough money for transfer (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1219 | Riccardo Spagni | 2 | -2/+2 | |
2d7083c wallet_api: fix wrong amount in tx history (moneromooo-monero) b5f2001 simplewallet: fix wrong amount in show_transfers (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1218 | Riccardo Spagni | 4 | -44/+135 | |
3429bfb ringct: thread verRct and verRctSimple (moneromooo-monero) e06a4da ringct: remove unneeded type conversions (moneromooo-monero) afc70df ringct: reserve space in vectors to avoid excessive reallocation (moneromooo-monero) 9ebf7b6 ringct: avoid unnecessary memcpy (moneromooo-monero) 1fe75c1 ringct: add a few consts where possible (moneromooo-monero) ab002a1 ringct: pass vectors by const ref where possible (moneromooo-monero) | |||||
2016-10-22 | Merge pull request #1216 | Riccardo Spagni | 1 | -1/+1 | |
9c73128 Change default dust threshold to equal fee per kb (AwfulCrawler) | |||||
2016-10-22 | Merge pull request #1200 | Riccardo Spagni | 2 | -54/+67 | |
a3748f4 Rewrote add_wallet_create_if_needed for clearer flow and behaviour (NanoAkron) | |||||
2016-10-22 | tx_pool: set relayed flag on relay | moneromooo-monero | 1 | -0/+3 | |
2016-10-22 | wallet: sanity check on selected transfer indices in signed ptx | moneromooo-monero | 1 | -0/+7 | |
2016-10-20 | perf_timer: format string fix for 32 bits | moneromooo-monero | 1 | -1/+1 | |
2016-10-20 | Merge pull request #1237 | Riccardo Spagni | 1 | -1/+1 | |
4fd56a5 unit_tests: fix build after get_output_histogram signature change (moneromooo-monero) | |||||
2016-10-19 | unit_tests: fix build after get_output_histogram signature change | moneromooo-monero | 1 | -1/+1 | |
2016-10-18 | Merge pull request #1215 | Riccardo Spagni | 2 | -2/+2 | |
a6bc110 patched parameter type bug that was causing failure on 32 bit (Dion Ahmetaj) | |||||
2016-10-18 | Merge pull request #1082 | Riccardo Spagni | 9 | -32/+92 | |
88faec7 wallet: select part of the fake outs from recent outputs (moneromooo-monero) | |||||
2016-10-17 | CONTRIBUTING: somes notes about how to contribute | moneromooo-monero | 2 | -0/+35 | |
2016-10-16 | wallet_api: add address validation functions | moneromooo-monero | 2 | -0/+22 | |
The payment id from integrated addresses is also parsed | |||||
2016-10-16 | wallet2_api: recognize full size payment ids as valid | moneromooo-monero | 1 | -2/+7 | |
2016-10-16 | wallet_api: do not override invalid payment id | moneromooo-monero | 1 | -1/+1 | |
Instead, return an empty string to mark the error | |||||
2016-10-15 | Rewrote add_wallet_create_if_needed for clearer flow and behaviour | NanoAkron | 2 | -54/+67 | |
2016-10-15 | Always confirm transfers defaults to ON/YES | NanoAkron | 2 | -8/+7 | |
2016-10-15 | simplewallet: fix sweep_all misreporting sweeped amount for rct outputs | moneromooo-monero | 3 | -10/+11 | |
RingCT outputs will be 0 in the vin, so we need to get the actual amount from elsewhere. | |||||
2016-10-15 | wallet: force 0 mixin transactions to use pre-rct txes | moneromooo-monero | 1 | -1/+1 | |
rct transactions does not support 0 mixin, and those are now typically dust sweep transactions, for which a lower fee is a must. | |||||
2016-10-15 | wallet: select part of the fake outs from recent outputs | moneromooo-monero | 9 | -32/+92 | |
25% of the outputs are selected from the last 5 days (if possible), in order to avoid the common case of sending recently received outputs again. 25% and 5 days are subject to review later, since it's just a wallet level change. | |||||
2016-10-15 | wallet: speed up output selection, and fix bug with relatedness calculation | moneromooo-monero | 1 | -3/+5 | |
2016-10-15 | wallet: fix mixup between mixin 2 and 4 before/after v5 | moneromooo-monero | 1 | -2/+2 | |
2016-10-15 | rpc: add blockchain cumulative difficulty to getinfo call | moneromooo-monero | 2 | -0/+4 | |
2016-10-15 | rpc: add missing top block hash to json getinfo call | moneromooo-monero | 1 | -1/+8 | |
2016-10-15 | wallet: improve error messages when not enough money for transfer | moneromooo-monero | 4 | -9/+87 | |
2016-10-15 | wallet_api: fix wrong amount in tx history | moneromooo-monero | 1 | -1/+1 | |
2016-10-15 | simplewallet: fix wrong amount in show_transfers | moneromooo-monero | 1 | -1/+1 | |
2016-10-15 | ringct: thread verRct and verRctSimple | moneromooo-monero | 1 | -17/+119 | |
2016-10-15 | ringct: remove unneeded type conversions | moneromooo-monero | 2 | -3/+3 | |
2016-10-15 | ringct: reserve space in vectors to avoid excessive reallocation | moneromooo-monero | 1 | -0/+2 | |
2016-10-15 | ringct: avoid unnecessary memcpy | moneromooo-monero | 1 | -16/+3 | |
2016-10-15 | ringct: add a few consts where possible | moneromooo-monero | 1 | -4/+4 | |
2016-10-15 | ringct: pass vectors by const ref where possible | moneromooo-monero | 2 | -4/+4 | |
2016-10-14 | patched parameter type bug that was causing failure on 32 bit | Dion Ahmetaj | 2 | -2/+2 | |
2016-10-12 | Change default dust threshold to equal fee per kb | AwfulCrawler | 1 | -1/+1 | |
2016-10-11 | Merge pull request #1203 | Riccardo Spagni | 6 | -1/+154 | |
4038e86 Add performance timers for ringct tx verification (moneromooo-monero) 74dfdb0 perf_timer: new class and macros to make performance logs easier (moneromooo-monero) | |||||
2016-10-11 | Merge pull request #1204 | Riccardo Spagni | 11 | -1/+139 | |
7db29d6 print_coinbase_tx_sum now breaks output into fee and emission components (Dion Ahmetaj) dd6c443 changed params from start/end index to height/count (Dion Ahmetaj) e95d3f3 attempted to remove whitespace spam (Dion Ahmetaj) 412da63 added print_coinbase_tx_sum option (Dion Ahmetaj) | |||||
2016-10-11 | Merge pull request #1205 | Riccardo Spagni | 1 | -0/+14 | |
eeb7ecf Hard fork info in the Readme (Gingeropolous) | |||||
2016-10-10 | Hard fork info in the Readme | Gingeropolous | 1 | -0/+14 | |
With dashes in the dates and the markdown code aligned to make cows happy. :) | |||||
2016-10-10 | print_coinbase_tx_sum now breaks output into fee and emission components | Dion Ahmetaj | 5 | -10/+30 | |
2016-10-10 | changed params from start/end index to height/count | Dion Ahmetaj | 10 | -27/+27 | |
2016-10-10 | attempted to remove whitespace spam | Dion Ahmetaj | 10 | -108/+109 | |
2016-10-10 | Add performance timers for ringct tx verification | moneromooo-monero | 3 | -0/+12 | |
2016-10-10 | perf_timer: new class and macros to make performance logs easier | moneromooo-monero | 3 | -1/+142 | |
Call PERF_TIMER(name), which is scoped. | |||||
2016-10-10 | added print_coinbase_tx_sum option | Dion Ahmetaj | 10 | -110/+227 | |
2016-10-10 | Merge pull request #1201 | Riccardo Spagni | 3 | -0/+12 | |
a8cd656 Wallet API: added setRecoveringFromSeed(); (Jacob Brydolf) | |||||
2016-10-10 | Wallet API: added setRecoveringFromSeed(); | Jacob Brydolf | 3 | -0/+12 | |
2016-10-09 | Merge pull request #1195 | Riccardo Spagni | 6 | -25/+77 | |
697ce1d libwallet_api: reverted deleted curly brace (Ilya Kitaev) bb9094f libwallet_api: fixes for transaction history (Ilya Kitaev) 62b3708 libwallet_api: do not signal on sent/received tx until wallet completely synchronized (Ilya Kitaev) 11fab41 libwallet_api: TransactionHistory: read/write syncchronization (Ilya Kitaev) 559f379 libwallet_api: test: adjusted mixin_count=4 as it's minumum allowed (Ilya Kitaev) 8b0cb8c libwallet_api: some renamings (Ilya Kitaev) db3282c Initialize transaction history if empty (Ilya Kitaev) 85f5e73 libwallet_api: fixes for transaction history (Ilya Kitaev) | |||||
2016-10-09 | Merge pull request #1194 | Riccardo Spagni | 11 | -40/+143 | |
3126ba7 ringct: use const refs as parameters where appropriate (moneromooo-monero) d8eae67 tests: add performance test for ge_frombytes_vartime (moneromooo-monero) 3cb2436 core: remove some unused code (moneromooo-monero) 1eaa3e8 tests: add performance tests for rct signatures (moneromooo-monero) | |||||
2016-10-09 | Merge pull request #1192 | Riccardo Spagni | 5 | -3/+20 | |
36a89ab libwallet_api: Added option to restore from specific height (Jacob Brydolf) | |||||
2016-10-09 | Merge pull request #1191 | Riccardo Spagni | 1 | -4/+7 | |
9f31e2d wallet: do not announce pool txes as money spent/received (yet) (moneromooo-monero) | |||||
2016-10-08 | ringct: use const refs as parameters where appropriate | moneromooo-monero | 3 | -5/+5 | |
2016-10-08 | tests: add performance test for ge_frombytes_vartime | moneromooo-monero | 3 | -0/+73 | |
At luigi1111's request | |||||
2016-10-08 | core: remove some unused code | moneromooo-monero | 1 | -3/+0 | |
2016-10-08 | tests: add performance tests for rct signatures | moneromooo-monero | 6 | -36/+69 | |
2016-10-08 | libwallet_api: Added option to restore from specific height | Jacob Brydolf | 5 | -3/+20 | |
2016-10-07 | Merge pull request #1182 | Riccardo Spagni | 1 | -0/+52 | |
2f51969 Add iDunk's GPG key (iDunk5400) | |||||
2016-10-07 | Merge pull request #1121 | Riccardo Spagni | 2 | -222/+31 | |
4e6d708 wallet: better implementation of sweep_unmixable (moneromooo-monero) | |||||
2016-10-07 | wallet: do not announce pool txes as money spent/received (yet) | moneromooo-monero | 1 | -4/+7 | |
2016-10-07 | Merge pull request #1120 | Riccardo Spagni | 1 | -1/+1 | |
2a0ad8b simplewallet: add mixin and payment id to sweep_all help (moneromooo-monero) | |||||
2016-10-07 | libwallet_api: reverted deleted curly brace | Ilya Kitaev | 1 | -0/+1 | |
2016-10-07 | resolved conflict with 'develop' of https://github.com/mbg033/monero | Ilya Kitaev | 1 | -3/+0 | |
2016-10-07 | libwallet_api: do not signal on sent/received tx until wallet completely | Ilya Kitaev | 3 | -6/+31 | |
synchronized | |||||
2016-10-06 | libwallet_api: TransactionHistory: read/write syncchronization | Ilya Kitaev | 2 | -14/+21 | |
2016-10-06 | libwallet_api: test: adjusted mixin_count=4 as it's minumum allowed | Ilya Kitaev | 1 | -3/+4 | |
2016-10-06 | libwallet_api: some renamings | Ilya Kitaev | 4 | -9/+11 | |
2016-10-06 | Initialize transaction history if empty | Ilya Kitaev | 3 | -2/+11 | |
2016-10-06 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 | |
2016-10-04 | libwallet_api: fixes for transaction history | Ilya Kitaev | 1 | -3/+13 | |
2016-10-04 | Add iDunk's GPG key | iDunk5400 | 1 | -0/+52 | |
2016-10-04 | wallet: better implementation of sweep_unmixable | moneromooo-monero | 2 | -222/+31 | |
This was still using the old transaction creation algorithm, coupled with a deterministic output selection scheme, which made it ill suited to the job, since it'd loop indefinitely in case the fee increased between the test tx and adding the fee. | |||||
2016-10-04 | simplewallet: add mixin and payment id to sweep_all help | moneromooo-monero | 1 | -1/+1 | |
2016-10-04 | Merge pull request #1180 | Riccardo Spagni | 1 | -2/+2 | |
79bb5a6 Fix build after spelling corrections in core_rpc_server (Jacob Brydolf) | |||||
2016-10-04 | Fix build after spelling corrections in core_rpc_server | Jacob Brydolf | 1 | -2/+2 | |
2016-10-04 | Merge pull request #1179 | Riccardo Spagni | 2 | -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-04 | Merge pull request #1177 | Riccardo Spagni | 1 | -1/+1 | |
3644aa9 blockchain: avoid using a reference to a temporary (moneromooo-monero) | |||||
2016-10-04 | Merge pull request #1175 | Riccardo Spagni | 1 | -0/+31 | |
b673830 Add NanoAkron's GPG key (NanoAkron) | |||||
2016-10-04 | Merge pull request #1174 | Riccardo Spagni | 1 | -0/+30 | |
a4044df add Jaquees GPG key (Jacob Brydolf) | |||||
2016-10-04 | Merge pull request #1173 | Riccardo Spagni | 5 | -0/+57 | |
65ea836 wallet2_api: added Wallet::daemonBlockChainTargetHeight() libwallet_api: Wallet::blockChainTargetHeight (Jacob Brydolf) | |||||
2016-10-04 | Merge pull request #1165 | Riccardo Spagni | 1 | -0/+12 | |
e57379a p2p: drop any existing connection to a banned IP (moneromooo-monero) | |||||
2016-10-04 | Merge pull request #1164 | Riccardo Spagni | 3 | -12/+61 | |
179b1f4 daemon: implement missing print_bc and matching RPC (moneromooo-monero) | |||||
2016-10-04 | Merge pull request #1160 | Riccardo Spagni | 4 | -3/+92 | |
80b4da3 wallet: wallet option to confirm transfers with no payment id (moneromooo-monero) | |||||
2016-10-04 | Merge pull request #1139 | Riccardo Spagni | 15 | -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-04 | Merge pull request #1133 | Riccardo Spagni | 2 | -5/+2 | |
cec090f Revert "Fix fake 'network synchronized, begin using' messages" (moneromooo-monero) | |||||
2016-10-04 | Merge pull request #1125 | Riccardo Spagni | 1 | -2/+4 | |
7b09e9f wallet: update min mixin for sweep_unmixable on v4 (moneromooo-monero) | |||||
2016-10-04 | Merge pull request #1123 | Riccardo Spagni | 1 | -8/+0 | |
0d036be blockchain: do not reject chain histories matching only genesis (moneromooo-monero) | |||||
2016-10-04 | Fix description for locked_transfer | Oyvind Kvanes | 1 | -1/+1 | |
2016-10-04 | Merge pull request #1171 | Riccardo Spagni | 12 | -104/+2 | |
6390673 Removed all code related to fast_exit (NanoAkron) | |||||
2016-10-04 | Merge pull request #1168 | Riccardo Spagni | 6 | -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-04 | Merge pull request #1167 | Riccardo Spagni | 1 | -1/+1 | |
2e20ca9 Update README.md (lethos3) | |||||
2016-10-04 | Merge pull request #1163 | Riccardo Spagni | 1 | -1/+1 | |
1eae905 Small typo in README.i18n (Jkat) | |||||
2016-10-04 | Merge pull request #1162 | Riccardo Spagni | 2 | -2/+2 | |
e5f8642 Update minimum mixin in transfer_original help text (TedTheFicus) ea45d61 Update minimum mixin in transfer_original help text (TedTheFicus) | |||||
2016-10-04 | Merge pull request #1152 | Riccardo Spagni | 4 | -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-04 | Merge pull request #1149 | Riccardo Spagni | 4 | -28/+28 | |
25be1d3 Noticed two spellings of the word 'response' in the codebase, one 'responce' and the other 'response'. (NanoAkron) | |||||
2016-10-04 | Merge pull request #1145 | Riccardo Spagni | 1 | -1/+1 | |
8438fb4 Improving daemon startup log message (NanoAkron) | |||||
2016-10-04 | Merge pull request #1140 | Riccardo Spagni | 10 | -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-04 | Merge pull request #1159 | Riccardo Spagni | 2 | -0/+2 | |
baa3e80 tests: fix build after addition of cryptonote_core::get_block_sync_size (moneromooo-monero) | |||||
2016-10-04 | Rename to lockblocks and add max value | Oyvind Kvanes | 1 | -45/+30 | |
2016-10-04 | Brackets to prevent premature return | NanoAkron | 1 | -0/+2 | |
2016-10-04 | Brackets to ensure doesn't function prematurely return | NanoAkron | 1 | -0/+2 | |
2016-10-03 | blockchain: avoid using a reference to a temporary | moneromooo-monero | 1 | -1/+1 | |
2016-10-03 | Add NanoAkron's GPG key | NanoAkron | 1 | -0/+31 | |
2016-10-03 | Moved logging to target functions rather than caller | NanoAkron | 6 | -21/+31 | |
2016-10-03 | wallet2_api: added Wallet::daemonBlockChainTargetHeight() | Jacob Brydolf | 5 | -0/+57 | |
libwallet_api: Wallet::blockChainTargetHeight Signed-off-by: Jacob Brydolf <jacob@brydolf.net> | |||||
2016-10-03 | add Jaquees GPG key | Jacob Brydolf | 1 | -0/+30 | |
Signed-off-by: Jacob Brydolf <jacob@brydolf.net> | |||||
2016-10-03 | Removed all code related to fast_exit | NanoAkron | 12 | -104/+2 | |
2016-10-02 | Added messages at log level 2 to reflect deactivation procedure | NanoAkron | 1 | -0/+4 | |
2016-10-03 | Update README.md | lethos3 | 1 | -1/+1 | |
mnemonic wallets have 25 words. | |||||
2016-10-02 | p2p: drop any existing connection to a banned IP | moneromooo-monero | 1 | -0/+12 | |
2016-10-02 | daemon: implement missing print_bc and matching RPC | moneromooo-monero | 3 | -12/+61 | |
2016-10-01 | Small typo in README.i18n | Jkat | 1 | -1/+1 | |
2016-10-01 | Update minimum mixin in transfer_original help text | TedTheFicus | 1 | -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-01 | Update minimum mixin in transfer_original help text | TedTheFicus | 1 | -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-01 | libwallet_api: do not use fast-refresh on recovery | Ilya Kitaev | 3 | -14/+63 | |
2016-10-01 | wallet: wallet option to confirm transfers with no payment id | moneromooo-monero | 4 | -3/+92 | |
set confirm-missing-payment-id 0|1 Defaults to true. | |||||
2016-10-01 | tests: fix build after addition of cryptonote_core::get_block_sync_size | moneromooo-monero | 2 | -0/+2 | |
2016-09-30 | libwallet_api: fast-refresh in case of opening non-synced wallet | Ilya Kitaev | 3 | -7/+30 | |
2016-09-30 | libwallet_api: fix unhandled exception on address check | Ilya Kitaev | 1 | -12/+16 | |
2016-09-30 | libwallet_api: fast-refresh for new wallet | Ilya Kitaev | 3 | -12/+56 | |
2016-09-29 | Merge pull request #1124 | Riccardo Spagni | 1 | -1/+11 | |
8b4e7c6 daemon: report status at 99.9% rather than 100% when not quite synced (moneromooo-monero) | |||||
2016-09-29 | Merge pull request #1127 | Riccardo Spagni | 2 | -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-29 | Merge pull request #1128 | Riccardo Spagni | 1 | -1/+1 | |
d2e11f3 db_lmdb: do not error if dropping a non existent hard fork table (moneromooo-monero) | |||||
2016-09-29 | Merge pull request #1129 | Riccardo Spagni | 5 | -2/+23 | |
5e3e362 core: make the sync chunk block count overridable (moneromooo-monero) | |||||
2016-09-29 | Merge pull request #1136 | Riccardo Spagni | 7 | -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-29 | Merge pull request #1137 | Riccardo Spagni | 1 | -5/+1 | |
5360316 removed deprecated update-core (Adriaan Joubert) | |||||
2016-09-29 | Merge pull request #1141 | Riccardo Spagni | 1 | -0/+30 | |
7d7f684 add luigi1111's gpg key (luigi1111) | |||||
2016-09-29 | Noticed two spellings of the word 'response' in the codebase, one 'responce' ↵ | NanoAkron | 4 | -28/+28 | |
and the other 'response'. Fixed to the standard spelling 'response'. This may fix some functionality - some calls had mixed spellings. | |||||
2016-09-28 | Fix locked_transfer | Oyvind Kvanes | 1 | -6/+3 | |
2016-09-28 | Add locked_transfer | Oyvind Kvanes | 1 | -87/+83 | |
2016-09-28 | Revert transfer_main in simplewallet | Oyvind Kvanes | 2 | -22/+279 | |
2016-09-28 | Add motifications to test out locked_transfer | Oyvind Kvanes | 1 | -6/+18 | |
2016-09-28 | Add more information to transaction in wallet | Oyvind Kvanes | 1 | -1/+8 | |
2016-09-28 | Make a small test change | Oyvind Kvanes | 1 | -1/+1 | |
2016-09-28 | Improving daemon startup log message | NanoAkron | 1 | -1/+1 | |
2016-09-28 | libwallet_api: test for create/init wallet on mainnet | Ilya Kitaev | 1 | -3/+50 | |
2016-09-28 | wallet2: wallet2::get_daemon_blockchain_height() clean error message on | Ilya Kitaev | 1 | -0/+4 | |
success | |||||
2016-09-28 | libwallet_api: Wallet::setAutoRefreshInterval sanity check | Ilya Kitaev | 1 | -1/+9 | |
2016-09-28 | libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight() | Ilya Kitaev | 1 | -0/+2 | |
on error | |||||
2016-09-28 | libwallet_api: tests: fixed WalletCallbackReceived test | Ilya Kitaev | 1 | -3/+7 | |
2016-09-27 | libwallet_api: tests: test fixed according implementation | Ilya Kitaev | 1 | -1/+0 | |
2016-09-27 | libwallet_api: tests: compilation errors fixed | Ilya Kitaev | 1 | -2/+2 | |
2016-09-27 | wallet: cold wallet transaction signing | moneromooo-monero | 7 | -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-27 | Update CMakeLists.txt | codehalo | 1 | -1/+0 | |
2016-09-27 | Update CMakeLists.txt | codehalo | 1 | -1/+1 | |
2016-09-27 | Update CMakeLists.txt | codehalo | 1 | -11/+6 | |
2016-09-26 | add luigi1111's gpg key | luigi1111 | 1 | -0/+30 | |
2016-09-26 | wallet: fix log confusion between bytes and kilobytes | moneromooo-monero | 1 | -2/+2 | |
2016-09-26 | cryptonote_core: make extra field removal more generic | moneromooo-monero | 2 | -4/+4 | |
2016-09-26 | serialization: add support for serializing std::pair and std::list | moneromooo-monero | 3 | -4/+219 | |
2016-09-26 | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 1 | -5/+11 | |
2016-09-26 | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 2 | -5/+5 | |
2016-09-26 | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 1 | -1/+1 | |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 13 | -31/+31 | |
2016-09-26 | removed deprecated update-core | Adriaan Joubert | 1 | -5/+1 | |
Functionality handled by pacman | |||||
2016-09-26 | Cleanup. Dropped "bit" from bitmonero. | Randi Joseph | 1 | -1/+1 | |
2016-09-26 | formatting: 2-spaces indentation | Ilya Kitaev | 1 | -20/+20 | |
2016-09-26 | formatting: 2-spaces indentation | Ilya Kitaev | 1 | -1/+1 | |
2016-09-26 | wallet2_api: milliseconds resolution for auto-refresh interval | Ilya Kitaev | 3 | -13/+13 | |
2016-09-26 | wallet2_api: added Wallet::daemonBlockChainHeight() | Ilya Kitaev | 7 | -9/+78 | |
2016-09-26 | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlock | Ilya Kitaev | 4 | -5/+91 | |
2016-09-26 | Merge pull request #1117 | Riccardo Spagni | 1 | -1/+1 | |
fc855c1 Made error message consistent with other, more helpful, message (Will Skinner) | |||||
2016-09-26 | Merge pull request #1116 | Riccardo Spagni | 6 | -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-26 | Merge pull request #1113 | Riccardo Spagni | 1 | -2/+2 | |
12427dd Fix minor typo in "need resize" message. (Myagui) | |||||
2016-09-26 | Merge pull request #1105 | Riccardo Spagni | 1 | -5/+0 | |
344e96c remove check for certain clang versions (Dan Miller) b73bed2 Don't define stdc++ on FreeBSD (Dan Miller) | |||||
2016-09-26 | Merge pull request #1104 | Riccardo Spagni | 1 | -1/+1 | |
7f009bb Remove redundant "default" in set mixin help desc (J Ryan Littlefield) | |||||
2016-09-26 | Merge pull request #1103 | Riccardo Spagni | 1 | -3/+3 | |
b8fb9d1 Fix test for 'ARM_ID' as caught by @radfish in #1088 (NanoAkron) | |||||
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 15 | -36/+36 | |
2016-09-25 | Revert "Fix fake 'network synchronized, begin using' messages" | moneromooo-monero | 2 | -5/+2 | |
This reverts commit 78035d2b6c9922f4cd730df0766aa74f4854ccb2. The patch doesn't work, and causes constant SYNCHRONIZED OK spam. | |||||
2016-09-24 | core: make the sync chunk block count overridable | moneromooo-monero | 5 | -2/+23 | |
2016-09-24 | db_lmdb: do not error if dropping a non existent hard fork table | moneromooo-monero | 1 | -1/+1 | |
2016-09-25 | This file is for rlwrap for monero 0.10 | zveda | 1 | -0/+33 | |
2016-09-25 | This file is for rlwrap for monero 0.10 | zveda | 1 | -0/+35 | |
2016-09-24 | wallet: update min mixin for sweep_unmixable on v4 | moneromooo-monero | 1 | -2/+4 | |
2016-09-24 | daemon: report status at 99.9% rather than 100% when not quite synced | moneromooo-monero | 1 | -1/+11 | |
Less confusing for users. | |||||
2016-09-24 | blockchain: do not reject chain histories matching only genesis | moneromooo-monero | 1 | -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-23 | libwallet_api: simple documentation on testing environment | Ilya Kitaev | 2 | -3/+25 | |
2016-09-22 | Made error message consistent with other, more helpful, message | Will Skinner | 1 | -1/+1 | |
2016-09-22 | libwallet_api: tests: env variables for WALLETS_ROOT_DIR and | Ilya Kitaev | 1 | -13/+36 | |
TESTNET_DAEMON_ADDRESS | |||||
2016-09-22 | libwallet_api: tests: changed testwallets path, uncommitted all tests | Ilya Kitaev | 1 | -12/+14 | |
2016-09-21 | Fix minor typo in "need resize" message. | Myagui | 1 | -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-21 | remove check for certain clang versions | Dan Miller | 1 | -5/+0 | |
2016-09-20 | wallet2_api: getter and setter for "refresh interval" | Ilya Kitaev | 4 | -7/+52 | |
2016-09-20 | wallet2_api: fixed deadlock while closing wallet | Ilya Kitaev | 1 | -3/+7 | |
2016-09-19 | Don't define stdc++ on FreeBSD | Dan Miller | 1 | -1/+1 | |