aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3968luigi11112022-07-141-2/+2
|\ | | | | | | aac43e8 display wallet files with . in name (plowsof)
| * display wallet files with "." in nameplowsof2022-07-131-2/+2
| |
* | Merge pull request #3966luigi11112022-07-141-9/+9
|\ \ | | | | | | | | | b576b9e Updated to p2pool v2.2.1 (SChernykh)
| * | Updated to p2pool v2.2.1SChernykh2022-07-091-9/+9
| | |
* | | Merge pull request #3932luigi11112022-07-142-0/+15
|\ \ \ | |_|/ |/| | | | | | | | 5591061 SettingsWallet: add scan transaction option (selsta) 6e0b5e2 libwallet: add scanTransactions function (selsta)
| * | libwallet: add scanTransactions functionselsta2022-05-282-0/+15
| | |
* | | Merge pull request #3959luigi11112022-07-081-9/+9
|\ \ \ | | |/ | |/| | | | b951338 Updated to p2pool v2.2 (SChernykh)
| * | Updated to p2pool v2.2SChernykh2022-07-011-9/+9
| | | | | | | | | | | | p2pool v2.2 has full support for the coming Monero network upgrade
* | | oshelper: fix openContainingFolder on Linuxselsta2022-06-271-1/+1
|/ /
* | Use `p2pool` folder for p2pool on WindowsSChernykh2022-06-092-12/+18
| | | | | | | | And set the correct file permissions on it so it can be run without administrator privileges.
* | Merge pull request #3917luigi11112022-06-091-4/+6
|\ \ | | | | | | | | | c87482d Only kill p2pool if we started it (ComputeryPony)
| * | Only kill p2pool if we started itComputeryPony2022-05-101-4/+6
| |/
* | Merge pull request #3916luigi11112022-06-092-3/+2
|\ \ | | | | | | | | | 5977e61 qt: remove QTextCodec (selsta)
| * | qt: remove QTextCodecselsta2022-05-072-3/+2
| |/ | | | | | | QTextCodec is removed in Qt6
* | Merge pull request #3915luigi11112022-06-093-4/+2
|\ \ | | | | | | | | | 7b729fc qt: replace QRegExp with QRegularExpression (selsta)
| * | qt: replace QRegExp with QRegularExpressionselsta2022-05-073-4/+2
| |/ | | | | | | QRegExp is removed in Qt6
* | 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)