| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/ |
|
| | |
|
| |\
| |
| |
| | |
9127a8b wallet-rpc: filter getbalance response by address index (stoffu)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
1c6cfd3 wallet-rpc: add get_address_index command (stoffu)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
7db7ec8 wallet rpc: support making integrated address of given standard address (stoffu)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
66df13a5 wallet-rpc.getaddress: throw if index is out of bound (stoffu)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
b85acb4c Fix RPC crashes that didn't check for an open wallet (Howard Chu)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
dcbc17e wallet: include a suggested number of confirmations based on amount (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
This is based on how much an attacking miner stands to lose in block
rewardy by mining a private chain which double spends a payment.
This is not foolproof, since mining is based on luck, and breaks
down as the attacking miner nears 50% of the network hash rate,
and the estimation is based on a constant block reward.
|
| |\ \ \
| |/ /
|/| |
| | | |
8db23df wallet: on first refresh, start off with a quantized height (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
for privacy reasons, so an untrusted node can't easily track
wallets from IP address to IP address, etc. The granularity
is 1024 blocks, which is about a day and a half.
|
| |\ \
| |/
|/|
| | |
9c2a7b4 wallet-rpc: watch-only and cold wallet features added (ph4r05)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- unsigned_txset, signed_txset in transfer / submit_transfer / sign_transfer
- export_outputs, import_outputs
Squashed commits:
[f4d9f3d4] wallet-rpc: do_not_relay removed from submit_transfer
[5b16a86f] wallet-rpc: review-fix - method signature changes, renaming
[b7fbb10a] wallet-rpc: naming fixes (unsigned vs signed), consts renamed
[8c7d2727] wallet-rpc: sign_transfer added
[481d024a] wallet2: sign_tx splitted to work with strings and structs, more granular
[2a474db9] wallet-rpc: wallet2::load_unsigned_tx split to load from str, file
[b1e3a018] wallet-rpc: review fix, load_tx_from_str variable rename
[1f6373be] wallet-rpc: review fix: save_tx_to_{str,file}
[2a08eafc] wallet-rpc: review comments fixes
- redundant this removed from wallet2.cpp
- load_tx_from_str, load_tx_from_file
[43498052] wallet-rpc: submit_transfer added
[9c45d1ad] wallet-rpc: watch_only check, return unsigned_txset
[62831396] wallet2: added string variants to load_tx, save_tx
- analogously to save_multisig_tx
- required for monero-wallet-rpc to support watch-only wallet
|
| |\ \
| | |
| | |
| | | |
f36132a wallet cli/rpc: terminate execution with code 0 when --help or --version is given (stoffu)
|
| | |/
| |
| |
| | |
given
|
| |/ |
|
| |\
| |
| |
| | |
57c0b1ed Fix typos in various files (Dimitris Apostolou)
|
| | | |
|
| |/
|
|
| |
calls to wallet2
|
| |\
| |
| |
| | |
3d452367 allow using ring size instead of mixin for rpc transfer (cryptochangements34)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
6866ed46 Add default value to max_height, otherwise it's 0 (Michał Sałaban)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
214d251c wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown (stoffu)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
a99ef176 wallet-rpc: take subaddress account as arg for get_transfer_by_txid (stoffu)
77125096 wallet-rpc: rename *_INDEX_OUTOFBOUND into *_INDEX_OUT_OF_BOUNDS (stoffu)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
f90c76be Return appropriate error code when there's no connection to daemon (Michał Sałaban)
3cb65b3f Return appropriate error code when not enough money for tx (Michał Sałaban)
|
| | | | |
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
a85dbb3f Fixed typos and wording tweaks (Maxithi)
|
| | | |
|
| | |
| |
| |
| | |
not full)
|
| |\ \
| | |
| | |
| | | |
fb5c971c Allow retrieving spend key via RPC (Michał Sałaban)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
ffc2e570 wallet rpc: show fees when querying incoming transfers (stoffu)
|
| | | | | |
|
| |/ / / |
|
| |\ \ \
| | | |
| | | |
| | | | |
6d40a920 Reserve proof (stoffu)
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | | |
07da9c80 Resolve addresses in get_transfers (Michał Sałaban)
|
| | | | |
|