| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |\
| |
| |
| | |
26bd7aac wallet_api: fix logging init via api (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
5a3b1e98 wallet2: fix failure to send (relatedness check in wrong case) (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
A relatedness check was meant to be done in the case of adding
an extra output if just one was enough. This was mistakenly
added to the "preferred output" case.
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
bceaf4b7 wallet2: fix transactions not considering rct inputs (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | | |
I broke this very recently in 2bf029be172a47ace8134143e1320fdb10d3ea44
and didn't notice in time
|
| |\ \ \
| | | |
| | | |
| | | | |
7549116e Wallet API: Easylogger wrapper for gui (Jaquee)
|
| | |/ / |
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | | |
4efc926d Wallet API: Catch error from tools::is_local_address (Jaquee)
|
| | |/ |
|
| | | |
|
| | | |
|
| |/
|
|
| |
Makes it possible for GUI to reinit with new daemon without closing and reopening wallet.
|
| |\
| |
| |
| | |
4f5b130d wallet_rpc_server: add address book RPC calls (moneromooo-monero)
|
| | | |
|
| |\ \
| |/
|/|
| | |
f97526e6 simplewallet: option to always ask password for any crytical operations (kenshi84)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
fba9332d Changed console output for transaction from L0 to L1 (NanoAkron)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
2bf029be wallet2: fix corner case failing to send a second output (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If a rct transaction can be made with just one input, a second
output will be added. This output will be the smallest amount
output available. However, if this output is a non rct output
with less available fake outs than requested, the transaction
will be rejected. We now check the histogram to only consider
outputs with enough available fake outs in the first place.
|
| |\ \ \
| | | |
| | | |
| | | | |
9bd9906e Factor is_address_local code into a tools function (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
69d2ad39 wallet_rpc_server: fix logs going to the wrong file (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
99f58437 Fix invalid + of std::string and int (Timothy D. Prime)
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
These warnings were emitted by clang++, and they are real bugs.
src/rpc/core_rpc_server.cpp:208:58: warning: adding 'uint64_t'
(aka 'unsigned long') to a string does not append to the string
[-Wstring-plus-int]
res.status = "Error retrieving block at height " + height;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
The obvious intent is achieved by using std::to_string().
|
| |\ \ \
| | | |
| | | |
| | | | |
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
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
0644eed7 Remove boost/foreach.cpp includes (Miguel Herranz)
36dd3e23 Replace BOOST_REVERSE_FOREACH with ranged for (Miguel Herranz)
629e3101 Replace BOOST_FOREACH with C++11 ranged for (Miguel Herranz)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
774a213 Wallet API: Create wallet from keys (Jaqueeee)
|
| | | |_|/
| |/| | |
|
| |/ / / |
|
| |\ \ \
| |_|/
|/| | |
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
feed6175 fixed typo: monero-wallet-cli,log (kenshi84)
|
| | | |
|
| |\ \
| |/
|/|
| | |
20f71527 wallet2: fix sending a rct tx with a single output available (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This would have tried to send a second output to make the tx
look like the 2/2 ideal, but it would not fail to find one
because picking an output from preferred_inputs priority list
did not remove it from the unused tranfer/dust outputs, so
it would try to send the same output twice.
While there, I also added a check to avoid sending a second
input if it's related to the first. Better 1/2 than linking
inputs, I think.
|
| |\ \
| | |
| | |
| | | |
17246d05 wallet: print exception message on get_random_outs_error (moneromooo-monero)
|
| | |/ |
|
| |/ |
|