| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
including expected transaction backlog at different priorities
|
| | |
|
| |\
| |
| |
| | |
8655ba04 wallet_rpc_server: adjust small ring sizes to 5 for v6 (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
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)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
1307e3cc WalletAPI: add getDefaultDataDir() (Jaquee)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
74597bd1 wallet2: improve refresh height determination (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
As reported by jaquee, the calculation could underflow for very
low heights.
Additionally, we now use the target height too.
|
| |\ \ \
| | | |
| | | |
| | | | |
9707998a wallet2: clear some missing containers in clear() (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| | | | | |
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
ad4649ac Enable verifying wallet password with having to load wallet. (m2049r)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
67ce4910 wallet2: store testnet bool in keys file (Jaquee)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
c97d1bd3 wallet: return unlock_time in get_transfers (moneromooo-monero)
|
| | |/
| |
| |
| | |
also show it in simplewallet's show_transfer
|
| |\ \
| | |
| | |
| | | |
a839a6fa Wallet API: add tx unlock time (Jaquee)
|
| | |/ |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
e31aac80 walletAPI: add getRefreshFromBlockHeight() (Jaquee)
48c0cb1b wallet api: pause refresh while commiting tx (Jaquee)
f233c01c CMakeLists.txt - ios/xcode fix (Jaquee)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
600353e2 fix wallet callback signatures (m2049r)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
525975ac wallet-cli: Minor improvement to help output (Erik de Castro Lopo)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
cb0b5594 Move OpenAlias console input back from libs (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | | |
0c57df97 wallet2: fix temporarily missing incoming tx when being mined (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
When scanning the txpool without having first updated the
blockchain, the tx would be seen as neither in the txpool
nor the chain, and removed, so it'd only reappear once the
chain is refreshed, and the tx seen in a block.
|
| |\ \
| | |
| | |
| | |
| | | |
dc0b312f wallet_rpc_server: optionally return tx blobs on transfer calls (moneromooo-monero)
5eb79983 epee: add a KV_SERIALIZE variant for optional parameters (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
also add do_not_relay flag to them, so it now becomes possible
to create a tx without sending it yet
|
| |/ |
|
| |\
| |
| |
| | |
f98bf48b Minor cleanup: tab vs. space + logs messages (binaryFate)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
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)
|
| | | |
| | |
| | |
| | |
| | | |
Use current time to estimate current height only if the daemon
cannot be queried.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the refresh height is in the future, the current code will
loop till the actual height reaches this. Fix it by bailing out
if we receive only three hashes, which is what we set in the
call parameters.
|
| | |/
| |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | | |
5a09d79c Fix #2120: return per-tx amount in transfer_split RPC call. (binaryFate)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
4e13ab30 wallet_api: fix missing transaction parameter in callback (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
It was unused, so harmless
Reported by erikd on IRC
|
| |/ |
|