Age | Commit message (Expand) | Author | Files | Lines |
2024-04-06 | net: define IPv4 object explicitly | Bertrand Jacquin | 1 | -1/+1 |
2024-03-08 | wallet2: adjust fee during backlog, fix set priority | selsta | 1 | -2/+2 |
2024-02-20 | wallet: feature: transfer amount with fee included | jeffro256 | 6 | -37/+187 |
2024-02-18 | Daemon-specific proxy for the wallet-rpc. | 0xFFFC0000 | 5 | -4/+31 |
2023-11-28 | serialization: remove container wrappers and serialize directly | jeffro256 | 2 | -35/+35 |
2023-11-05 | MMS: Ignore 2 more API errors thrown by latest PyBitmessage | rbrunner7 | 1 | -0/+13 |
2023-11-02 | wallet: sign_tx: get tx pubkey from extra | tobtoht | 1 | -3/+1 |
2023-11-02 | wallet: fix multisig key memory leak | jeffro256 | 1 | -0/+26 |
2023-10-25 | epee: remove dead code in math_helper and string_tools | jeffro256 | 1 | -1/+0 |
2023-10-17 | wallet: mitigate statistical dependence for decoy selection within rings | jeffro256 | 1 | -16/+43 |
2023-09-26 | wallet2: call on_reorg callback in handle_reorg | j-berman | 1 | -4/+4 |
2023-09-25 | depends: remove libiconv: unused | tobtoht | 1 | -0/+3 |
2023-09-21 | wallet: store watch-only wallet correctly when `change_password()` is called | jeff | 1 | -2/+2 |
2023-08-23 | wallet2: fix `store_to()` and `change_password()` | jeffro256 | 2 | -34/+90 |
2023-08-17 | wallet2: fix version check at hf version 1 | j-berman | 1 | -1/+1 |
2023-08-10 | `KV_SERIALIZE`: remove extraneous semicolons in DSL | jeffro256 | 2 | -71/+71 |
2023-07-28 | wallet-rpc: restore from multisig seed | jeffro256 | 4 | -25/+59 |
2023-07-19 | scan_tx: fix custom comparator for == case; fixes #8951 | j-berman | 1 | -4/+9 |
2023-07-16 | wallet2: when checking frozen multisig tx set, don't assume order | jeffro256 | 1 | -4/+4 |
2023-06-27 | wallet: remove CLI code for non default ring sizes | Jeffro256 | 2 | -7/+1 |
2023-06-15 | wallet2: fix rescanning tx via scan_tx | j-berman | 7 | -54/+399 |
2023-06-12 | wallet: respect frozen key images in multisig wallets | jeffro256 | 2 | -2/+40 |
2023-06-10 | wallet2: take ignored-by-value outputs into account in balance | Crypto City | 1 | -0/+4 |
2023-06-02 | wallet_rpc_server: dedup transfer RPC responses | jeffro256 | 1 | -157/+59 |
2023-05-30 | wallet2: do not lose exception in current thread on refresh | Crypto City | 1 | -0/+1 |
2023-05-30 | wallet2: fix missing exceptions from failing wallet refresh | Crypto City | 1 | -0/+1 |
2023-05-27 | wallet2: ensure transfers and sweeps use same fee calc logic | j-berman | 1 | -3/+3 |
2023-05-06 | fix missing <cstdint> includes | tobtoht | 1 | -0/+1 |
2023-04-25 | remove defunct light wallet code | tobtoht | 6 | -1185/+21 |
2023-04-25 | wallet, simplewallet: Drop support for mine-to-use RPC system | Jeffrey Ryan | 11 | -625/+24 |
2023-04-15 | Allow option 'non-interactive' in monerod config file | almalh | 1 | -0/+1 |
2023-04-02 | gamma picker: relax constructor requirements and test for selecting outputs f... | jeffro256 | 1 | -2/+2 |
2023-03-30 | wallet2: fix infinite loop in fake out selection | Crypto City | 2 | -3/+4 |
2023-03-21 | wallet2: make m_process_pool_txs local to refresh method | jeffro256 | 2 | -12/+11 |
2023-03-21 | wallet2: do not commit transactions more than once | moneromooo-monero | 1 | -0/+18 |
2023-03-19 | wallet2: fix outdated wallet check | Crypto City | 1 | -4/+9 |
2023-03-07 | Enforce restricted # pool txs served via RPC + optimize chunked reqs | j-berman | 5 | -94/+135 |
2023-02-03 | wallet_rpc_server: allow creating more than 64 addresses at once | moneromooo-monero | 1 | -2/+2 |
2023-01-19 | wallet2: add on_reorg callback | Crypto City | 2 | -1/+5 |
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 42 | -42/+42 |
2023-01-09 | Refactored rx-slow-hash.c | SChernykh | 1 | -2/+1 |
2022-12-30 | wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call | rbrunner7 | 2 | -125/+324 |
2022-12-22 | common: move boost_serialization_helper.h out and cleanup includes | Jeffrey Ryan | 1 | -1/+2 |
2022-11-17 | fix(trezor-tests): fix trezor tests build, fix integrated addr test | Dusan Klinec | 1 | -0/+2 |
2022-10-18 | wallet2: fix create view-only wallet from existing wallet | j-berman | 2 | -8/+4 |
2022-10-13 | wallet_api: take priority into account when estimating fee | selsta | 1 | -1/+1 |
2022-09-21 | wallet2: fail to establish daemon cxn == "Disconnected" cxn status | j-berman | 2 | -3/+4 |
2022-09-21 | add an option to force-update multisig key exchange under some circumstances | koe | 7 | -25/+31 |
2022-09-20 | Second thread pool for IO | SChernykh | 2 | -4/+4 |
2022-09-12 | wallet2: check wallet compatibility with daemon's hard fork version | j-berman | 6 | -17/+199 |
2022-09-06 | Fix missing semi-colon in error message | j-berman | 1 | -1/+1 |
2022-09-06 | multisig: fix #8537 seed restore (suggestions by @UkoeHB) | j-berman | 2 | -8/+7 |
2022-08-24 | wallet2: ensure imported outputs subaddresses are created | moneromooo-monero | 1 | -0/+4 |
2022-08-22 | rpc: remove overwriting value | SerHack | 1 | -1/+0 |
2022-08-21 | Wallet RPC: remove duplicate line | SerHack | 1 | -1/+0 |
2022-08-18 | wallet2: better test on whether to allow output import | moneromooo-monero | 2 | -6/+25 |
2022-08-18 | allow exporting outputs in chunks | moneromooo-monero | 5 | -46/+122 |
2022-08-16 | wallet2: fixes for export/import output flow | j-berman | 2 | -2/+8 |
2022-08-16 | wallet2: do not assume imported outputs must be non empty | moneromooo-monero | 1 | -2/+2 |
2022-08-16 | wallet2: prevent importing outputs in a hot wallet | moneromooo-monero | 1 | -0/+2 |
2022-08-16 | wallet2: fix missing subaddress indices in "light" exported outputs | moneromooo-monero | 2 | -2/+8 |
2022-07-21 | wallet_rpc_server: longer timeout for stop_mining | moneromooo-monero | 1 | -1/+1 |
2022-07-13 | derive multisig tx secret keys from an entropy source plus the tx inputs' key... | koe | 2 | -0/+12 |
2022-07-11 | GCC: fix some unused warnings | Jeffrey Ryan | 1 | -0/+4 |
2022-07-05 | wallet2: prevent crash when reading tx w/fewer outputs than expected | j-berman | 1 | -0/+2 |
2022-06-30 | multisig: fix critical vulnerabilities in signing | anon | 2 | -95/+234 |
2022-06-28 | wallet2: don't use DNS to obtain segregation heights | tobtoht | 1 | -37/+0 |
2022-06-27 | Chunk /gettransactions to avoid hitting restricted RPC limit | tobtoht | 1 | -7/+11 |
2022-06-25 | wallet2: force using output distribution for ringct outs | tobtoht | 1 | -9/+14 |
2022-06-24 | wallet2: remove obsolete rpc version check | tobtoht | 1 | -26/+1 |
2022-06-20 | cryptonote_basic: catch crypto api errors | moneromooo-monero | 1 | -1/+2 |
2022-06-03 | wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing | moneromooo-monero | 3 | -5/+11 |
2022-06-01 | Remove erraneous commas | Luke Parker | 1 | -3/+3 |
2022-06-01 | Improve consistency between on_money_received and on_money_received_unconfirmed | Luke Parker | 3 | -7/+10 |
2022-05-26 | wallet_api: add scanTransactions function | selsta | 3 | -0/+44 |
2022-05-25 | wallet_rpc_server: add --no-initial-sync flag for quicker network binding | moneromooo-monero | 1 | -1/+5 |
2022-05-17 | disable multisig by default | moneromooo-monero | 5 | -1/+48 |
2022-05-15 | wallet2: fix spurious reorg detection with untrusted nodes | moneromooo-monero | 1 | -9/+5 |
2022-05-13 | wallet2: speedup large tx construction: reserve vector memory | moneromooo-monero | 1 | -1/+7 |
2022-05-13 | wallet2: speedup large tx construction: batch ringdb lookups | Crypto City | 4 | -5/+58 |
2022-05-13 | wallet2: speedup large tx construction: batch ringdb updates | Crypto City | 4 | -5/+30 |
2022-05-13 | wallet2: speedup large tx construction: cache public key validity | moneromooo-monero | 2 | -28/+36 |
2022-05-02 | wallet2: fix a couple unused variable warnings | selsta | 1 | -6/+1 |
2022-04-29 | multisig: add post-kex verification round to check that all participants have... | koe | 2 | -4/+8 |
2022-04-21 | Preserve commitment format inside transactions | Luke Parker | 1 | -3/+1 |
2022-04-18 | Bump ring size to 16 for v15 & remove set default in wallet cli | j-berman | 1 | -0/+4 |
2022-04-18 | Add view tags to outputs to reduce wallet scanning time | j-berman | 3 | -136/+220 |
2022-04-10 | wallet2: use BP+ for cold signing | moneromooo-monero | 1 | -1/+1 |
2022-04-10 | Fee changes from ArticMine | moneromooo-monero | 5 | -36/+80 |
2022-04-09 | Remove /include | Jeffrey | 1 | -1/+0 |
2022-04-05 | store outPk/8 in the tx for speed | moneromooo-monero | 1 | -1/+3 |
2022-04-05 | plug bulletproofs plus into consensus | moneromooo-monero | 3 | -38/+50 |
2022-03-29 | wallet2: decrease the amount of data exchanged for output export | moneromooo-monero | 2 | -10/+167 |
2022-03-13 | wallet_rpc_server: support regex for get_accounts tag | reemuru | 2 | -3/+13 |
2022-03-11 | wallet_rpc_server: fix make_integrated_address with no payment id | moneromooo-monero | 1 | -6/+0 |
2022-03-10 | Make the wallet name optional when locked. | Norman Moeschter | 2 | -0/+10 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 42 | -42/+48 |
2022-03-01 | wallet2: update stagenet rollback blocks | selsta | 1 | -4/+4 |
2022-02-22 | multisig key exchange update and refactor | koe | 7 | -574/+164 |
2022-01-31 | Balance includes unconfirmed transfers to self | woodser | 1 | -0/+13 |
2022-01-17 | support authentication in monero-wallet-rpc set_daemon | woodser | 2 | -2/+10 |
2021-12-24 | wallet inits cache if file and blob missing | woodser | 1 | -4/+5 |
2021-11-30 | `make_uri` disallows standalone payment ids | woodser | 1 | -6/+2 |
2021-11-05 | Avoid unnecessary 'Invalid hashing blob' error message | rbrunner7 | 1 | -1/+6 |
2021-10-22 | wallet_api: enable set_strict_default_file_permissions | tobtoht | 2 | -1/+6 |
2021-10-22 | epee: add missing header | selsta | 1 | -0/+1 |
2021-10-20 | wallet2: remove 2 unused variables | selsta | 1 | -2/+0 |
2021-10-19 | wallet2: fix key encryption when changing ask-password from 0/1 to 2 | moneromooo-monero | 2 | -23/+4 |
2021-10-04 | Decrease the "recent spend window" in gamma re-select to 15 blocks | j-berman | 1 | -1/+1 |
2021-10-01 | wallet2: keep around transaction prefix for confirmed transfers | tobtoht | 1 | -2/+5 |
2021-09-12 | Fix precision of average_output_time | j-berman | 1 | -7/+1 |
2021-09-07 | UB: Not calling virtual method in destructor of WalletImpl | mj-xmr | 1 | -1/+1 |
2021-08-28 | wallet: fix unused lambda capture warning | selsta | 1 | -1/+1 |
2021-08-27 | wallet_rpc_server: fix help text remaining bold | selsta | 1 | -1/+2 |
2021-08-26 | Wallet2: fix optimize-coinbase for p2pool payouts | SChernykh | 1 | -4/+5 |
2021-08-20 | monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir | Kermit Alexander II | 4 | -4/+19 |
2021-08-19 | Protect client from divide by 0 caused by integer truncation | j-berman | 1 | -0/+6 |
2021-08-19 | Apply gamma distr from chain tip when selecting decoys | j-berman | 1 | -0/+31 |
2021-08-19 | wallet_api: add make_uri | tobtoht | 3 | -0/+7 |
2021-08-11 | Make sure node returns to wallet that real output is unlocked | j-berman | 1 | -1/+2 |
2021-08-03 | trezor: try empty passphrase first | Dusan Klinec | 1 | -1/+20 |
2021-08-02 | Fix describe_transfer for multiple txes in a txset | Alex Opie | 2 | -10/+54 |
2021-07-19 | wallet_api: expose offline mode status | rating89us | 3 | -0/+7 |
2021-07-15 | wallet2: chunk get_outs.bin calls to avoid sanity limits | moneromooo-monero | 1 | -8/+20 |
2021-07-14 | wallet2: Don't auto lock device on process parsed blocks | tobtoht | 1 | -2/+1 |
2021-07-14 | wallet: rephrase error message on invalid device address | Dusan Klinec | 1 | -1/+1 |
2021-07-14 | fix #7784 - deinit wallet in wallet dtor | Dusan Klinec | 1 | -3/+6 |
2021-07-13 | cmake: fix undefined symbols and multiple definitions | anon | 1 | -0/+3 |
2021-07-05 | wallet_api: getPassword | tobtoht | 3 | -0/+7 |
2021-06-24 | wallet_api: get bytes sent/received | tobtoht | 3 | -0/+19 |
2021-06-23 | wallet_api: fix typo in exportKeyImages | selsta | 1 | -1/+1 |
2021-06-15 | provide key images of spent outputs in wallet rpc | woodser | 3 | -9/+39 |
2021-06-08 | wallet/api: remove Bitmonero namespace alias | selsta | 16 | -38/+0 |
2021-06-08 | wallet_api: address_book: don't lose pid on setDescription | tobtoht | 1 | -1/+1 |
2021-06-04 | wallet2: refresh: check error and throw before potentially breaking out of loop | tobtoht | 1 | -8/+9 |
2021-06-04 | wallet_api: signMessage: add sign with subaddress | tobtoht | 3 | -4/+19 |
2021-06-04 | wallet_api: reconnectDevice | tobtoht | 3 | -0/+21 |
2021-06-04 | wallet: Reset RPC Pay ID on node switch | tobtoht | 1 | -0/+3 |
2021-06-04 | wallet_api: move adjust_mixin call within try block | tobtoht | 1 | -8/+3 |
2021-05-18 | support freeze, thaw, and frozen in wallet rpc | woodser | 3 | -1/+154 |
2021-05-14 | CMake: glob missing headers for wallet2 | mj-xmr | 1 | -12/+1 |
2021-04-27 | cmake: wallet_api doesn't need wallet_merged | selsta | 1 | -41/+0 |
2021-04-25 | Wallet2: Update 'approximate_testnet_rolled_back_blocks' | rbrunner7 | 1 | -1/+1 |
2021-04-23 | wallet2: Fix rescan_bc keep_ki option | Nathan Dorfman | 2 | -22/+27 |
2021-04-22 | wallet_api: import / export output function | tobtoht | 3 | -0/+77 |
2021-04-16 | Split epee/string_tools.h and encapsulate boost::lexical_cast | mj-xmr | 1 | -0/+1 |
2021-04-15 | rpc: send confirmations in get_transactions result | moneromooo-monero | 1 | -4/+14 |
2021-04-07 | monero-wallet-cli: improve error message when tx amount is zero | Elliot Wirrick | 5 | -7/+24 |
2021-04-05 | expose set_offline to wallet api | benevanoff | 3 | -0/+12 |
2021-03-28 | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 3 | -2/+3 |
2021-03-25 | wallet2: fix unlocked mixup in light wallet mode | moneromooo-monero | 1 | -2/+2 |
2021-03-12 | wallet_api: add isDeterministic() | tobtoht | 3 | -0/+12 |
2021-03-12 | wallet_api: add seed_offset param to seed() | tobtoht | 3 | -4/+4 |
2021-03-06 | wallet_rpc_server: set seed language in generate_from_keys | moneromooo-monero | 2 | -18/+16 |
2021-03-05 | fix serialization being different on mac | moneromooo-monero | 3 | -11/+21 |
2021-03-04 | return output key for incoming transfers | benevanoff | 2 | -1/+4 |
2021-03-01 | wallet_rpc: add scan_tx | tobtoht | 3 | -1/+58 |
2021-02-20 | wallet_rpc_payments: implement multithreading | gdmojo | 2 | -38/+55 |
2021-02-17 | monero-wallet-cli: Added command scan_tx | Horia Mihai David | 2 | -0/+44 |
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 4 | -14/+5 |
2021-02-06 | Reduce compilation time of epee/portable_storage.h | mj-xmr | 2 | -0/+3 |
2021-01-28 | Remove copies from foreach loops (thanks to Clang) | Lee Clagett | 1 | -1/+1 |
2021-01-28 | Removing unused namespace alias | Lee Clagett | 1 | -2/+0 |
2021-01-25 | Attempt to carve the fee from a partial payment early | Alex Opie | 1 | -20/+34 |
2021-01-25 | Stop adding more outputs than bulletproof allows | Alex Opie | 1 | -7/+35 |
2021-01-23 | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 3 | -33/+13 |
2021-01-07 | wallet_rpc_server: don't abort on initial refresh failure | xiphon | 1 | -1/+8 |
2021-01-02 | wallet_api: store fee for incoming txs in history | Ben Evanoff | 1 | -0/+1 |
2020-12-25 | wallet api: allow wallet to fetch all key images via api | benevanoff | 3 | -4/+5 |
2020-12-22 | restrict public node checks a little | moneromooo-monero | 1 | -0/+1 |
2020-12-10 | simplewallet: don't complain about connecting to the daemon when offline | moneromooo-monero | 1 | -0/+1 |
2020-12-03 | wallet2: set propagation timeout to current max timeout | selsta | 1 | -1/+2 |
2020-11-28 | Allow tx note edits via TransactionHistory object in wallet/api | dsc | 3 | -0/+13 |
2020-11-24 | wallet2: check imported multisig curve points are in main subgroup | Crypto City | 1 | -0/+14 |
2020-11-14 | wallet_api: TransactionHistory - fill unconfirmed out payments dests | xiphon | 1 | -0/+4 |
2020-11-06 | Balance includes unconfirmed payments | woodser | 1 | -0/+8 |
2020-10-18 | wallet2: wait for propagation timeout before marking tx as failed | xiphon | 1 | -2/+6 |
2020-10-17 | wallet2_api: implement stop() to interrupt refresh() loop once | xiphon | 3 | -0/+11 |
2020-10-13 | wallet2: skip reorgs exceeding max-reorg-depth wallet setting | xiphon | 3 | -0/+35 |
2020-10-12 | wallet2: fix missing m_state field in wallet serialization | moneromooo-monero | 1 | -1/+3 |
2020-10-10 | Change epee binary output from std::stringstream to byte_stream | Lee Clagett | 1 | -5/+4 |
2020-09-24 | fix a couple bugs found by OSS-fuzz | moneromooo-monero | 1 | -0/+2 |
2020-09-19 | Extend TransactionInfo with coinbase and description attributes in wallet/api | dsc | 4 | -0/+23 |
2020-09-19 | Allow AddressBook description edits via wallet/api interface | dsc | 3 | -0/+21 |
2020-09-15 | wallet2: adapt to deterministic unlock time | TheCharlatan | 4 | -18/+44 |
2020-09-12 | wallet2: fix tx sanity check triggering on pre-rct outputs | moneromooo-monero | 2 | -4/+9 |
2020-09-09 | Fix typo in command line argument description | Reinaldulin | 1 | -1/+1 |
2020-09-04 | enable CLSAG support for Trezor client | Dusan Klinec | 1 | -1/+1 |
2020-09-01 | update error message "No unlocked balance in the specified account" | woodser | 1 | -1/+1 |
2020-09-01 | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 1 | -15/+15 |
2020-08-28 | Bind signature to full address and signing mode | Sarang Noether | 4 | -29/+42 |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 6 | -25/+122 |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 3 | -31/+66 |
2020-08-17 | Revert "Use domain-separated ChaCha20 for in-memory key encryption" | luigi1111 | 2 | -27/+0 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 6 | -107/+527 |
2020-08-16 | Fix build with Boost 1.74 | moneromooo-monero | 1 | -0/+3 |
2020-08-10 | simplewallet: allow setting tx keys when sending to a subaddress | moneromooo-monero | 2 | -2/+12 |
2020-08-09 | Use domain-separated ChaCha20 for in-memory key encryption | Sarang Noether | 2 | -0/+27 |
2020-08-09 | Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc... | Sarang Noether | 1 | -17/+29 |
2020-08-08 | wallet2: fix setting tx keys when another is already set | moneromooo-monero | 1 | -10/+10 |