| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
|
| |\ \
| |/
|/|
| | |
673c6d2 Reduce compilation time of epee/portable_storage_template_helper.h (mj-xmr)
|
| | | |
|
| |\ \
| |/
|/|
| | |
f346e3e wallet_rpc_payments: implement multithreading (gdmojo)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
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.
|
| |\ \
| | |
| | |
| | | |
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)
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | | |
021a281 simplewallet: Add input file parameter to sign_transfer (Steff Richards)
|
| | |/ |
|
| |\ \
| |/
|/|
| | |
7f30c49 simplewallet: don't complain about connecting to the daemon when offline (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
d2fda6c25 restrict public node checks a little (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
|
| |\ \
| |/
|/|
| | |
fbb03ef2a simplewallet: add "address mnew" command (codesoap)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
c3f354e simplewallet fix wrong persistent-rpc-client-id name in help (moneromooo-monero)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| | |
85899230d simplewallet: allow setting tx keys when sending to a subaddress (moneromooo-monero)
e916201f1 wallet2: fix setting tx keys when another is already set (moneromooo-monero)
|
| | |
| |
| |
| | |
The tx key derivation is different then
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reduces the attack surface for data that can come from
malicious sources (exported output and key images, multisig
transactions...) since the monero serialization is already
exposed to the outside, and the boost lib we were using had
a few known crashers.
For interoperability, a new load-deprecated-formats wallet
setting is added (off by default). This allows loading boost
format data if there is no alternative. It will likely go
at some point, along with the ability to load those.
Notably, the peer lists file still uses the boost serialization
code, as the data it stores is define in epee, while the new
serialization code is in monero, and migrating it was fairly
hairy. Since this file is local and not obtained from anyone
else, the marginal risk is minimal, but it could be migrated
later if needed.
Some tests and tools also do, this will stay as is for now.
|
| |\ \
| | |
| | |
| | | |
f9e3fcdf3 add trezor support to sweep_single (Dusan Klinec)
|
| | | | |
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | | |
5e0ea6e95 simplewallet: add missing calls to on_command (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
It resets the inactivity time
|
| |\ \ \
| | | |
| | | |
| | | | |
5ef0607da Update copyright year to 2020 (SomaticFanatic)
|
| | |/ /
| | |
| | |
| | | |
Update copyright year to 2020
|
| |\ \ \
| |_|/
|/| |
| | | |
99684e3e simplewallet: add show_qr_code command (selsta)
|
| | | |
| | |
| | |
| | | |
Thanks to iDunk for helping with Windows.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
82d21f5 easylogging++: sanitize log payload (moneromooo-monero)
7d0b7e8 [master] MMS: New 'config_checksum' subcommand (rbrunner7)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
86cf811 simplewallet: don't complain about incoming payment ids on change (moneromooo-monero)
|
| | |/ / |
|
| |/ / |
|
| |\ \
| |/
|/|
| | |
8b655de simplewallet: report timestamp based expected unlock time on balance (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
27d551d simplewallet: add sweep_account command (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
Expects an account number, then the usual sweep_all options
Useful to move monero that was accidentally sent to a subaddress
with a very large account index.
|