| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ / |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
c1081091 simplewallet: Show new address after going multisig (rbrunner7)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
53fcd159 simplewallet: don't subtract 1 to estimate blockchain height (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
in case it returns 0, and other uses don't, plus it's a estimation anyway.
|
| |\ \ \
| | | |
| | | |
| | | | |
9092fc4b wallet: do not display daemon controlled text if untrusted (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
8bd71677 simplewallet: remove ability to transfer with detached short payment ids (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | | |
It seemed like a good idea at the time
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
5e10dee3 simplewallet: fix show_transfers colouring, and add red for failed (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | | |
Also add the type back, as it was somehow weirdly split into
two different fields, one being a union...
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
60b35c91 Add --restore-date param (Howard Chu)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Estimate restore height from given date
Check date format early, error out early if invalid
|
| | |_|/
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | | |
1d892ec simplewallet: donate command validate amount (selsta)
|
| | | | | |
|
| | |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Help messages describe the commands usage. When users run the command
with wrong arguments, it usually helpfully offers the usage, too.
Unfortunately, these two usage messages were duplicated in the code and
started to get out of sync.
Fixing with constant strings.
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | | |
9b5efad2 simplewallet: enable donation on testnet/stagenet for easier testing (stoffu)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
d71f89e2 device/trezor: device/trezor: correct device initialization, status check (Dusan Klinec)
65b9bca7 device/trezor: python2 compatibility - bundle dependencies (Dusan Klinec)
9cf636af device/trezor: ask for KI sync on first refresh (Dusan Klinec)
d21dad70 device: enable to use multiple independent device wallets (Dusan Klinec)
318cc784 device/trezor: passphrase entry on host (Dusan Klinec)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
When doing a first refresh on HW-token based wallet KI sync is required if money were received. Received money may indicate wallet was already used before the restore I.e., some transaction could have been already sent from the wallet. The spent UTXO would not be detected as spent which could lead to double spending errors on submitting a new transaction.
Thus if the wallet is HW-token based with the cold signing protocol and the first refresh detected received money the user is asked to perform the key image sync.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
- adds a new option `--hw-device-deriv-path` to the simple wallet. Enables to specify wallet derivation path / wallet code (path avoided so it can be misinterpreted as a file path).
- devices can use different derivation mechanisms. Trezor uses standard SLIP-10 mechanism with fixed SLIP-44 prefix for Monero
- Trezor: when empty, the default derivation mechanism is used with 44'/128'/0'. When entered the derivation path is 44'/128'/PATH.
- Trezor: the path is always taken as elements are hardened (1<<31 bit turned on)
|
| | |/
| |
| |
| |
| |
| | |
- simple device callback object added. Device can request passphrase/PIN entry via the callback or notify user some action is required
- callback is routed to wallet2, which routes the callback to i_wallet_callback so CLI or GUI wallets can support passphrase entry for HW tokens
- wallet: device open needs wallet callback first - passphrase protected device needs wallet callback so user can enter passphrase
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
aee7a4e3 wallet_rpc_server: do not use RPC data if the call failed (moneromooo-monero)
1a0733e5 windows_service: fix memory leak (moneromooo-monero)
0dac3c64 unit_tests: do not rethrow a copy of an exception (moneromooo-monero)
5d9915ab cryptonote: fix get_unit for non default settings (moneromooo-monero)
d4f50cb1 remove some unused code (moneromooo-monero)
61163971 a few minor (but easy) performance tweaks (moneromooo-monero)
30023074 tests: slow_memmem now returns size_t (moneromooo-monero)
|
| | |/
| |
| |
| | |
Found by codacy.com
|
| |\ \
| | |
| | |
| | | |
96e6b439 blockchain_stats: don't use gmtime_r on Windows (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
In some cases, it doesn't like it (I don't know the details).
Factor into a new epee function
|
| |\ \
| | |
| | |
| | |
| | | |
3998a937 Enhance help text for print_ring. (Tadeas Moravec)
3900fb77 Enhance help text for incoming_transfers. (Tadeas Moravec)
|
| | | | |
|
| | | | |
|
| | |/
|/|
| |
| |
| |
| | |
for show_transfers
Followup on #4728
|
| |\ \
| | |
| | |
| | | |
79b4dae6 simplewallet: slightly adjust wording when printing multisig seed (stoffu)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
5d4f3df8 simplewallet: reorganize SCOPED_WALLET_UNLOCK a bit more (stoffu)
|
| | | | |
| | | |
| | | |
| | | | |
Followup on #4555
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
5878fe95 simplewallet: don't skip asking for password when watch-only (stoffu)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
c22e85fe simplewallet: remove redundant messages on daemon connection failure (stoffu)
|
| | |/ / /
| | | |
| | | |
| | | | |
try_connect_to_daemon with silent=false already prints failure message
|
| | |_|/
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | | |
f26ce08c wallet: add a non destructive blockchain rescan (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1f35de23 simplewallet: display locked/unlocked state in show_transfers (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | | |
it doesn't display the details, which are already displayed
in show_transfer
|
| | | | | |
|
| | |_|/
|/| |
| | |
| | |
| | | |
and disable annoying test that requires ridiculous amounts
of skullduggery every time some format changes
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | | |
6f88c03d Simplewallet: update help text for show_transfers. (Ted Moravec)
|