Age | Commit message (Expand) | Author | Files | Lines |
2022-09-21 | add an option to force-update multisig key exchange under some circumstances | koe | 1 | -8/+1 |
2022-09-07 | allow exporting outputs in chunks | moneromooo-monero | 1 | -1/+1 |
2022-05-17 | disable multisig by default | moneromooo-monero | 1 | -0/+33 |
2022-04-29 | multisig: add post-kex verification round to check that all participants have... | koe | 1 | -1/+2 |
2022-03-13 | wallet_rpc_server: support regex for get_accounts tag | reemuru | 1 | -2/+10 |
2022-03-11 | wallet_rpc_server: fix make_integrated_address with no payment id | moneromooo-monero | 1 | -6/+0 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 |
2022-02-22 | multisig key exchange update and refactor | koe | 1 | -50/+4 |
2022-01-17 | support authentication in monero-wallet-rpc set_daemon | woodser | 1 | -1/+5 |
2021-08-27 | wallet_rpc_server: fix help text remaining bold | selsta | 1 | -1/+2 |
2021-08-20 | monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir | Kermit Alexander II | 1 | -0/+8 |
2021-08-02 | Fix describe_transfer for multiple txes in a txset | Alex Opie | 1 | -9/+32 |
2021-06-15 | provide key images of spent outputs in wallet rpc | woodser | 1 | -7/+18 |
2021-05-18 | support freeze, thaw, and frozen in wallet rpc | woodser | 1 | -0/+84 |
2021-04-07 | monero-wallet-cli: improve error message when tx amount is zero | Elliot Wirrick | 1 | -1/+6 |
2021-03-06 | wallet_rpc_server: set seed language in generate_from_keys | moneromooo-monero | 1 | -17/+13 |
2021-03-05 | fix serialization being different on mac | moneromooo-monero | 1 | -1/+1 |
2021-03-04 | return output key for incoming transfers | benevanoff | 1 | -0/+1 |
2021-03-01 | wallet_rpc: add scan_tx | tobtoht | 1 | -0/+35 |
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 1 | -1/+0 |
2021-01-28 | Remove copies from foreach loops (thanks to Clang) | Lee Clagett | 1 | -1/+1 |
2021-01-23 | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 1 | -2/+1 |
2021-01-07 | wallet_rpc_server: don't abort on initial refresh failure | xiphon | 1 | -1/+8 |
2020-08-28 | Bind signature to full address and signing mode | Sarang Noether | 1 | -3/+0 |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 1 | -2/+25 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 1 | -5/+23 |
2020-05-17 | wallet_rpc_server: use unlock_time in suggested confirmations calc | moneromooo-monero | 1 | -5/+17 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 |
2020-04-22 | simplewallet: report timestamp based expected unlock time on balance | moneromooo-monero | 1 | -4/+5 |
2020-01-26 | wallet: do not split integrated addresses in address book api | moneromooo-monero | 1 | -78/+17 |
2020-01-11 | Wallet: Distingush amounts for a single subaddress | Tadeas Moravec | 1 | -0/+2 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 1 | -1/+1 |
2019-12-30 | wallet: fix exceptions getting the hash of a pruned tx | moneromooo-monero | 1 | -2/+2 |
2019-12-16 | wallet-cli/rpc: allow sweep_all to use outputs in all subaddresses within an ... | stoffu | 1 | -1/+12 |
2019-12-01 | remove unused variable 'ptx' from on_describe_transfer() | woodser | 1 | -1/+0 |
2019-11-22 | wallet_rpc_server: add count parameter to create_address | Matt Smith | 1 | -3/+23 |
2019-11-06 | wallet_rpc_server: new estimate_tx_size_and_weight RPC | moneromooo-monero | 1 | -0/+19 |
2019-11-05 | wallet_rpc_server: add tx weight in transfer commands responses | moneromooo-monero | 1 | -6/+7 |
2019-11-01 | wallet: fix another facet of "did I get some monero" information leak | moneromooo-monero | 1 | -2/+8 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 1 | -0/+14 |
2019-10-24 | changed 'batttery' to 'battery' | Jake Hemmerle | 1 | -2/+2 |
2019-10-14 | wallet_rpc_server: don't report integrated addresses for 0 payment ID | moneromooo-monero | 1 | -2/+5 |
2019-10-14 | wallet: remove long payment ID sending support | moneromooo-monero | 1 | -24/+3 |
2019-09-28 | RPC on_transfer_split error consistent with on_transfer if no tx sent | binaryFate | 1 | -0/+7 |
2019-09-17 | wallet: add edit_address_book RPC | moneromooo-monero | 1 | -0/+102 |
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 1 | -8/+8 |
2019-09-05 | wallet_rpc_server: add locked field to get_transfers/get_{bulk_,}_payments | moneromooo-monero | 1 | -0/+7 |
2019-08-28 | wallet_rpc_server: call deinit on exit | moneromooo-monero | 1 | -0/+1 |
2019-08-26 | wallet, rpc: add a release field to get_version | moneromooo-monero | 1 | -0/+2 |
2019-07-31 | Add IPv6 support | Thomas Winget | 1 | -1/+3 |
2019-07-29 | functional_tests: add validate_address tests | moneromooo-monero | 1 | -3/+2 |
2019-07-10 | wallet: provide original address for outgoing transfers | xiphon | 1 | -2/+2 |
2019-07-09 | wallet_rpc_server: fix get_bulk_payments with short payment ids | moneromooo-monero | 1 | -0/+5 |
2019-05-22 | Fix allow any cert mode in wallet rpc when configured over rpc | Lee Clagett | 1 | -1/+5 |
2019-05-22 | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 1 | -50/+1 |
2019-05-11 | wallet: fix certificate fingerprint length check | moneromooo-monero | 1 | -1/+1 |
2019-05-10 | wallet_rpc_server: use original addresses in destinations in get_transfers | moneromooo-monero | 1 | -1/+9 |
2019-05-02 | wallet: distinguish between empty and absent attributes | moneromooo-monero | 1 | -1/+6 |
2019-05-02 | wallet_rpc_server: use original addresses in destinations in get_transfers | moneromooo-monero | 1 | -1/+9 |
2019-04-30 | wallet_rpc_server: reject standalone short payment id in address book | moneromooo-monero | 1 | -4/+4 |
2019-04-26 | change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 | moneromooo-monero | 1 | -0/+9 |
2019-04-25 | wallet_rpc_server: adding missing return on error in set_daemon | moneromooo-monero | 1 | -0/+1 |
2019-04-25 | wallet_rpc_server: return false on error in set_log_categories | moneromooo-monero | 1 | -1/+1 |
2019-04-25 | wallet_rpc_server: fix crash in validate_address if no wallet is loaded | moneromooo-monero | 1 | -1/+2 |
2019-04-20 | wallet_rpc_server: add block_height and frozen to incoming_transfers | moneromooo-monero | 1 | -0/+2 |
2019-04-17 | wallet_rpc_server: add unlocked field to incoming_transfers output | moneromooo-monero | 1 | -0/+1 |
2019-04-17 | wallet_rpc_server: remove unused variable | moneromooo-monero | 1 | -2/+0 |
2019-04-16 | wallet_rpc_server: set suggested_confirmations_threshold for pool txes | moneromooo-monero | 1 | -5/+3 |
2019-04-16 | wallet_rpc_server: add set_log_level/set_log_categories | moneromooo-monero | 1 | -0/+33 |
2019-04-15 | wallet_rpc_server: remove unused code | moneromooo-monero | 1 | -5/+1 |
2019-04-12 | wallet_rpc_server: fix inconsistent wallet caches on reload | moneromooo-monero | 1 | -41/+48 |
2019-04-10 | wallet_rpc_server: add a all flag to export_outputs | moneromooo-monero | 1 | -1/+1 |
2019-04-07 | Enabling daemon-rpc SSL now requires non-system CA verification | Lee Clagett | 1 | -7/+16 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 1 | -9/+29 |
2019-04-06 | Change default SSL to "enabled" if user specifies fingerprint/certificate | Lee Clagett | 1 | -4/+9 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 1 | -15/+5 |
2019-04-06 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 1 | -4/+5 |
2019-04-04 | wallet: new option to start background mining | moneromooo-monero | 1 | -0/+56 |
2019-04-01 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 1 | -4/+5 |
2019-04-01 | wallet_rpc_server: error out on getting the spend key from a hot wallet | moneromooo-monero | 1 | -1/+7 |
2019-04-01 | wallet_rpc_server: always fill out subaddr_indices in get_transfers | moneromooo-monero | 1 | -0/+2 |
2019-04-01 | wallet_rpc_server: error out on getting the spend key from a hot wallet | moneromooo-monero | 1 | -1/+7 |
2019-04-01 | wallet_rpc_server: add a set_daemon RPC | moneromooo-monero | 1 | -0/+34 |
2019-04-01 | wallet_rpc_server: always fill out subaddr_indices in get_transfers | moneromooo-monero | 1 | -0/+2 |
2019-04-01 | wallet_rpc_server: set confirmations to 0 for pending/pool txes | moneromooo-monero | 1 | -1/+1 |
2019-03-25 | wallet_rpc_server: allow english/local language names in create_wallet | moneromooo-monero | 1 | -3/+9 |
2019-03-25 | wallet: fix memory only wallets | moneromooo-monero | 1 | -16/+5 |
2019-03-24 | wallet: use original user address if we have a short payment id | moneromooo-monero | 1 | -1/+1 |
2019-03-21 | wallet_rpc_server: remove mixin from transfer RPCs | moneromooo-monero | 1 | -36/+4 |
2019-03-17 | wallet_rpc_server: new auto_refresh RPC | moneromooo-monero | 1 | -1/+33 |
2019-03-15 | wallet_rpc_server: fix buffer read overflow in string assignment | moneromooo-monero | 1 | -1/+1 |
2019-03-13 | wallet_rpc_server: include out subaddress indices in get_transfers | moneromooo-monero | 1 | -0/+4 |
2019-03-13 | wallet_rpc_server: add missing --rpc-ssl-allowed-fingerprints | moneromooo-monero | 1 | -0/+1 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-05 | add multisig tx sets to describe_transfer rpc endpoint | spoke0 | 1 | -22/+52 |
2019-03-05 | epee: add SSL support | Martijn Otto | 1 | -1/+6 |
2019-03-05 | wallet_rpc_server: avoid repeated string allocations when parsing | moneromooo-monero | 1 | -20/+14 |
2019-03-04 | various: remove unused variables | moneromooo-monero | 1 | -5/+0 |
2019-03-02 | Simplify RPC endpoint, emoving second RPC endpoint generate_from_view_key | Joel | 1 | -15/+4 |
2019-02-21 | Remove code duplication | Joel | 1 | -157/+18 |
2019-02-20 | wallet-rpc: get balance for all accounts and subaddresses | stoffu | 1 | -20/+44 |
2019-02-19 | Add generate_from_view_key RPC method | Joel | 1 | -0/+152 |
2019-02-19 | Add generate_from_keys RPC method | Joel | 1 | -0/+166 |
2019-02-17 | wallet-rpc: get transfers for all accounts and subaddresses | Jethro Grassie | 1 | -4/+12 |
2019-02-14 | wallet_rpc_server: add a validate_address RPC | moneromooo-monero | 1 | -0/+51 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 1 | -1/+31 |
2019-02-02 | wallet_rpc_server: remove detached short payment ids support | moneromooo-monero | 1 | -5/+1 |
2019-01-28 | rpc: fix internal daemon calls in restricted rpc getting partial data | moneromooo-monero | 1 | -76/+76 |
2019-01-18 | core, wallet: remember original text version of destination address | moneromooo-monero | 1 | -0/+2 |
2018-12-24 | wallet_rpc_server: add all field to export_key_images | moneromooo-monero | 1 | -1/+1 |
2018-11-23 | wallet_rpc_server: do not use RPC data if the call failed | moneromooo-monero | 1 | -1/+2 |
2018-11-05 | wallet_rpc_server: account for watch-only/non-deterministic/multisig when que... | stoffu | 1 | -1/+32 |
2018-11-04 | wallet2: only export necessary outputs and key images | moneromooo-monero | 1 | -6/+7 |
2018-11-03 | wallet: add a non destructive blockchain rescan | moneromooo-monero | 1 | -1/+1 |
2018-11-02 | wallet_rpc_server: include additional tx keys in sign_transfer response | stoffu | 1 | -0/+4 |
2018-10-29 | wallet-rpc: add on_restore_deterministic RPC call. | Hasan Pekdemir | 1 | -0/+194 |
2018-10-18 | Add RPC error code for non-deterministic wallet | Michał Sałaban | 1 | -0/+1 |
2018-10-16 | wallet_rpc_server: fix change_wallet_password RPC | moneromooo-monero | 1 | -2/+1 |
2018-10-11 | Return appropriate RPC error code when key image signature check fails | Michał Sałaban | 1 | -0/+5 |
2018-10-10 | wallet_rpc_server: optionally return tx keys in sign_transfer | moneromooo-monero | 1 | -0/+2 |
2018-10-09 | wallet_rpc_server: add describe_transfer RPC | moneromooo-monero | 1 | -0/+165 |
2018-10-01 | Arbitrary M/N multisig schemes: | naughtyfox | 1 | -1/+50 |
2018-10-01 | wallet_rpc_server: include all transfer records for a txid | moneromooo-monero | 1 | -8/+14 |
2018-10-01 | wallet: fix --generate-from-json using wrong password | moneromooo-monero | 1 | -1/+2 |
2018-09-29 | Merge pull request #4459 | Riccardo Spagni | 1 | -0/+3 |
2018-09-29 | Merge pull request #4427 | Riccardo Spagni | 1 | -1/+1 |
2018-09-28 | wallet_rpc_server: remove verbose field in incoming_transfers query | moneromooo-monero | 1 | -1/+1 |
2018-09-24 | wallet_rpc_server: include account index in incoming_transfers RPC | moneromooo-monero | 1 | -1/+1 |
2018-09-22 | wallet_rpc_server: fix --run-as-service on Windows | moneromooo-monero | 1 | -0/+1 |
2018-09-21 | wallet_rpc_server: fix build for windows | moneromooo-monero | 1 | -8/+17 |
2018-09-18 | wallet: add 'outputs' option for sweep_* commands | whythat | 1 | -2/+16 |
2018-09-15 | add daemonizer to rpc wallet | jcktm | 1 | -111/+164 |
2018-09-12 | wallet: use wipeable_string in more places where a secret is used | moneromooo-monero | 1 | -15/+24 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -1/+0 |
2018-09-09 | wallet_rpc_server: remove some unused code | moneroexamples | 1 | -9/+0 |
2018-09-08 | wallet_rpc_server: error out if wallet-file and wallet-dir are both used | moneromooo-monero | 1 | -1/+6 |
2018-09-05 | wallet rpc: Add close_wallet RPC | Guillaume LE VAILLANT | 1 | -0/+42 |
2018-08-23 | wallet: store trusted-daemon flag in wallet2 | stoffu | 1 | -23/+12 |
2018-08-22 | rpc-wallet: refresh command added | Dusan Klinec | 1 | -0/+22 |
2018-08-17 | [#4027] add change_wallet_password wallet rpc command | artyomsol | 1 | -0/+32 |
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 1 | -5/+5 |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -1/+3 |
2018-08-16 | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 1 | -32/+35 |
2018-08-03 | wallet: distinguish coinbase from other txes in show_transfers | moneromooo-monero | 1 | -1/+1 |
2018-07-31 | wallet-rpc: add get_address_index command | stoffu | 1 | -0/+21 |
2018-07-31 | wallet-rpc: filter getbalance response by address index | stoffu | 1 | -4/+10 |
2018-07-20 | wallet rpc: support making integrated address of given standard address | stoffu | 1 | -1/+33 |
2018-06-27 | wallet: include a suggested number of confirmations based on amount | moneromooo-monero | 1 | -0/+19 |
2018-06-21 | wallet-rpc.getaddress: throw if index is out of bound | stoffu | 1 | -0/+2 |
2018-06-15 | Fix RPC crashes that didn't check for an open wallet | Howard Chu | 1 | -0/+6 |
2018-06-13 | wallet: on first refresh, start off with a quantized height | moneromooo-monero | 1 | -2/+2 |
2018-06-03 | wallet-rpc: watch-only and cold wallet features added | Dusan Klinec | 1 | -7/+217 |
2018-04-22 | wallet cli/rpc: terminate execution with code 0 when --help or --version is g... | stoffu | 1 | -1/+7 |
2018-04-14 | wallet_rpc_server: add a get_version RPC | moneromooo-monero | 1 | -0/+6 |
2018-03-15 | Fix typos in various files | Dimitris Apostolou | 1 | -1/+1 |
2018-03-15 | wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ... | stoffu | 1 | -5/+3 |
2018-03-05 | allow using ring size instead of mixin for rpc transfer | cryptochangements34 | 1 | -4/+36 |
2018-03-05 | Stagenet | stoffu | 1 | -15/+23 |
2018-02-08 | wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown | stoffu | 1 | -1/+1 |
2018-02-05 | Add default value to max_height, otherwise it's 0 | Michał Sałaban | 1 | -2/+3 |
2018-01-31 | wallet-rpc: take subaddress account as arg for get_transfer_by_txid | stoffu | 1 | -4/+11 |
2018-01-31 | wallet-rpc: rename *_INDEX_OUTOFBOUND into *_INDEX_OUT_OF_BOUNDS | stoffu | 1 | -2/+2 |
2018-01-29 | Fixed typos and wording tweaks | Maxithi | 1 | -9/+9 |
2018-01-29 | Return appropriate error code when there's no connection to daemon | Michał Sałaban | 1 | -0/+5 |
2018-01-28 | Return appropriate error code when not enough money for tx | Michał Sałaban | 1 | -0/+5 |
2018-01-28 | wallet: automatically use low priority if safe (no backlog & recent blocks no... | stoffu | 1 | -4/+8 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2018-01-26 | wallet rpc: show fees when querying incoming transfers | stoffu | 1 | -2/+2 |
2018-01-14 | Allow retrieving spend key via RPC | Michał Sałaban | 1 | -0/+4 |
2018-01-10 | Reserve proof | stoffu | 1 | -0/+60 |
2018-01-10 | epee: remove dependency on common | moneromooo-monero | 1 | -1/+2 |
2017-12-27 | Resolve addresses in get_transfers | Michał Sałaban | 1 | -0/+4 |
2017-12-25 | Revert "return subaddress in get_bulk_payments" | moneromooo-monero | 1 | -1/+0 |
2017-12-24 | wallet_rpc_server: fix wallet leak on error exit | moneromooo-monero | 1 | -0/+2 |
2017-12-20 | wallet_rpc_server: factor transfer info return and add missing info | moneromooo-monero | 1 | -301/+103 |
2017-12-18 | check accessing an element past the end of a container | moneromooo-monero | 1 | -5/+12 |
2017-12-18 | add empty container sanity checks when using front() and back() | moneromooo-monero | 1 | -0/+7 |
2017-12-18 | wallet-rpc: added receiving address to res of get(_bulk)_payments; selective ... | stoffu | 1 | -4/+18 |
2017-12-18 | Account tagging | stoffu | 1 | -0/+70 |
2017-12-17 | wallet: factor multisig info parsing | moneromooo-monero | 1 | -50/+1 |
2017-12-17 | wallet: use raw encrypted data in multisig import/export RPC | moneromooo-monero | 1 | -47/+7 |
2017-12-17 | wallet: add multisig sign/submit RPC | moneromooo-monero | 1 | -82/+361 |
2017-12-17 | Match surae's recommendation to derive multisig keys | moneromooo-monero | 1 | -3/+3 |
2017-12-17 | wallet: guard against partly initialized multisig wallet | moneromooo-monero | 1 | -4/+25 |
2017-12-17 | add multisig core test and factor multisig building blocks | moneromooo-monero | 1 | -14/+1 |
2017-12-17 | N-1/N multisig | moneromooo-monero | 1 | -11/+93 |
2017-12-17 | multisig address generation RPC | moneromooo-monero | 1 | -0/+234 |
2017-12-17 | gen_multisig: generates multisig wallets if participants trust each other | moneromooo-monero | 1 | -0/+1 |
2017-12-17 | Add N/N multisig tx generation and signing | moneromooo-monero | 1 | -0/+1 |
2017-12-08 | return subaddress in get_bulk_payments | Dmitriy Plekhanov | 1 | -0/+1 |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 1 | -1/+2 |
2017-11-24 | wallet_rpc_server: new relay_tx command | moneromooo-monero | 1 | -0/+41 |
2017-11-24 | wallet: transfer RPC can now return tx metadata (pending_tx) | moneromooo-monero | 1 | -3/+39 |
2017-11-21 | Spend proof without txkey | stoffu | 1 | -0/+50 |
2017-11-21 | fix for tx proof: use exception instead of error_str when signature gen failed | stoffu | 1 | -6/+1 |
2017-11-18 | Tx proof (revised): | stoffu | 1 | -0/+161 |
2017-11-15 | Wallet RPC: Add prompt-for-password flag | Tim L | 1 | -5/+8 |
2017-11-15 | Add out-of-bound exceptions and handle them in RPC | Michał Sałaban | 1 | -21/+21 |
2017-11-15 | simplewallet: wrong ns for input_line in sweep_single (fix #2634) | stoffu | 1 | -1/+1 |
2017-11-15 | wallet: add sweep_single command | stoffu | 1 | -0/+96 |