4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-12 10:15:50 +00:00

722 Commits

Author SHA1 Message Date
QuickMythril
8f9a5a80db
Removed Activation section
This was added to explain why Minting details cannot be shown for an unpublished account.  In that case however, we already simply do not show any Minting details, so this message is unnecessary and seems to only cause confusion for new accounts.
2022-05-08 18:27:45 -04:00
CalDescent
40ab7fc31d Added Pirate Chain to the trade portal (trading not functional yet) 2022-05-08 11:07:52 +01:00
CalDescent
affb69dcde Fixed console error 2022-05-08 09:13:07 +01:00
CalDescent
cf53dfa695 Show sync status of ARRR wallet in place of the balance, if not synced 2022-05-08 09:07:53 +01:00
QuickMythril
8f7a8212df Update DGB/RVN to match master
Added trade fees to new-coins since they were not part of the master branch.
2022-05-07 19:07:32 +01:00
QuickMythril
2f2577f849 Added tx fee estimates to Trade Portal
This can be updated with a more exact system later.
2022-05-07 19:05:35 +01:00
CalDescent
3eec5b0c5f Reduce log spam 2022-05-07 11:43:26 +01:00
CalDescent
686e65e512 Fixed send coin request params 2022-05-07 11:43:18 +01:00
CalDescent
c64ee0aa11 Removed fee slider from ARRR since fees are determined automatically by the wallet (currently 0.0001 ARRR per transaction, regardless of size) 2022-05-07 11:43:08 +01:00
QuickMythril
6420de834a Lowered DGB sending fee values 2022-05-07 00:08:20 -04:00
QuickMythril
1da2bf0572
Merge pull request #35 from Qortal/master
Merge branch 'master' into new-coins
2022-05-06 23:57:10 -04:00
QuickMythril
1fe50a37f9
Merge pull request #34 from QuickMythril/edits
Added trade fees and some code cleanup
2022-05-06 23:50:29 -04:00
QuickMythril
0ca6dc8894 Removed unused imports
These mwc elements are not used here.
2022-05-06 20:32:39 -04:00
QuickMythril
68c4f8c146 Added tx fee estimates to Trade Portal
This can be updated with a more exact system later.
2022-05-06 19:49:50 -04:00
QuickMythril
2af9b12c7a Removed extra character
This L appears to be a minor typo.
2022-05-06 19:17:00 -04:00
QuickMythril
edb0a2d16c Added version.js to gitignore file
This file is created during build and does not need to be updated with the repo.
2022-05-06 19:15:46 -04:00
QuickMythril
f77cec5f3c Removed version.js from repo
This file is always recreated when building, using the version number in package.json.
2022-05-06 19:06:29 -04:00
CalDescent
0c682d0cbc ARRR wallet now uses address returned by the core API.
It would be great if we could derive the z addresses directly in the UI by the time this is released, but this is an alternative for now.
2022-05-06 17:04:41 +01:00
AlphaX-Projects
c007d514df add space 2022-05-06 18:02:26 +02:00
AlphaX-Projects
72d66fac49 Fix not show own name 2022-05-06 17:56:38 +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
AlphaX-Projects
73124edb98 Change messages and update deps 2022-05-06 09:52:45 +02:00
AlphaX-Projects
ec46e4bdf2 Add new message translations 2022-05-05 19:22:08 +02:00
AlphaX-Projects
cf57abee70 Merge branch 'master' of https://github.com/Qortal/qortal-ui 2022-05-03 17:26:41 +02:00
AlphaX-Projects
1859240b04
WIP 2022-05-03 17:24:07 +02:00
AlphaX-Projects
75e51f8ea7
fix json 2022-05-03 16:54:05 +02:00
AlphaX-Projects
5174d4ad3c
Merge pull request #30 from malina-qortal/patch-1
Create ru.json
2022-05-03 16:46:17 +02:00
AlphaX-Projects
b9683d7918
Merge pull request #31 from JaymenChou/patch-25
Update zht.json
2022-05-03 16:46:05 +02:00
AlphaX-Projects
fae22e25df
Merge pull request #32 from JaymenChou/patch-26
Update zhc.json
2022-05-03 16:45:54 +02:00
AlphaX-Projects
d23b7e806a wip 2022-05-03 16:44:27 +02:00
Jaymen
822467b03c
Update zhc.json 2022-05-03 22:05:19 +08:00
Jaymen
6fc012352e
Update zht.json 2022-05-03 22:04:09 +08:00
AlphaX-Projects
6b54689362
New Menu 2022-05-03 14:52:17 +02:00
AlphaX-Projects
3762670e31 add name menu 2022-05-03 14:51:09 +02:00
CalDescent
cc0cfcc7d1 Fixed merge issue 2022-05-01 17:26:05 +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
malina-qortal
cc94f1a245
Create ru.json 2022-04-27 17:19:24 +07:00
QuickMythril
1f254b4dda
add RVN to Trade Portal 2022-04-26 13:45:21 -04:00
QuickMythril
5474b6bff1
add QORT/RVN icon 2022-04-26 13:43:13 -04:00
QuickMythril
a3483634e1
add DGB to Trade Portal 2022-04-26 11:28:33 -04:00
QuickMythril
62e5eed5a1
add QORT/DGB icon 2022-04-26 11:25:27 -04:00
AlphaX-Projects
fe3991eb16
Merge pull request #29 from kosa2020/patch-1
Update hu.json
2022-04-26 16:58:58 +02:00
istvan
36c01b5c0a
Update hu.json
improved translations
2022-04-26 10:26:51 -04:00
AlphaX-Projects
a90aae9931
Merge pull request #27 from JaymenChou/patch-23
Update zht.json
2022-04-26 07:07:22 +02:00
AlphaX-Projects
d6e4016422
Merge pull request #28 from JaymenChou/patch-24
Update zhc.json
2022-04-26 07:07:10 +02:00
Jaymen
aa58fbab57
Update zhc.json 2022-04-26 12:01:05 +08:00
Jaymen
2113d7a9af
Update zht.json 2022-04-26 12:00:38 +08:00