Commit Graph

543 Commits

Author SHA1 Message Date
SChernykh
b951338642 Updated to p2pool v2.2
p2pool v2.2 has full support for the coming Monero network upgrade
2022-07-01 10:51:28 +02:00
SChernykh
432650008c Use p2pool folder for p2pool on Windows
And set the correct file permissions on it so it can be run without administrator privileges.
2022-06-09 23:22:30 +02:00
luigi1111
1c23ca3a76
Merge pull request #3917
c87482d Only kill p2pool if we started it (ComputeryPony)
2022-06-09 13:59:06 -05:00
luigi1111
17f657673f
Merge pull request #3916
5977e61 qt: remove QTextCodec (selsta)
2022-06-09 13:58:23 -05:00
luigi1111
35d1546110
Merge pull request #3915
7b729fc qt: replace QRegExp with QRegularExpression (selsta)
2022-06-09 13:57:57 -05:00
luigi1111
c4bebbf173
Merge pull request #3914
372a591 main: disable setting -platformpluginpath (selsta)
2022-06-09 13:57:36 -05:00
ComputeryPony
c87482db9c Only kill p2pool if we started it 2022-05-10 00:56:06 -05:00
selsta
7b729fc885
qt: replace QRegExp with QRegularExpression
QRegExp is removed in Qt6
2022-05-07 18:36:16 +02:00
selsta
5977e61a02
qt: remove QTextCodec
QTextCodec is removed in Qt6
2022-05-07 18:26:32 +02:00
selsta
372a591ac7
main: disable setting -platformpluginpath 2022-05-07 17:40:31 +02:00
selsta
9b7bca6116
main: add compile time option to disable updates 2022-05-01 06:09:29 +02:00
selsta
1cc9e8af49
FutureScheduler: delete unused function declarations 2022-04-23 08:36:08 +02:00
devhyper
377a1a9680
Integrate P2Pool 2022-04-01 10:27:35 -07:00
selsta
119deb4e82
libwalletqt: fix typo in type 2022-03-04 01:55:04 +01:00
luigi1111
ea92f3f272
Merge pull request #3841
da63ab2 workflows: fix windows build error (reemuru)
2022-03-02 19:06:28 -05:00
luigi1111
1610b93975
Merge pull request #3828
2bf0dd8 Advanced: ReserveProof: Resolve review by selsta (reemuru)
0f67580 Advanced: ReserveProof: Add support for reserve proof (reemuru)
2022-03-02 19:03:14 -05:00
reemuru
da63ab2e05
workflows: fix windows build error
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>
2022-02-19 15:38:08 -05:00
reemuru
0f67580e8f
Advanced: ReserveProof: Add support for reserve proof
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.
2022-01-20 20:21:11 -05:00
selsta
621c11925b
main: add compile time option to disable desktop entry dialog 2021-12-17 16:43:00 +01:00
selsta
c844e3d179
zxcvbn: fix buffer overflow
Original patch by hannob
2021-11-15 08:24:58 +01:00
selsta
c970588c55
cmake: simplify version, fix tag if git isn't found 2021-10-19 17:58:39 +02:00
luigi1111
96762ebf09
Merge pull request #3687
f327d20 qml: use libwalletqt make_uri function (selsta)
dcc16a4 libwalletqt: add make_uri function (selsta)
2021-09-09 16:54:36 -04:00
selsta
bd9a2d7bbb
cmake: cleanup openssl 2021-09-06 02:21:00 +02:00
luigi1111
edb0358916
Merge pull request #3572
544cff7 TransactionHistory: add description to csv export (selsta)
57c2052 TransactionInfo: add isCoinbase and description (selsta)
2021-09-05 12:58:39 -04:00
luigi1111
d48438aeef
Merge pull request #3477
75746a8 cmake: explicitly link net and common (selsta)
2021-09-05 12:57:04 -04:00
luigi1111
f430d49304
Merge pull request #3471
2f8f7c2 cmake: cleanup boost (selsta)
2021-09-05 12:55:47 -04:00
luigi1111
35aee155d7
Merge pull request #3435
36940f0 Transfer: add support for outputs import / export (selsta)
e36b166 Wallet: import / export output function (tobtoht)
2021-09-05 12:54:13 -04:00
luigi1111
d93af5a469
Merge pull request #3282
6dd7445 Transfer: export all key images by default (benevanoff)
2021-09-05 12:51:53 -04:00
luigi1111
051282931a
Merge pull request #3096
AddressBook: description edits, remove hack (selsta)
2021-09-05 12:50:30 -04:00
selsta
dcc16a44be
libwalletqt: add make_uri function 2021-09-05 05:52:53 +02:00
tobtoht
e36b166edd
Wallet: import / export output function 2021-09-03 05:36:58 +02:00
selsta
544cff7dc1
TransactionHistory: add description to csv export 2021-08-31 05:50:54 +02:00
selsta
2f8f7c2054
cmake: cleanup boost 2021-08-31 05:31:30 +02:00
selsta
99ad8ef1ba
AddressBook: description edits, remove hack
Co-authored-by: dsc <dsc@xmr.pm>
2021-08-31 05:26:49 +02:00
rating89us
946fa538b9 Receive: implement payment request 2021-08-19 17:13:57 +02:00
selsta
ea9ed3e0be
openpgp: add missing include 2021-07-15 19:43:41 +02:00
selsta
94b6a5bbf5
cmake: fix incorrect rebase 2021-07-11 02:03:46 +02:00
selsta
3d6e9ce571
cmake: remove unnecessary file globbing 2021-07-10 23:58:25 +02:00
luigi1111
a278781abf
Merge pull request #3562
6610f6f cmake: fix compilation with zxcvbn, always enable (selsta)
2021-07-06 11:44:20 -04:00
selsta
57c205206c
TransactionInfo: add isCoinbase and description 2021-06-18 03:34:47 +02:00
selsta
c15c5b5227
TransactionHistory: use displayAmount for amount 2021-06-18 02:08:37 +02:00
selsta
6610f6f2da
cmake: fix compilation with zxcvbn, always enable 2021-06-14 21:47:54 +02:00
selsta
9cfeba9ba1
cmake: cleanup hidapi / libusb 2021-05-13 07:12:28 +02:00
selsta
75746a8153
cmake: explicitly link net and common 2021-05-10 23:35:40 +02:00
luigi1111
426dc3fa47
Merge pull request #3448
2cda1fc cmake: link with wallet_api instead of wallet_merged (selsta)
2021-04-29 14:16:56 -04:00
luigi1111
947a70a638
Merge pull request #3447
dac0c04 main: fix Monero GUI window centering (xiphon)
2021-04-29 14:16:32 -04:00
luigi1111
e2e5a3919b
Merge pull request #3441
837dd61 Revert 'Animation slow down for debugging' (selsta)
2021-04-29 14:13:57 -04:00
luigi1111
adc7c02782
Merge pull request #3439
51ece5f Wallet: drop unused paymentId property (xiphon)
2021-04-29 14:12:31 -04:00
luigi1111
578324348d
Merge pull request #3436
14b1476 History: cleanup unused lookupPaymentID function (selsta)
2021-04-29 14:10:53 -04:00
selsta
2cda1fca69
cmake: link with wallet_api instead of wallet_merged 2021-04-27 13:49:28 +02:00