| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Also remove dust() from UnsignedTransactionImpl (already in PendingTransactionImpl)
|
| | |
|
| |\
| |
| |
| | |
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)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
939629e8 Wallet API: all recover options with password (m2049r)
|
| | |
| |
| |
| | |
also renamed memo => mnemonic in api method parms
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
51895fd7 split wallet and wallet_api (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
This speeds up building a lot when wallet2.h (or something it
includes) changes, since all the API includes wallet2.h
|
| |\ \
| | |
| | |
| | | |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Silences CID 161874
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
c02e1cb9 Updates to epee HTTP client code - http_simple_client now uses std::chrono for timeouts - http_simple_client accepts timeouts per connect / invoke call - shortened names of epee http invoke functions - invoke command functions only take relative path, connection is not automatically performed (Lee Clagett)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
- http_simple_client now uses std::chrono for timeouts
- http_simple_client accepts timeouts per connect / invoke call
- shortened names of epee http invoke functions
- invoke command functions only take relative path, connection
is not automatically performed
|
| | | |
|
| |/ |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
d561f4ad enable clang checks that were disabled (Chris Vickio)
0aefb2f6 remove std::move from return statements (pessimizing-move warning) (Chris Vickio)
629d5b76 change counter from bool to int (deprecated-increment-bool warning) (Chris Vickio)
fb76d439 add extra braces around subobjects (missing-braces warning) (Chris Vickio)
3b6d5f25 make struct/class declarations consistent (mismatched-tags warning) (Chris Vickio)
fcf66925 remove unused fields from network_throttle (unused-private-field warning) (Chris Vickio)
296f8c16 inline unused function (for unused-function warning) (Chris Vickio)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
1d317981 Wallet API: add key image import/export functions (Jaquee)
|
| | | | |
|
| |/ / |
|
| | |
| |
| |
| | |
fix conflict
|
| |/ |
|
| | |
|
| |
|
|
|
| |
+ fixed fast refresh when creating wallet offline
+ improved close wallet logic (make sure refresh thread is stopped)
|