| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \
| | | |
| | | |
| | | | |
8ddcf1e7 simplewallet: remove XMR mentions (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
They are actually wrong if the wallet is setup in a different
denomination, and it's incursion of extrinsic lingo where monero
fits perfectly in the first place.
|
| |\ \ \
| | | |
| | | |
| | | | |
ad96c478 wallet-cli: added --generate-from-spend-key option (stoffu)
|
| | | |/
| |/| |
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Transactions in the txpool are marked when another transaction
is seen double spending one or more of its inputs.
This is then exposed wherever appropriate.
Note that being marked with this "double spend seen" flag does
NOT mean this transaction IS a double spend and will never be
mined: it just means that the network has seen at least another
transaction spending at least one of the same inputs, so care
should be taken to wait for a few confirmations before acting
upon that transaction (ie, mostly of use for merchants wanting
to accept unconfirmed transactions).
|
| |\ \
| | |
| | |
| | | |
b370ef54 Wallet: Descriptions through new commands 'set_description', 'get_description' (rbrunner7)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
8041b4e9 wallet-cli: allow priority argument for sweep_all and donate (stoffu)
|
| | |/ |
|
| |/
|
|
| |
Fix #1530
|
| |\
| |
| |
| | |
4090e8c6 simplewallet: add get/set for refresh-from-height (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
7b8d3ec6 wallet-cli: add --do-not-relay option (stoffu)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
b5b4abb8 simplewallet: fix setting default-ring-size to 0 (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
It'd be set to the current wallet default instead
|
| |\ \ \
| | | |
| | | |
| | | | |
d74336d5 wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstr (stoffu)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
735fafec simplewallet: allow 1/yes/y as well as true for start_mining options (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
Also mention those options in the start_mining help line
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
bf2d9113 simplewallet: fix --restore-from-height being ignored (moneromooo-monero)
|
| | |/ / / |
|
| | |/ /
|/| | |
|
| |\ \ \
| |_|/
|/| |
| | | |
986d03d4 simplewallet: allow to set threshold before warning about tx backlog (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
c34093db simplewallet: add privacy warning when using an untrusted demon (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | | |
792ba4f0 Log categories can now be added to and removed from (moneromooo-monero)
48f92eb6 easylogging++: add categories getter (moneromooo-monero)
f35afe62 epee: factor log level/categories setting (moneromooo-monero)
|
| | |/
| |
| |
| | |
Also, set_log without parameters now prints the log categories
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
0aaaca29 tx_pool: set the "invalid input" bit when check_tx_inputs fails (moneromooo-monero)
9236823b simplewallet: print tx rejection reason where it was missing (moneromooo-monero)
3dee3301 core_rpc_server: print tx rejection reason at L0 too (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
28b72b6e tx_pool: pre-init tvc.m_verifivation_failed before processing (moneromooo-monero)
50a629b2 core_tests: catch (impossible in practice) tx extra api failure (moneromooo-monero)
fee15ef1 wallet2: catch failure to parse address (moneromooo-monero)
1399e26d net_peerlist: remove dead code (moneromooo-monero)
50e09698 tx_pool: guard against failure getting tx hash (moneromooo-monero)
54cc209a wallet_rpc_server: catch failure to create directory (moneromooo-monero)
3e55099c wallet_rpc_server: init m_vm to NULL in ctor (moneromooo-monero)
7d0dde5e wallet_args: remove redundant default value for --log-file (moneromooo-monero)
ed4a3350 wallet2: catch failure to save keys file (moneromooo-monero)
44434c8a wallet2_api: check whether dynamic_cast returns NULL (moneromooo-monero)
92f2f687 core: check return value from parse_hexstr_to_binbuff (moneromooo-monero)
5475692e wallet2_api: remove an unused, uninitialized, field (moneromooo-monero)
a7ba3de1 libwallet_api_tests: initialize newblock_triggered on reset (moneromooo-monero)
b2763ace wallet2_api: init error code to "no error" in the ctor (moneromooo-monero)
b5faac53 get_blockchain_top now returns void (moneromooo-monero)
2e44d8f2 wallet_rpc_server: guard against exceptions (moneromooo-monero)
4230876b simplewallet: guard against I/O exceptions (moneromooo-monero)
06c1e057 daemon: initialize decode_as_json in RPC request (moneromooo-monero)
11f71af5 http_base: init size_t in http_request_info ctor (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
CID 175308
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
e29282d2 build: auto update version info without manually deleting version.h (stoffu)
|
| | | |/
| |/| |
|
| |\ \ \
| |/ /
|/| |
| | | |
651baaec wallet: add encrypted seed functionality (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
This uses luigi1111's CN_Add method.
See https://xmr.llcoins.net for details.
|
| |\ \
| | |
| | |
| | | |
81fb2f53 Silence more stupid gcc warnings (Howard Chu)
|
| | |/ |
|
| |\ \
| |/
|/|
| |
| | |
840aed1c monero-wallet-cli: New command 'wallet_info' improved (rbrunner7)
9bdd985c monero-wallet-cli: New command 'wallet_info' (rbrunner7)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
adce8ae4 simplewallet: new "fee" command to display fee information (moneromooo-monero)
|
| | |/
| |
| |
| | |
including expected transaction backlog at different priorities
|
| |\ \
| |/
|/|
| | |
0c6c3eb3 Silence stupid fallthru warning in gcc 7 (Howard Chu)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
c656dd0e Fix refresh counter display (Howard Chu)
c088d38a Simplify readline support (Howard Chu)
|
| | |/
| |
| |
| | |
Suspend readline when refreshing
|
| |/ |
|