| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |_|_|/
|/| | |
| | | |
| | | | |
Apparently some people seem to think it's a censorship list...
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
99d45a95 wallet_rpc_server: fix change_wallet_password RPC (moneromooo-monero)
|
| | | |_|/
| |/| | |
|
| |/ / /
| | |
| | |
| | |
| | | |
It was creating a new wallet without a password first (this should
be fixed), then not changing the password correctly
|
| |\ \ \
| | | |
| | | |
| | | | |
d886b97f SOFTWARE is the default wallet device (m2049r)
|
| | | |/
| |/| |
|
| |/ / |
|
| |/
|
|
|
| |
This code was deciding which bulletproof configuration to use
based on ptx which weren't created yet.
|
| |\
| |
| |
| |
| | |
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)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
| |
| |
| |
| | |
Some strings were not detected by lupdate because "tr() cannot be called without
context".
|
| |\ \
| | |
| | |
| | | |
34a85e0c wallet2: disable height based segregation (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
It can still be enable via DNS if a key reusing fork pops up
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
bccd88dd wallet2: clear found out for every tx key (doy-lee)
|
| | | |
| | |
| | |
| | | |
Avoids triggering the sanity check
|
| |\ \ \
| | | |
| | | |
| | | | |
2c74b1a1 wallet_rpc_server: include all transfer records for a txid (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | | |
Since subaddresses were added, a tx can now create more than
one payment
|
| |\ \ \
| | | |
| | | |
| | | | |
25e5890d wallet: fix --generate-from-json using wrong password (moneromooo-monero)
|
| | |/ / |
|
| |/ /
| |
| |
| | |
amount and offset (instead of pubkey)
|
| | |
| |
| |
| | |
73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero)
|
| | |
| |
| |
| | |
7dd11711 wallet2: fix transfers between subaddresses hitting the sanity check (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero)
3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero)
a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero)
1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero)
fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero)
2e2139ff epee: do not propagate exception through dtor (moneromooo-monero)
0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero)
1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero)
418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero)
ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero)
6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero)
53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero)
e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero)
661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero)
5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero)
7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero)
a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero)
d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero)
02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero)
c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
|
| | |
| |
| |
| | |
921b0fb1 use default create_address_file argument (m2049r)
|
| | |
| |
| |
| | |
06d05c21 device: set device name correctly if key_on_device is set (Dusan Klinec)
|
| | |
| |
| |
| | |
83debef9 wallet_rpc_server: remove verbose field in incoming_transfers query (moneromooo-monero)
|
| | |
| |
| |
| | |
a21da905 Wallet: use unique_ptr for WalletImpl members (oneiric)
|
| | |
| |
| |
| | |
7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox)
|
| | |
| |
| |
| | |
43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero)
|
| |/
|
|
| |
7964d4f8 wallet2: handle corner case in picking fake outputs (moneromooo-monero)
|
| |\
| |
| |
| |
| |
| | |
e350cc5a wallet2: fix duplicate output making it to the RPC (moneromooo-monero)
bf9a0f4c epee: fix stack overflow on crafted input (moneromooo-monero)
45683ee0 epee: fix invalid memory write reading an array entry (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
6e270fbd wallet2_api: fix for latest code changes (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
b35beaa8 wallet_rpc_server: include account index in incoming_transfers RPC (moneromooo-monero)
|
| | | | |
|
| | |/
|/|
| |
| | |
Thanks iDunk for the windows testing
|
| | |
| |
| |
| | |
Thanks iDunk for building patches on windows
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \
| | | |
| | | |
| | | | |
b7660149 node_rpc_proxy: return a non empty error string on connection failure (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This makes it easier to avoid bugs on the caller side if errors are
represented by non empty strings.
This fixes the refresh height setting in new wallets when no daemon
is running.
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | | |
6e6ffc06 wallet2_api: bring up to latest wallet api (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
26971d46 WalletAPI: 'hasMultisigPartialKeyImages' function added (naughtyfox)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
7a76354c wallet2: import_multisig forward refresh exception (naughtyfox)
|