62 Commits

Author SHA1 Message Date
edc7dae13d publish option with fee 2023-03-16 13:53:12 +00:00
CalDescent
0215a03988 Merge remote-tracking branch 'JustinWesleyFerrari/feature/qapps-modals' into q-apps
# Conflicts:
#	qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js
#	qortal-ui-plugins/plugins/utils/publish-image.js
2023-03-02 21:04:03 +00:00
8f9498b4c9 version 2 api transaction for q-app 2023-02-24 14:56:52 +00:00
abe7be473d fix issues 2023-02-24 13:02:05 +00:00
6568d7600d added deploy_at, join_group, publish qdn 2023-02-23 23:20:15 +00:00
AlphaX-Projects
f3a10909f8 Bump version 3.1.1 2023-02-19 17:22:57 +01:00
AlphaX-Projects
99e812a1e2 Fix transaction 2023-02-16 20:11:51 +01:00
AlphaX-Projects
5a34bf8512 Add update name transaction 2023-02-16 13:04:03 +01:00
AlphaX-Projects
b8d5f5784d Update to nedoe 18 , electron 23 2023-02-15 17:17:16 +01:00
AlphaX-Projects
45d9dd913d Show deploy_at 2023-01-22 11:06:56 +01:00
Justin Ferrari
f35dcf34bf Added Edit Message Word + Fixed Reply Bug 2023-01-21 10:54:08 -05:00
ded9867425 Merge branch 'feature/implement-logic-edit-reply-messages' into feature/group-features 2023-01-17 10:02:17 +02:00
8bf0e9c68d fix forwarding 2023-01-13 20:17:28 -05:00
8270958882 add chat refence timestamp 2023-01-13 16:01:26 -05:00
727b4521e4 Merge branch 'master' into feature/implement-logic-edit-reply-messages 2023-01-13 15:59:27 -05:00
AlphaX-Projects
6049d18f49 Fixx transactions 2023-01-13 11:22:50 +01:00
AlphaX-Projects
b6f567c584 Cleanup code and preparation for chat reference 2023-01-13 09:52:14 +01:00
7a3a6b609b Merge branch 'feature/implement-logic-edit-reply-messages' into feature/group-features 2023-01-03 23:11:00 -05:00
486df018b1 Merge remote-tracking branch 'upstream/master' into feature/implement-logic-edit-reply-messages 2023-01-03 19:56:43 -05:00
7522c8ed15 reduce difficulty to 14 2023-01-01 16:30:09 -05:00
AlphaX-Projects
7c66ea34a2 Add Group Management and update deps 2022-12-31 18:54:54 +01:00
Justin Ferrari
16532f7f43 Merge branch 'feature/implement-UI-edit-reply-messages' of https://github.com/JustinWesleyFerrari/qortal-ui into justin-groups-features 2022-12-30 22:01:49 -05:00
9b46a13d9a add publicize transaction in background 2022-12-24 17:05:02 -05:00
b986f1ae58 start group chat components 2022-12-23 17:01:30 -05:00
AlphaX-Projects
0ef593be1a Update deps and electron 2022-12-19 18:33:45 +01:00
AlphaX-Projects
2342ac5e59 Update constants 2022-12-17 14:39:25 +01:00
AlphaX-Projects
98a4ff3f11 rollback electron v22 (bugs related) 2022-12-08 15:50:14 +01:00
AlphaX-Projects
cc66d9e84c Update deps to latest 16 nodejs 2022-11-30 18:16:24 +01:00
AlphaX-Projects
4682ee891c Auto buy (First Stage) , Inside address explorer (First Stage), update deps 2022-11-15 14:37:52 +01:00
912bfffabd rough draft reply logic 2022-10-24 18:33:02 +03:00
CalDescent
d9b1ec488b Added chatReference to ChatTransaction and GroupChatTransaction.
Since this affects transaction serialization, it will need to take effect from a future undecided timestamp (defined in constants.js), and both core & UI will need to share the same timestamp.

The feature trigger timestamp comparisons can be removed 24 hours (or more) post-activation. This is because CHAT messages are currently discarded after 24 hours so we don't need to maintain backwards support of the old serialization approach. The feature trigger is only to ensure full chat operation during the 24 hours that the switchover occurs.
2022-10-22 13:16:17 +01:00
AlphaX-Projects
53dd15f841 Fix memory usage and leak. Set new layouts. Use latest supoorted node by electron 2022-10-18 18:54:27 +02:00
AlphaX-Projects
2862bba705 Update deps 2022-10-03 16:04:48 +02:00
afc02e364f add name to transaction dialog 2022-09-02 01:45:47 +03:00
AlphaX-Projects
cb252c3fa7 Fix button and roundings 2022-08-29 20:08:50 +02:00
CalDescent
b2ecd7a3af Send a base58 encoded, ARRR-specific seed derived from the master seed, to use as the entropy for the ARRR wallet seed in the core. This will need a lot of sanity checking before going live, as it may not be the best approach. 2022-05-06 16:04:09 +01:00
CalDescent
9b4a763bca Added Pirate Chain to wallet (unfinished)
- Address derivation isn't working yet as it appears to be different for Zcash derived coins
- Core APIs will be different for ARRR, and these aren't in place in the UI yet

IMPORTANT: Do not use this branch for anything other than development, or coins could be lost.
2022-05-06 12:03:47 +01:00
CalDescent
ffa19210e0 Added support for coins with 2 address prefix bytes. Address derivation still needs more work for Pirate Chain (Zcash address format) 2022-05-06 11:43:17 +01:00
CalDescent
80fd579029 Merge branch 'ravencoin' into new-coins
# Conflicts:
#	qortal-ui-core/src/plugins/routes.js
#	qortal-ui-crypto/api/PhraseWallet.js
#	qortal-ui-crypto/api/api.js
#	qortal-ui-crypto/api/tradeRequest.js
#	qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js
#	qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js
2022-05-01 17:18:28 +01:00
CalDescent
bbbb72bd8c Merge branch 'digibyte' into new-coins 2022-05-01 17:00:09 +01:00
AlphaX-Projects
bbb51aa92c Translate Rewardshare Transactions done 2022-04-23 11:36:18 +02:00
AlphaX-Projects
c39db72d31 Translate Rewardshare Transactions part one 2022-04-22 14:49:16 +02:00
AlphaX-Projects
00032220a5 Translate Group Transactions 2022-04-21 20:36:41 +02:00
QuickMythril
dad6f06e95 add RVN wallet 2022-04-21 11:32:05 -04:00
QuickMythril
326185d226 add DGB wallet 2022-04-21 11:30:05 -04:00
AlphaX-Projects
d494827d71 Translate Name Transaction 2022-04-21 16:51:43 +02:00
AlphaX-Projects
f1c2cf9a8a translate transaction send dialog 2022-04-16 17:14:24 +02:00
AlphaX-Projects
1ca80f87e4 Update deps 2022-04-16 14:22:16 +02:00
AlphaX-Projects
3868691d52 make it .... 2022-04-09 21:58:09 +02:00
AlphaX-Projects
b343cd626f
WIP 2022-04-09 11:39:11 -07:00