aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #7802luigi11112021-08-113-0/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a3d2b71 wallet_api: expose offline mode status (rating89us)
| * | | | | | | wallet_api: expose offline mode statusrating89us2021-07-193-0/+7
| |/ / / / / /
* | | | | | | Merge pull request #7800luigi11112021-08-111-6/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | b48074f Fixed json serialization of rct::RCTTypeNull (SChernykh)
| * | | | | | | Fixed json serialization of rct::RCTTypeNullSChernykh2021-07-181-6/+12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | rct::RCTTypeNull doesn't have these fields (ecdhInfo, outPk, txnFee).
* | | | | | | Merge pull request #7795luigi11112021-08-111-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 87a0928 rpc: source file extensions must be explicit (cmake warning) (selsta)
| * | | | | | | rpc: source file extensions must be explicit (cmake warning)selsta2021-07-151-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #7786luigi11112021-08-111-3/+6
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | 9c6e094 fix #7784 - deinit wallet in wallet dtor (Dusan Klinec)
| * | | | | | fix #7784 - deinit wallet in wallet dtorDusan Klinec2021-07-141-3/+6
| |/ / / / /
* | | | | | Merge pull request #7796luigi11112021-08-021-8/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 0c6e1d3 wallet2: chunk get_outs.bin calls to avoid sanity limits (moneromooo-monero)
| * | | | | | wallet2: chunk get_outs.bin calls to avoid sanity limitsmoneromooo-monero2021-07-151-8/+20
| |/ / / / /
* | | | | | Merge pull request #7790luigi11112021-08-021-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | bc8d764 wallet: rephrase error message on invalid device address (Dusan Klinec)
| * | | | | | wallet: rephrase error message on invalid device addressDusan Klinec2021-07-141-1/+1
| |/ / / / /
* | | | | | Merge pull request #7788luigi11112021-08-021-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | f5eb2ce wallet2: Don't auto lock device on process parsed blocks (tobtoht)
| * | | | | | wallet2: Don't auto lock device on process parsed blockstobtoht2021-07-141-2/+1
| |/ / / / /
* | | | | | Merge pull request #7767luigi11112021-08-022-10/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 5fa1c90 Fix describe_transfer for multiple txes in a txset (Alex Opie)
| * | | | | | Fix describe_transfer for multiple txes in a txsetAlex Opie2021-08-022-10/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures each list of recipients is only the recipients for one transaction. It also adds a new field "summary" that describes the txset as a whole. Fixes #7344
* | | | | | | Merge pull request #7757luigi11112021-08-021-3/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d689b94 protocol: fix delayed 'you are now synchronized...' message (moneromooo-monero)
| * | | | | | | protocol: fix delayed "you are now synchronized..." messagemoneromooo-monero2021-06-211-3/+4
| | | | | | | |
* | | | | | | | Merge pull request #7747luigi11112021-08-021-8/+9
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | 8cf95c8 wallet2: refresh: check error and throw before potentially breaking out of loop (tobtoht)
| * | | | | | | wallet2: refresh: check error and throw before potentially breaking out of looptobtoht2021-06-041-8/+9
| | |_|_|_|/ / | |/| | | | |
* | | | | | | blocks: fix cmake syntaxselsta2021-07-281-1/+1
| | | | | | |
* | | | | | | Merge pull request #7782luigi11112021-07-271-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a48db50 device_trezor_base: fix typo (anon)
| * | | | | | | device_trezor_base: fix typoanon2021-07-101-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #7772luigi11112021-07-271-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | eda5c30 Doc: Update blockchain stats with review comments (mj-xmr)
| * | | | | | | Doc: Update blockchain stats with review commentsmj-xmr2021-07-061-2/+4
| |/ / / / / /
* | | | | | | Merge pull request #7745luigi11112021-07-271-3/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d52d21b ledger: don't lock for software device (tobtoht)
| * | | | | | | ledger: don't lock for software devicetobtoht2021-06-041-3/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #7744luigi11112021-07-272-6/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ce40c33 ledger: use software device if we have view key (tobtoht)
| * | | | | | | ledger: use software device if we have view keytobtoht2021-06-042-6/+13
| |/ / / / / /
* | | | | | | Merge pull request #7740luigi11112021-07-271-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8cea9d8 wallet: Reset RPC Pay ID on node switch (tobtoht)
| * | | | | | | wallet: Reset RPC Pay ID on node switchtobtoht2021-06-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RPC pay client ID is sent with each RPC request, set a new secret every time we switch nodes to mitigate trivial correlation
* | | | | | | | Merge pull request #7698luigi11112021-07-271-9/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 7359d51 cmake: fix non portable code (selsta)
| * | | | | | | | cmake: fix non portable codeselsta2021-04-281-9/+21
| | | | | | | | |
* | | | | | | | | cmake: fix undefined symbols and multiple definitionsanon2021-07-135-16/+62
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #7764luigi11112021-07-101-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | e24875e simplewallet: don't truncate integ. address in export_transfers (selsta)
| * | | | | | | | simplewallet: don't truncate integ. address in export_transfersselsta2021-06-241-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #7762luigi11112021-07-101-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ae6c85 trezor: add #if for ByteSizeLong (selsta)
| * | | | | | | | trezor: add #if for ByteSizeLongselsta2021-06-271-0/+4
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Turns out Ubuntu 18.04 ships with an old protobuf version.
* | | | | | | | Merge pull request #7761luigi11112021-07-101-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ef51dc wallet_api: fix typo in exportKeyImages (selsta)
| * | | | | | | | wallet_api: fix typo in exportKeyImagesselsta2021-06-231-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #7754luigi11112021-07-101-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ff21e1 doc: update IRC references to Libera (fdov)
| * | | | | | | | doc: update IRC references to Liberafdov2021-06-201-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #7753luigi11112021-07-101-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | f0df726 add singapore.node.xmr.pm to seed nodes (lza_menace)
| * | | | | | | | add singapore.node.xmr.pm to seed nodeslza_menace2021-06-181-0/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #7748luigi11112021-07-103-0/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | bbeb555 wallet_api: getPassword (tobtoht)
| * | | | | | | | wallet_api: getPasswordtobtoht2021-07-053-0/+7
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | wallet_api: get bytes sent/receivedtobtoht2021-06-243-0/+19
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #7752luigi11112021-06-241-2/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4251cc0 unit_tests: check for ge_frombytes_vartime failure (moneromooo-monero) 67b97a5 easylogging++: do not delete uninitialized objects (moneromooo-monero) 7b6d959 trezor: fix potential use of uninitialized memory (moneromooo-monero)
| * | | | | | | trezor: fix potential use of uninitialized memorymoneromooo-monero2021-06-111-2/+7
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | CID 1446575
* | | | | | | Merge pull request #7750luigi11112021-06-2416-38/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8e0b8dd wallet/api: remove Bitmonero namespace alias (selsta)