| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Also added notes to WalletManager::verifyWalletPassword (which afaik seems unused
by anyone at the moment) regarding the need to unlock the keys file beforehand.
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
4764929 use deterministic viewkey if not supplied (cryptochangements34)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
4812c06 add .load() to make Boost 1.67 happy with its new is_integral check (Teutone)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
8787fd8 WalletApi: publicMultisigSignerKey method (naughtyfox)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
b21bc00 Wallet: added methods to sign and verify arbitrary message with multisig public signer's key (libwallet & wallet api) (naughtyfox)
|
| | |/ /
| | |
| | |
| | | |
public signer's key (libwallet & wallet api)
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
47fdb74 WalletApi: getMultisigInfo entry for gui wallets... (naughtyfox)
47fdb74 Refactored: work with wallet api statuses to make setting and getting operations atomic along with error strings (naughtyfox)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
WalletApi: makeMultisig call introduced
WalletApi: finalizeMultisig call introduced
WalletApi: new calls exportMultisigImages and importMultisigImages
WalletApi: method to return multisig wallet creation state
WalletApi: create multisig transaction, sign multisig transaction, commit transaction and get multisig data are added
WalletApi: identation and style fixes
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
operations atomic along with error strings
WalletApi: added method statusWithErrorString to atomically retrieve error with error string
|
| | | | |
|
| | |/
|/| |
|
| |/ |
|
| |
|
|
|
| |
It can now take a txid (to display rings for all its inputs),
and will print rings in a format that set_ring understands
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
e0cda74a wallet2_api: add info/error/warning entry points (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
43026822 Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows (rbrunner7)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
71bff546 wallet api: when restoring from EnglishOld, set language to English (stoffu)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
0e7ad2e2 Wallet API: generalize 'bool testnet' to 'NetworkType nettype' (stoffu)
af773211 Stagenet (stoffu)
cc9a0bee command_line: allow args to depend on more than one args (stoffu)
55f8d917 command_line::get_arg: remove 'required' for dependent args as they're always optional (stoffu)
450306a0 command line: allow has_arg to handle arg_descriptor<bool,false,true> #3318 (stoffu)
9f9e095a Use `genesis_tx` parameter in `generate_genesis_block`. #3261 (Jean Pierre Dudey)
|
| | | | |
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
214d251c wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown (stoffu)
|
| | | |
|
| |\ \
| |/
|/|
| | |
a85dbb3f Fixed typos and wording tweaks (Maxithi)
|
| | | |
|
| | |
| |
| |
| | |
not full)
|
| |\ \
| | |
| | |
| | | |
939629e8 Wallet API: all recover options with password (m2049r)
|
| | |/
| |
| |
| | |
also renamed memo => mnemonic in api method parms
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
b0b7e0f0 Spend proof without txkey (stoffu)
|
| | | |
|
| |/ |
|
| |
|
|
|
|
|
|
|
| |
- refactoring: proof generation/checking code was moved from simplewallet.cpp to wallet2.cpp
- allow an arbitrary message to be signed together with txid
- introduce two types (outbound & inbound) of tx proofs; with the same syntax, inbound is selected when <address> belongs to this wallet, outbound otherwise. see GitHub thread for more discussion
- wallet RPC: added get_tx_key, check_tx_key, get_tx_proof, check_tx_proof
- wallet API: moved WalletManagerImpl::checkPayment to Wallet::checkTxKey, added Wallet::getTxProof/checkTxProof
- get_tx_key/check_tx_key: handle additional tx keys by concatenating them into a single string
|
| |\
| |
| |
| | |
b2d416f2 Distinguish "not enough money" and "not enough unlocked money" (binaryFate)
|
| | |
| |
| |
| | |
Fix #1530
|
| |/ |
|
| | |
|
| | |
|