summaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* simplewallet: add get/set for refresh-from-heightmoneromooo-monero2017-10-221-1/+20
|
* Merge pull request #2363Riccardo Spagni2017-09-021-3/+66
|\ | | | | | | 31b1c6c1 simplewallet: new "fee" command to display fee information (moneromooo-monero)
| * simplewallet: new "fee" command to display fee informationmoneromooo-monero2017-08-291-3/+66
| | | | | | | | including expected transaction backlog at different priorities
* | Merge pull request #2358Riccardo Spagni2017-09-021-0/+1
|\ \ | |/ |/| | | 0c6c3eb3 Silence stupid fallthru warning in gcc 7 (Howard Chu)
| * Silence stupid fallthru warning in gcc 7Howard Chu2017-08-211-0/+1
| |
* | Merge pull request #2343Riccardo Spagni2017-08-261-0/+8
|\ \ | | | | | | | | | | | | c656dd0e Fix refresh counter display (Howard Chu) c088d38a Simplify readline support (Howard Chu)
| * | Fix refresh counter displayHoward Chu2017-08-221-0/+8
| |/ | | | | | | Suspend readline when refreshing
* / wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero2017-08-261-1/+57
|/
* Merge pull request #2293Riccardo Spagni2017-08-151-1/+13
|\ | | | | | | dee41efa simplewallet: mnemonic language command-line arg (Eugene Otto)
| * simplewallet: mnemonic language command-line argEugene Otto2017-08-131-1/+13
| | | | | | | | | | Add `--mnemonic-language` command-line arg so it's possible to generate a wallet without interacting with the CLI.
* | Merge pull request #2281Riccardo Spagni2017-08-151-80/+8
|\ \ | | | | | | | | | | | | e499ff33 simplewallet: factor out message_writer (moneromooo-monero) 7ed5ab47 scoped_message_writer: pause readline to match simplewallet (moneromooo-monero)
| * | simplewallet: factor out message_writermoneromooo-monero2017-08-111-80/+8
| |/
* | Merge pull request #2279Riccardo Spagni2017-08-151-0/+6
|\ \ | | | | | | | | | | | | 359517c7 wallet_rpc_server: fix possible privacy leak in on_import_key_images() (Jaquee) 20495b27 simplewallet: fix possible privacy leak in import_key_images() (Jaquee)
| * | simplewallet: fix possible privacy leak in import_key_images()Jaquee2017-08-111-0/+6
| |/
* | Merge pull request #2256Riccardo Spagni2017-08-151-6/+11
|\ \ | | | | | | | | | 042b86c4 simplewallet: do not ask wallet filename twice when restoring (moneromooo-monero)
| * | simplewallet: do not ask wallet filename twice when restoringmoneromooo-monero2017-08-061-6/+11
| | | | | | | | | | | | | | | It's annoying and pointless (especially as it's the only thing where the user is asked twice)
* | | Merge pull request #2255Riccardo Spagni2017-08-151-2/+2
|\ \ \ | | | | | | | | | | | | 8bbed275 simplewallet: Be explicit about secret keys (Erik de Castro Lopo)
| * | | simplewallet: Be explicit about secret keysErik de Castro Lopo2017-08-061-2/+2
| |/ / | | | | | | | | | | | | | | | Previously, the wallet just asked for "Spend key" and "View key" but now it specifies that these should be the secret versions of these keys.
* | | Merge pull request #2240Riccardo Spagni2017-08-151-2/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | b7d6ec83 simplewallet: add (out of sync) or (no daemon) markers in the prompt (moneromooo-monero) fa23a500 wallet2: add a is_synced function (moneromooo-monero) f1307bbd node_rpc_proxy: add a proxy for target height (moneromooo-monero)
| * | | simplewallet: add (out of sync) or (no daemon) markers in the promptmoneromooo-monero2017-08-021-2/+14
| |/ / | | | | | | | | | | | | Should help people who don't realize why they haven't seen their monero yet.
* | | Merge pull request #2205Riccardo Spagni2017-08-151-0/+35
|\ \ \ | |_|/ |/| | | | | c97d1bd3 wallet: return unlock_time in get_transfers (moneromooo-monero)
| * | wallet: return unlock_time in get_transfersmoneromooo-monero2017-08-021-0/+35
| |/ | | | | | | also show it in simplewallet's show_transfer
* | change mixin to ring size in user visible placesmoneromooo-monero2017-08-071-39/+43
| |
* | Merge pull request #2218Riccardo Spagni2017-08-071-3/+144
|\ \ | | | | | | | | | | | | 02f13d6c Fix handling of strings & simplify summation of spendkeys (JollyMort) 40fc9d7b Add option to join multisig wallet pieces together (JollyMort)
| * | Fix handling of strings & simplify summation of spendkeysJollyMort2017-07-291-13/+7
| | |
| * | Add option to join multisig wallet pieces togetherJollyMort2017-07-291-3/+150
| |/ | | | | | | Asks user for all the data required to merge secret keys from multisig wallets into one master wallet, which then gets full control of the multisig wallet. The resulting wallet will be the same as any other regular wallet.
* | Merge pull request #2210Riccardo Spagni2017-08-071-7/+43
|\ \ | | | | | | | | | cb0b5594 Move OpenAlias console input back from libs (moneromooo-monero)
| * | Move OpenAlias console input back from libsmoneromooo-monero2017-07-271-7/+43
| |/ | | | | | | | | | | | | Library code should definitely not ask for console input unless it's clearly an input function. Delegating the user interaction part to the caller means it can now be used by a GUI, or have a decision algorithm better adapted to a particular caller.
* | Merge pull request #2196Riccardo Spagni2017-08-071-12/+50
|\ \ | | | | | | | | | 16a55347 simplewallet: show payment ids on sign_transfer (moneromooo-monero)
| * | simplewallet: show payment ids on sign_transfermoneromooo-monero2017-08-041-12/+50
| |/ | | | | | | Integrated addresses are shown when an encrypted payment id is used
* / Make successful transfer log message more informativeJollyMort2017-07-221-1/+2
|/ | | | "Payment successfully sent" can be misleading if the TX isn't confirmed and drops from TX-pool.
* Merge pull request #2159Riccardo Spagni2017-07-191-2/+2
|\ | | | | | | 6955976b Add various readline related fixes (Jethro Grassie)
| * Add various readline related fixesJethro Grassie2017-07-091-2/+2
| | | | | | | | | | | | | | | | | | | | - Add missing unbind key - Fix colored messages - Add command completion - Preserve last command input - Fix cursor position issues - Fix trailing whitespace in commands - Synchronize set_prompt
* | Merge pull request #2135Riccardo Spagni2017-07-191-0/+2
|\ \ | |/ |/| | | 5cea3552 simplewallet: lock idle scope when sweeping (moneromooo-monero)
| * simplewallet: lock idle scope when sweepingmoneromooo-monero2017-06-301-0/+2
| | | | | | | | | | This ensures the chain and related structures can't change while we're using them
* | Merge pull request #2124Riccardo Spagni2017-07-031-12/+0
|\ \ | | | | | | | | | | | | | | | 3b599d2b wallet2: get current height from the daemon on creation (moneromooo-monero) d3bb72ff wallet2: fix infinite loop on future refresh height (moneromooo-monero) 32754784 wallet: fix refresh_from_height setting on new wallet (moneromooo-monero)
| * | wallet: fix refresh_from_height setting on new walletmoneromooo-monero2017-06-261-12/+0
| |/ | | | | | | | | | | | | The previous patch was based on a wrong premise (that the daemon height was 0 because the daemon calling code wasn't yet initialized). In fact, current height approximation was not setup for testnet. Fix this.
* | Merge pull request #2112Riccardo Spagni2017-07-031-0/+15
|\ \ | | | | | | | | | | | | | | | 76043b17 monero-wallet-cli: hang on exit in readline code (#2117) (moneromooo-monero) a73a42a6 monero-wallet-cli: hang on exit in readline code (#2117) (moneromooo-monero) be9d4f04 Fix multiline wallet cli output with readline (Jethro Grassie)
| * | Fix multiline wallet cli output with readlineJethro Grassie2017-06-251-0/+15
| |/ | | | | | | | | | | monero-wallet-cli commands which have multine output sometimes causes issues with the readline support. This patch fixes show_transfers, payments and incoming_transfers.
* | Merge pull request #2110Riccardo Spagni2017-07-031-4/+4
|\ \ | |/ |/| | | | | 7d2c89b6 Add french translation (Guillaume LE VAILLANT) 3255887f simplewallet: typo fixes (Guillaume LE VAILLANT)
| * simplewallet: typo fixesGuillaume LE VAILLANT2017-06-231-4/+4
| |
* | simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key()stoffu2017-06-221-2/+0
| |
* | simplewallet: replace assert(m_wallet) with error outstoffu2017-06-221-5/+25
| |
* | Signature proving payment to destination by only revealing key derivation, ↵stoffu2017-06-221-15/+217
|/ | | | not the actual tx secret key
* Merge pull request #2081Riccardo Spagni2017-06-181-0/+14
|\ | | | | | | b2319a03 simplewallet: new command to generate a random payment id (moneromooo-monero)
| * simplewallet: new command to generate a random payment idmoneromooo-monero2017-06-101-0/+14
| | | | | | | | | | This is trivial, but often requested, and possibly hard to do in Windows. That makes it more user friendly.
* | add simplewallet --generate-new-wallet arg checksMichael Shick2017-06-071-0/+9
|/ | | | | | | Add fail-fast paths that reduce frustration around the misuse of --wallet-file combined with --restore-deterministic-wallet. Flow now gives more descriptive errors and avoids having users type in their whole seed before the failure condition is noticed.
* Merge pull request #2053Riccardo Spagni2017-05-301-10/+13
|\ | | | | | | 05f3dcf7 simplewallet: fix refresh height for new wallets (moneromooo-monero)
| * simplewallet: fix refresh height for new walletsmoneromooo-monero2017-05-281-10/+13
| | | | | | | | | | | | | | With the recent change to wallet creation code, the code was calling to the daemon before the wallet's daemon address was initialized, and thus failing. This was causing all new wallets to refresh from 0 instead of just fetching early block hashes.
* | corrected typo in help regarding min-outputs-*stoffu2017-05-091-1/+1
|/