| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \
| | | |
| | | |
| | | | |
58cceaad wallet2: fix double counting outs if the tx pubkey is duplicated (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
df9d50a8 wallet2: fix read buffer overflow in import_key_images (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
66df13a5 wallet-rpc.getaddress: throw if index is out of bound (stoffu)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
2a19697b wallet2: fix double header in unsigned transfer file (moneromooo-monero)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
b85acb4c Fix RPC crashes that didn't check for an open wallet (Howard Chu)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
bc443494 wallet2: fix out of sync account tag cache (moneromooo-monero)
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
This would cause crashes when trying to tag an account that was
just created
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
9a39b7d wallet2: fix build for windows (std::max again) (moneromooo-monero)
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
4510f41 Wallet API: add some missing override keyword (stoffu)
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Also remove dust() from UnsignedTransactionImpl (already in PendingTransactionImpl)
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
1d17647 epee.string_tools: add conversion between UTF-8 and UTF-16 (stoffu)
59de6f8 util: add file_locker class (stoffu)
3d623a8 wallet: prevent the same wallet file from being opened by multiple processes (stoffu)
|
| | |/ / / / / |
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
dcbc17e wallet: include a suggested number of confirmations based on amount (moneromooo-monero)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is based on how much an attacking miner stands to lose in block
rewardy by mining a private chain which double spends a payment.
This is not foolproof, since mining is based on luck, and breaks
down as the attacking miner nears 50% of the network hash rate,
and the estimation is based on a constant block reward.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
8db23df wallet: on first refresh, start off with a quantized height (moneromooo-monero)
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
for privacy reasons, so an untrusted node can't easily track
wallets from IP address to IP address, etc. The granularity
is 1024 blocks, which is about a day and a half.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
0a5292c wallet2: use decoded amount when reporting repeated output key (stoffu)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
25c15dc wallet2: use correct fee for split txes (stoffu)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
798dfcf wallet: allow unspendable unmixable outputs to be discarded (stoffu)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
08b85a8 cryptonote_config: add get_config to refactor x = testnet ? config::testnet::X : stagenet ? config::stagenet::X : config::X (stoffu)
0cf80ba net_node: resolve host for node addresses given via command line flags (stoffu)
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
config::testnet::X : stagenet ? config::stagenet::X : config::X
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
a2b557f 6795bd0 209ec96 ed2c81e a830db2 57ea902 31a895e ba8331c f7f1917 41be339 f025ae9 ef2cb63 dcfd299 5d3e702 2704624 2771a18 0e4c7d0 (moneromooo-monero)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Speeds up syncing with a lot of outgoing outputs as key generation
runs Cryptonight.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Decrease the number of worker threads by one to account
for the fact the calling thread acts as a worker thread now
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
key derivation and checking for incoming outputs are threaded
in batch before adding blocks to the local blockchain. Other
minor bits and bobs are also cached.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Processing typically is the bottleneck
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
also use reserve where appropriate
|
| | | | | | | |
|
| | | |_|_|/
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
d7a6b72 wallet2: fix bulletproof cold signing (moneromooo-monero)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Cold signing was always using Borromean range proofs, causing
a larger tx, and an incorrect fee
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
bf26920 wallet2: fix get_approximate_blockchain_height for stagenet (stoffu)
|