| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
6477b47 wallet_rpc: add scan_tx (tobtoht)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
9867a91 Store RPC SSL key/cert for consistent authentication between runs (Lee Clagett)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
19b2283 New add_aux_pow RPC to support merge mining (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
8d03bb6 device_trezor: add redundant check (anon)
34f9428 device_trezor: wipe string fields properly (anon)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
bd12984 Remove copies from foreach loops (thanks to Clang) (Lee Clagett)
1572df9 Removing unused namespace alias (Lee Clagett)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
85db173 Remove unused variables in monero codebase (Kevin Barbour)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.
In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
|
| |\ \
| | |
| | |
| | | |
b587ffa Stop adding more outputs than bulletproof allows (Alex Opie)
|
| | |/
| |
| |
| |
| |
| | |
If more outputs are requested, they are split across
multiple transactions.
#7322
|
| |\ \
| | |
| | |
| | | |
ccd0f2b Simplewallet.cpp: Add export_outputs help (SomaticFanatic)
|
| | |/
| |
| |
| | |
See #6547
|
| |\ \
| | |
| | |
| | | |
186271e monero-wallet-cli: Added command scan_tx (Horia Mihai David)
|
| | | |
| | |
| | |
| | | |
To implement this feature, the wallet2::scan_tx API was implemented.
|
| |\ \ \
| | | |
| | | |
| | | | |
993e9be simplewallet: allow setting --restore-height 0 (selsta)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
f10c9a1 remove obsolete pruning debug code (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
015da03 wallet_rpc_server: don't abort on initial refresh failure (xiphon)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
f815740 p2p: make REQUEST_SUPPORT_FLAGS optional, pass flags in node data (moneromooo-monero)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
removes a back and forth on connect, and the RPC can be removed
once all peers have updated
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
e7f5845 Only INFO log for short seed words with ALLOW_SHORT_WORDS active (rbrunner7)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
bdabcd0 wallet_api: store fee for incoming txs in history (Ben Evanoff)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
f208d98 p2p: ignore empty IP from DNS block list (moneromooo-monero)
|
| | | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
ie, if the list ends in ;
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
021a281 simplewallet: Add input file parameter to sign_transfer (Steff Richards)
|
| | |/ / / / / / |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
50ff106 wallet api: allow wallet to fetch all key images via api (benevanoff)
|
| | | |/ / / / /
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
dc48de7 Reduce compilation time of epee/portable_storage.h (mj-xmr)
|
| | | |_|_|_|_|/
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
ee58f4f Balance includes unconfirmed payments (woodser)
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Helps daemons behind a proxy get more than one connection.
Defaults to 1 (no change)
|
| |\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | |
| | | | | | | | |
aaa3289 add more updates domains and make the voting generic, not just 2/3 (moneromooo-monero)
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
c5c278c p2p: only log to global when a blocked IP is not already blocked (moneromooo-monero)
|
| | | |_|_|/ / / /
| |/| | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
46cc4a2 Header row for peer list in sync_info (Denis Goddard)
|
| | |/ / / / / / / |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
ab5e185 protocol: fix wrong command in logs (moneromooo-monero)
|