| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
56b50faa wallet: use wipeable_string in more places where a secret is used (moneromooo-monero)
07ec748c wipeable_string: add hex_to_pod function (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
ba8dd347 api/wallet: properly disable key encryption (stoffu)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
f9b22a7b hw_device: support for multiple devices added [for review] (Dusan Klinec)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
97764bae wallet_rpc_server: error out if wallet-file and wallet-dir are both used (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)
|
| | |/ / / |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
45c85c89 remove unused fields from relay_tx RPC (el00ruobuob)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
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
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
0664a984 wallet_rpc_server: remove some unused code (moneroexamples)
|
| | | |/ /
| |/| | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Reported by QuarksLab.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Also constrains bulletproofs to simple rct, for simplicity
|
| | | | | |
|
| |/ / /
| | |
| | |
| | |
| | | |
And close the current wallet automatically if necessary when opening another
wallet.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
3d5abbe [#4027] add change_wallet_password wallet rpc command (artyomsol)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
1f2409e Do memwipe for critical secret keys copied to rct::key (stoffu)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
5ed6669 wallet_rpc_server: remove unused amount_keys field in transfer RPC (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
ac09cfa wallet2: remove obsolete pruned/unpruned case (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | | |
All daemons will not support pruned blocks
|