| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Reported by cutcoin
|
| | |
|
| |
|
|
| |
Found by knaccc
|
| |
|
|
| |
This makes it easier to modify the bulletproof format
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
in order to unbias selection from blocks with few txes
|
| |
|
|
| |
Apparently some people seem to think it's a censorship list...
|
| | |
|
| |
|
|
| |
8833aec0 wallet2: fix cold signing using non padded bulletproofs (moneromooo-monero)
|
| |
|
|
|
| |
9acf42d3 Multisig M/N functionality core tests added (naughtyfox)
9f3963e8 Arbitrary M/N multisig schemes: * support in wallet2 * support in monero-wallet-cli * support in monero-wallet-rpc * support in wallet api * support in monero-gen-trusted-multisig * unit tests for multisig wallets creation (naughtyfox)
|
| |
|
|
| |
977df631 Fix some calls to the translation function (Guillaume LE VAILLANT)
|
| |
|
|
| |
34a85e0c wallet2: disable height based segregation (moneromooo-monero)
|
| |
|
|
| |
bccd88dd wallet2: clear found out for every tx key (doy-lee)
|
| |
|
|
| |
25e5890d wallet: fix --generate-from-json using wrong password (moneromooo-monero)
|
| |\
| |
| |
| | |
73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Those take a command line of the form "A [B]", with A being the
name (and optional path, if not in the caller's CWD, but fully
qualified path is recommended, avoids possible security issues)
to a program, and optional arguments. Any occurence of the two
character string "%s" will be replaced by the hash of the block
or transaction which triggered the notification.
Tokenization is barebones. If you want things like pipes, calls
to paths with spaces, etc, then use a script (though exec time
will suffer).
block-notify is called when a new block is added onto the chain.
tx-notify is called when a new transaction happens with the
wallet as source and/or destination.
It is the notification program's responsibility to determine what
to do in those cases.
Note that this is asynchronous, so it is very possible that:
- the notification programs will be run out of order
- several events happen before the notification for the first one
A Windows port would be nice if someone wants to make one.
|
| |\ \
| | |
| | |
| | | |
7dd11711 wallet2: fix transfers between subaddresses hitting the sanity check (moneromooo-monero)
|
| | |/
| |
| |
| | |
Transfers between subaddresses are accounted for differently
|
| |\ \
| | |
| | |
| | | |
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)
|
| | |
| |
| |
| |
| |
| | |
If we originally think we have enough outputs on the blockchain
to pick random fake outputs, we might end up with not enough of
them if enough are actually blackballed.
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|