| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
30ab49d simplewallet: rename duplicate amount headers for clarity (reemuru)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
There are duplicate headers for 'amount' when performing export_transfers
all. Column five represents the total amount of the transaction while
column eleven represents the amount transferred per destination (e.g.
multi-destination transactions). The columns have been renamed to
'transaction amount' and 'destination amount` respectively.
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
|
| |
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
|
| |\
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | | |
e509ede trezor: adapt to new passphrase mechanism (ph4r05)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
- choice where to enter passphrase is now made on the host
- use wipeable string in the comm stack
- wipe passphrase memory
- protocol optimizations, prepare for new firmware version
- minor fixes and improvements
- tests fixes, HF12 support
|
| |\ \
| | |
| | |
| | | |
b367630 simplewallet : missing function block separator (sumogr)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
7c4a400 simplewallet: fix strings (show_transfers & export_transfers) (sumogr)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
69b5992 simplewallet: new 'address one-off <major> <minor>' command (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
927fd47 simplewallet: fix smart mining not starting after first setup (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
Also avoid rewriting the wallet if the setting is already was we need
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
c61abf8 remove empty statements (shopglobal)
|
| | |/ / /
| | | |
| | | |
| | | | |
Cleaning up a little around the code base.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The warning about spending more than one output with similar creation
time was skipped if print-ring-members was not set, and it defaults to
false, which means most people probably aren't getting this warning if
they spend correlated outputs.
Reported by SeventhAlpaca.
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | | |
0349347e ringdb: use a different iv for key and data in rings table (moneromooo-monero)
7b882087 simplewallet: reword mixin in user message in terms of ring size (moneromooo-monero)
f507a43a wallet2: do not remove known rings when a tx fails (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
a6c24412 wallet: fix exceptions getting the hash of a pruned tx (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
a6a2ad6c simplewallet: set manual refresh mode in rescan_bc (moneromooo-monero)
|