| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| | |
06d05c21 device: set device name correctly if key_on_device is set (Dusan Klinec)
|
| |/
|
|
| |
7964d4f8 wallet2: handle corner case in picking fake outputs (moneromooo-monero)
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
66901901 README: harmonize command formatting inside README.md (Andrea)
8cd98408 disable AES on s390x architecture (Tuan M. Hoang)
4ed30bab wallet: implement coin splitting for sweep_* 'outputs' option (whythat)
24f52396 wallet: add 'outputs' option for sweep_* commands (whythat)
52e19d69 README: Compile boost with cxxflags=-fPIC cflags=-fPIC (Italocoin Project)
0c77523d README: fill in libsodium package name for Arch (phloatingman)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Implemented strategy splits total amount into N equal parts,
where N is a specified number of outputs. If N > 1, dummy
change output is NOT created.
rebased by moneromooo
|
| | |
| |
| |
| |
| |
| |
| |
| | |
'outputs' option allows to specify the number of
separate outputs of smaller denomination that will
be created by sweep operation.
rebased by moneromooo
|
| | | |
|
| |\ \
| | |
| | |
| | | |
7a76354c wallet2: import_multisig forward refresh exception (naughtyfox)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
ba8dd347 api/wallet: properly disable key encryption (stoffu)
|
| | | |/
| |/| |
|
| |/ /
| |
| |
| |
| |
| |
| | |
- device name is a new wallet property
- full device name is now a bit more structured so we can address particular device vendor + device path. Example: 'Ledger', 'Trezor:udp', 'Trezor:udp:127.0.0.1:21324', 'Trezor:bridge:usb01'. The part before ':' identifies HW device implementation, the optional part after ':' is device path to look for.
- new --hw-device parameter added to the wallet, can name the hardware device
- device reconnect added
|
| |\ \
| | |
| | |
| | | |
44259e56 wallet: ask-password can now ask without encrypting the secret spend key (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
df0e7c2f wallet2: fix secondary partially signed multisig txes (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
5f8f5631 wallet2.get_reserve_proof: throw when specified amount is zero (stoffu)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
20171746 wallet2: factor the creation of a new wallet keys file (moneromooo-monero)
be6acfd5 wallet2: factor new blockchain setup (moneromooo-monero)
|
| | | | | | |
|
| | |/ / / |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
88fbc4a5 wallet2: fill in v2 height for stagenet (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
be001326 remove obsolete daemon selection of fake outs and old tx construction (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
a54dbaee blockchain_blackball: add --force-chain-reaction-pass flag (moneromooo-monero)
44439c32 record blackballs as amount/offset, and add export ability (moneromooo-monero)
4bce935b blockchain_blackball: more optimizations (moneromooo-monero)
b66ba783 blockchain_blackball: do not process duplicate blockchains parts (moneromooo-monero)
639a3c01 blockchain_blackball: make it clear secondary passes are not incremental (moneromooo-monero)
eb8a51be blockchain_blackball: detect spent outputs by partial ring reuse (moneromooo-monero)
d6d276c6 blockchain_blackball: fix chain reaction phase in incremental mode (moneromooo-monero)
2b2a681b blockchain_blackball: avoid false positives for different amounts (moneromooo-monero)
80e4fef3 blockchain_blackball: set transaction looping txn to read only (moneromooo-monero)
4801d6b5 blockchain_blackball: add stats (moneromooo-monero)
846190fd blockchain_blackball: support pre-v2 databases (moneromooo-monero)
daa6cc7d blockchain_blackball: use LMDB for the cache (moneromooo-monero)
50cb370d ringdb: allow blackballing many outputs at once (moneromooo-monero)
|
| | | | | | |
|
| | | |_|/
| |/| |
| | | |
| | | | |
It cuts down on txn commits, and speeds up blackballing substantially
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | | |
62511df6 wallet2: fix refresh retry when a block/tx fails to parse (moneromooo-monero)
b219c24c wallet2: trim hash chain after fast refresh of hashes (moneromooo-monero)
5b6bcca3 wallet2: fix checking the wrong vector when adding hashes (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
It would switch to a new set of blocks and fail, getting out of sync
with the hash chain in the process
|
| | | | |
| | | |
| | | |
| | | | |
This ensures it can't end up filled with the actual placeholders
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
The two vectors should be the same size anyway, so add an assert
to catch any case where they aren't
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Reported by QuarksLab.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Also constrains bulletproofs to simple rct, for simplicity
|
| | |/ /
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
29dea03 epee: resize vectors where possible in serialization (moneromooo-monero)
76affd9 epee: some speedup in parsing (moneromooo-monero)
dc6c069 db_lmdb: speedup the get_output_distribution common case (moneromooo-monero)
76ac5a8 wallet2: ask for a binary output distribution, for speed (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
1f2409e Do memwipe for critical secret keys copied to rct::key (stoffu)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
ac09cfa wallet2: remove obsolete pruned/unpruned case (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
All daemons will not support pruned blocks
|
| | |_|/
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | | |
10475ab node_rpc_proxy: fix fork earliest height caching [RYO backport] (fireice-uk)
|
| | |/ /
| | |
| | | |
xref https://github.com/ryo-currency/ryo-currency/pull/86
|
| |\ \ \
| | | |
| | | |
| | | | |
8439306 wallet2: do not divide by 0 on invalid daemon response (moneromooo-monero)
|
| | |/ / |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The secret spend key is kept encrypted in memory, and
decrypted on the fly when needed.
Both spend and view secret keys are kept encrypted in a JSON
field in the keys file. This avoids leaving the keys in
memory due to being manipulated by the JSON I/O API.
|