| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Analogous to #4540
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
6e1282b6 wallet2: fix off by one in output picking (moneromooo-monero)
|
| | | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
and take into account wallet level minimum spend age
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
157054b8 hardfork: initialize current_fork_index in ctor (moneromooo-monero)
2362baf7 network_throttle: initialize m_last_sample_time in ctor (moneromooo-monero)
d9400f69 serializtion: add missing mainnet and stagenet fields for 0mq (moneromooo-monero)
cbe0122b wallet2: initialize amount to 0 in tx_scan_info_t ctor (moneromooo-monero)
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It seems the more prudent thing to do here. It will not catch
attempts to use that value before it is initialized when using
ASAN or valgrind, but in a case where it does, it will have
smaller repercussions.
So it seems appropriate in this particular case.
Coverity 182498
|
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
f3019efe wallet-rpc: add on_restore_deterministic RPC call. (Hasan Pekdemir)
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
840bf155 build: fix Ubuntu 16.04 (GCC 5.4.0) compilation (xiphon)
|
| | | |_|_|/
| |/| | | |
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
1fd017cf Fix build of monero-gui by adding device_trezor to wallet_merged (buricl)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
9335d5a2 wallet2: save ring in the ringdb once a tx is created (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Even if it is never relayed, it ensures a daemon supplying
fake outs on demand will never be asked for a set with the
real input being the only intersecting member (only a problem
with people who trust their privacy to some stranger's node,
but it seems to be a massively common thing, even in Monero)
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
107f3398 wallet2: fix ring reuse breaking when using histogram (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
f26ce08c wallet: add a non destructive blockchain rescan (moneromooo-monero)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
e86af52e wallet2: rewrite keys file in a safer manner (Nathan Dorfman)
|
| | | |/ / /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
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
|
| | |_|/ /
|/| | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
70877b1d wallet2/create_transactions_2: removed obsolete '/ 1024' on min_fee calc (Paul Shapiro)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
7f0dd094 wallet2: sanity check rct output distribution from the daemon (moneromooo-monero)
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
6097472a Update ZMQ fee estimate and add ZMQ output distribution (Lee Clagett)
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
cf646e3a wallet2/create_transactions_2: removed extraneous shuffle before sort of unused_*_indices_per_subaddr (Paul Shapiro)
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
unused_*_indices_per_subaddr
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
76681b9b wallet2/create_transactions_2: fixed typo in try_tx=true's estimate_fee args (Paul Shapiro)
|
| | |/ / / / |
|
| | |_|_|/
|/| | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
ade369f9 Add RPC error code for non-deterministic wallet (Michał Sałaban)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
3ffbec15 rpc: init m_rpc_version in Message ctor (moneromooo-monero)
bfa2dce1 rpc: remove unused ctors (moneromooo-monero)
7cc39845 account: init creation timestamp to 0 (moneromooo-monero)
32123789 wallet2: initialize some scalar fields in ctor where appropriate (moneromooo-monero)
4eca42b2 blockchain_db: initialize m_hardfork in ctor just in case (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Coverity 188336
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
a7960542 WalletAPI: rescanBlockchain, rescanBlockchainAsync (mmitkevich)
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
04ddf02e Return appropriate RPC error code when key image signature check fails (Michał Sałaban)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
67e76aa0 wallet_rpc_server: optionally return tx keys in sign_transfer (moneromooo-monero)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
977fc1bc wallet_rpc_server: add describe_transfer RPC (moneromooo-monero)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
for unsigned tx sets using a view only wallet
|
| | |_|_|_|/
|/| | | |
| | | | |
| | | | | |
in order to unbias selection from blocks with few txes
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
92a0827e wallet2: make fake out selection messages less spammy (moneromooo-monero)
|
| | |/ / / / |
|