aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #3914luigi11112022-06-091-0/+7
|\ \ | | | | | | | | | 372a591 main: disable setting -platformpluginpath (selsta)
| * | main: disable setting -platformpluginpathselsta2022-05-071-0/+7
| |/
* / main: add compile time option to disable updatesselsta2022-05-011-0/+4
|/
* FutureScheduler: delete unused function declarationsselsta2022-04-231-3/+0
|
* Integrate P2Pooldevhyper2022-04-014-0/+318
|
* libwalletqt: fix typo in typeselsta2022-03-041-2/+2
|
* Merge pull request #3841luigi11112022-03-021-0/+4
|\ | | | | | | da63ab2 workflows: fix windows build error (reemuru)
| * workflows: fix windows build errorreemuru2022-02-191-0/+4
| | | | | | | | | | | | | | | | | | Windows build log has an error message for including winsock2.h and the build fails at the updater.cpp file. Use the MONERO_GUI_STATIC definition for driving the import logic since it is already defined for the docker static build. Co-authored-by: jeffro256 <jeffro256@users.noreply.github.com>
* | Merge pull request #3828luigi11112022-03-022-0/+21
|\ \ | |/ |/| | | | | 2bf0dd8 Advanced: ReserveProof: Resolve review by selsta (reemuru) 0f67580 Advanced: ReserveProof: Add support for reserve proof (reemuru)
| * Advanced: ReserveProof: Add support for reserve proofreemuru2022-01-202-0/+21
| | | | | | | | | | | | | | | | | | | | This change adds the ability to prove and check a reserve proof to this existing "Prove/check" advanced menu. If the amount line has a valid amount less than that of the current account index this input will drive the logic for generating a reserve proof. Checking a reserve proof is accomplished by validating the address and verifying that signature.indexOf("ReserveProofV") === 0. The result displays the total and spent amount of the proof.
* | main: add compile time option to disable desktop entry dialogselsta2021-12-171-0/+6
|/
* zxcvbn: fix buffer overflowselsta2021-11-151-1/+1
| | | | Original patch by hannob
* cmake: simplify version, fix tag if git isn't foundselsta2021-10-191-1/+3
|
* Merge pull request #3687luigi11112021-09-094-0/+17
|\ | | | | | | | | f327d20 qml: use libwalletqt make_uri function (selsta) dcc16a4 libwalletqt: add make_uri function (selsta)
| * libwalletqt: add make_uri functionselsta2021-09-054-0/+17
| |
* | cmake: cleanup opensslselsta2021-09-061-1/+0
| |
* | Merge pull request #3572luigi11112021-09-053-3/+22
|\ \ | | | | | | | | | | | | 544cff7 TransactionHistory: add description to csv export (selsta) 57c2052 TransactionInfo: add isCoinbase and description (selsta)
| * | TransactionHistory: add description to csv exportselsta2021-08-311-3/+5
| | |
| * | TransactionInfo: add isCoinbase and descriptionselsta2021-06-182-0/+17
| | |
* | | Merge pull request #3477luigi11112021-09-051-0/+2
|\ \ \ | | | | | | | | | | | | 75746a8 cmake: explicitly link net and common (selsta)
| * | | cmake: explicitly link net and commonselsta2021-05-101-0/+2
| | | |
* | | | Merge pull request #3471luigi11112021-09-051-3/+0
|\ \ \ \ | | | | | | | | | | | | | | | 2f8f7c2 cmake: cleanup boost (selsta)
| * | | | cmake: cleanup boostselsta2021-08-311-3/+0
| | |_|/ | |/| |
* | | | Merge pull request #3435luigi11112021-09-052-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 36940f0 Transfer: add support for outputs import / export (selsta) e36b166 Wallet: import / export output function (tobtoht)
| * | | | Wallet: import / export output functiontobtoht2021-09-032-0/+12
| |/ / /
* | | | Merge pull request #3282luigi11112021-09-052-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | 6dd7445 Transfer: export all key images by default (benevanoff)
| * | | | Transfer: export all key images by defaultbenevanoff2020-12-252-3/+3
| | | | |
* | | | | Merge pull request #3096luigi11112021-09-052-0/+17
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | AddressBook: description edits, remove hack (selsta)
| * | | | AddressBook: description edits, remove hackselsta2021-08-312-0/+17
| | | | | | | | | | | | | | | | | | | | Co-authored-by: dsc <dsc@xmr.pm>
* | | | | Receive: implement payment requestrating89us2021-08-192-0/+11
| | | | |
* | | | | openpgp: add missing includeselsta2021-07-151-0/+1
| | | | |
* | | | | cmake: fix incorrect rebaseselsta2021-07-111-0/+1
| | | | |
* | | | | cmake: remove unnecessary file globbingselsta2021-07-104-19/+0
| | | | |
* | | | | Merge pull request #3562luigi11112021-07-0616-282697/+24871
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 6610f6f cmake: fix compilation with zxcvbn, always enable (selsta)
| * | | | | cmake: fix compilation with zxcvbn, always enableselsta2021-06-1416-282697/+24871
| | |_|_|/ | |/| | |
* / | | | TransactionHistory: use displayAmount for amountselsta2021-06-181-2/+1
|/ / / /
* | | / cmake: cleanup hidapi / libusbselsta2021-05-131-2/+0
| |_|/ |/| |
* | | Merge pull request #3448luigi11112021-04-291-15/+1
|\ \ \ | | | | | | | | | | | | 2cda1fc cmake: link with wallet_api instead of wallet_merged (selsta)
| * | | cmake: link with wallet_api instead of wallet_mergedselsta2021-04-271-15/+1
| | | |
* | | | Merge pull request #3447luigi11112021-04-291-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | dac0c04 main: fix Monero GUI window centering (xiphon)
| * | | | main: fix Monero GUI window centeringxiphon2021-04-261-1/+1
| | | | |
* | | | | Merge pull request #3441luigi11112021-04-291-20/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 837dd61 Revert 'Animation slow down for debugging' (selsta)
| * | | | | Revert "Animation slow down for debugging"selsta2021-04-251-20/+0
| | |/ / / | |/| | | | | | | | | | | | | This reverts commit baff7f213f07b7ae134062cd54b22c691f48fbe4.
* | | | | Merge pull request #3439luigi11112021-04-292-17/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 51ece5f Wallet: drop unused paymentId property (xiphon)
| * | | | | Wallet: drop unused paymentId propertyxiphon2021-04-252-17/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #3436luigi11112021-04-294-14/+0
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | 14b1476 History: cleanup unused lookupPaymentID function (selsta)
| * | | | History: cleanup unused lookupPaymentID functionselsta2021-04-244-14/+0
| | | | |
* | | | | Merge pull request #3431luigi11112021-04-241-19/+4
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | 4e67cd0 Wallet: omit redundant 'delete' on destruction (xiphon)
| * | | | Wallet: omit redundant 'delete' on destructionxiphon2021-04-221-19/+4
| |/ / /
* | | | Merge pull request #3420luigi11112021-04-222-7/+9
|\ \ \ \ | | | | | | | | | | | | | | | becc747 WalletManager: support kdf round in device wallet restore (selsta)