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
AlphaX-Projects
cca16dbad5
Fix colors
2022-03-26 01:39:58 -07:00
AlphaX-Projects
6ddfaf6b23
Fix colors
2022-03-26 01:37:41 -07:00
CalDescent
eed7c9d190
Improved error message when attempting to create a transaction with no reference transaction (which in practice is the same thing as having a zero balance).
...
This was previously in the UI repository but wasn't copied over to qortal-ui. It probably didn't make it into any releases yet.
2022-02-04 19:42:04 +00:00
AlphaX-Projects
0a0b021a15
Add unitFee
2022-02-04 05:29:14 -08:00
AlphaX-Projects
2752c869c2
Update dependencies
2022-02-04 05:28:04 -08:00
AlphaX-Projects
429ad4a264
change to unitFee
2022-02-03 08:43:55 -08:00
AlphaX-Projects
afa3c07401
Update to QDN
2022-01-10 20:53:13 -08:00
AlphaX-Projects
e37d144226
Version
2022-01-02 18:34:33 +01:00
AlphaX-Projects
f8f8debfeb
update license
2022-01-02 18:31:48 +01:00
AlphaX-Projects
0501f9099f
Update package.json
2021-12-25 15:41:23 +01:00
AlphaX-Projects
dc3a640e7b
Update package.json
2021-12-25 14:56:47 +01:00