CalDescent
c7c88dec04
Attempt to differentiate between resources that are downloading, and ones where downloading hasn't been attempted yet.
2021-12-10 12:22:26 +00:00
CalDescent
e481a5926a
Use "blocked" instead of "blacklisted", for consistency with the buttons and terminology in the UI
2021-12-10 11:34:10 +00:00
CalDescent
13bcfbe3c5
Fixed issues preventing the loading screen from working when using the gateway.
2021-12-01 19:51:45 +00:00
CalDescent
f6b9ff50c3
More loading screen improvements
2021-11-23 22:21:57 +00:00
CalDescent
9ef75ebcde
Improved styling of loading panel
2021-11-23 21:15:45 +00:00
CalDescent
f76a618768
Display the latest status on the loading screen, updated via API calls on a timer
2021-11-23 20:53:09 +00:00
CalDescent
c05ffefd7d
Added a dynamic background to the loading screen. Still needs a lot of work.
2021-11-20 14:09:00 +00:00
CalDescent
0d69797851
Block chat transactions on the local node if its sender owns a name that is blacklisted by the user.
2021-11-13 11:12:52 +00:00
CalDescent
35a7a70b93
Merge remote-tracking branch 'qortal/master'
2021-10-25 18:26:06 +01:00
CalDescent
18c6f0ccc3
Merge pull request #60 from Tocoolmh58/master
2021-10-22 18:05:38 +01:00
CalDescent
d6d564c027
Fixed refresh interval of loading screen
2021-10-17 16:55:32 +01:00
CalDescent
f3ef112297
Merge remote-tracking branch 'qortal/master'
...
# Conflicts:
# .gitignore
# pom.xml
# src/main/java/org/qortal/controller/Controller.java
# src/main/java/org/qortal/gui/SysTray.java
# src/main/java/org/qortal/settings/Settings.java
# src/main/resources/i18n/ApiError_en.properties
# src/test/java/org/qortal/test/CryptoTests.java
# src/test/resources/test-settings-v2.json
2021-10-15 09:03:28 +01:00
Tocoolmh58
000f9ed459
Update ApiError_de.properties
2021-10-06 17:23:16 +02:00
Tocoolmh58
c5b2c0b4ec
Create SysTray_de.properties
2021-10-06 17:01:52 +02:00
CalDescent
b7e9af100a
Added scheduled repository maintenance feature. Currently disabled by default.
2021-10-06 08:52:27 +01:00
CalDescent
957944f6a5
Revert "original design"
...
This reverts commit 8c325f3a8a08a80a84a29d0a909642292da8e505.
2021-09-23 17:44:57 +01:00
CalDescent
573f4675a1
Reduced online account signatures min and max lifetimes
...
onlineAccountSignaturesMinLifetime reduced from 720 hours to 12 hours
onlineAccountSignaturesMaxLifetime reduced from 888 hours to 24 hours
These were using up too much space in the database and so it makes sense to trim them more aggressively (assuming testing goes well). We will now stop validating online account signatures after 12 hours, which should be more than enough confirmations, and we will discard them after 24 hours.
Note: this will create some complexity once some of the network is running this code. It could cause out-of-sync nodes on old versions to start treating blocks as invalid from updated peers. It's likely not worth the complexity of a hard fork though, given that almost all nodes will be synced to the chain tip and will therefore be unaffected. And even with a hard fork, we'd still face this problem on out of date nodes.
2021-09-23 08:39:24 +01:00
CalDescent
79bbadad2f
Initial implementation of arbitrary data build queue
...
This adds the loadAsynchronously() method to ArbitraryDataReader, in addition to the existing loadSynchronously() method.
When requesting a website in a browser, previously the building of the resource's layers would be done synchronously in the API handler. This understandably caused many issues, so the building is now done asynchronously by a dedicated thread. A loading screen is shown in its place which auto refreshes every second until the build has completed.
2021-08-18 07:50:45 +01:00
QuickMythril
8c325f3a8a
original design
2021-08-11 18:18:10 -04:00
Scythian
b890e02a6a
Added new TransactionValidity keys
...
Added ADDRESS_ABOVE_RATE_LIMIT and DUPLICATE_MESSAGE ValidationResults to localeLang translation keys
2021-08-07 15:09:48 +01:00
Scythian
4772840b4c
Reorganised translations
...
Updated the "localeLang" files with new keys and removed old unused keys for English, German, Dutch, Italian, Finnish, Hungarian, Russian and Chinese translations
2021-08-07 14:05:10 +01:00
Scythian
76ec3473d6
Updated TransactionValidity keys
...
Added ADDRESS_IN_BLACKLIST ValidationResult to TransactionValidity translation keys
2021-08-07 10:47:48 +01:00
Scythian
0b53de1bb6
Added Hungarian translations
2021-08-06 19:28:56 +01:00
Scythian
746c68c9f6
Reorganised translations
...
Added new keys and removed old unused keys
Localised the "Build version" string in the SysTray
2021-08-06 19:27:28 +01:00
CalDescent
711ad638b8
Renamed Chinese translation files.
...
zh_SC renamed to zh_CN, and zh_TC renamed to zh_TW. This is necessary for the localization library to locate the files correctly.
2021-08-02 09:24:38 +01:00
CalDescent
6472d8438a
Merge remote-tracking branch 'qortal/master'
...
# Conflicts:
# pom.xml
# src/main/java/org/qortal/api/ApiError.java
# src/main/java/org/qortal/settings/Settings.java
# src/main/resources/i18n/ApiError_en.properties
2021-07-31 22:57:07 +01:00
CalDescent
3c6d9a4b8e
Merge branch 'new-coins'
2021-07-31 21:27:40 +01:00
CalDescent
64d39765ca
Merge pull request #56 from DrewMPeacock/update-splash
...
Update task tray icon files. Now with transparency™
2021-07-30 10:51:44 +01:00
Sir.Galahad
aca8f64415
Update task tray icon files. Now with transparency™
2021-07-30 03:43:31 -06:00
CalDescent
fb8a4d0a41
Merge pull request #55 from DrewMPeacock/update-splash
...
Update Qortal node graphics.
2021-07-30 08:30:15 +01:00
CalDescent
ed997af043
Limit order size to a minimum of 2 DOGE.
...
The "dust" threshold is around 1 DOGE - meaning orders below this size cannot be refunded or redeemed. The simplest solution is to prevent orders of this size being placed to begin with.
2021-07-29 08:47:45 +01:00
Sir.Galahad
3c47f6917a
Merge remote-tracking branch 'qm/status-on-icon' into update-splash
2021-07-27 19:46:34 -06:00
Sir.Galahad
e32a486493
Update splash screen image.
2021-07-27 19:42:00 -06:00
QuickMythril
1dda9a875e
updating icons
...
design credit: Haoshiro
2021-07-27 07:19:58 -04:00
CalDescent
79691541ae
Merge pull request #51 from JaymenChou/patch-2
...
Update and rename SysTray_zh.properties to SysTray_zh_SC.properties
2021-07-08 23:06:19 +01:00
CalDescent
05d0542875
Merge pull request #50 from JaymenChou/patch-1
...
Create SysTray_zh_TC.properties
2021-07-08 23:06:03 +01:00
CalDescent
1d22b39a1d
Merge pull request #52 from marcomoesman/master
...
Create Dutch (nl_NL) translations
2021-07-08 23:05:40 +01:00
Sir.Galahad
bbe3a30e77
Removes the flawed BIP-39 implementation in the core.
...
Removes API calls for /mnemonic.
Readout for VanityGen.java now excludes a BIP-39 seed-phrase and only gives a raw private key.
2021-07-08 02:24:31 -06:00
QuickMythril
6f048ef40e
add status icons
2021-06-27 03:41:49 -04:00
Marco Moesman
aff4f6c859
Create TransactionValidity_nl.properties
2021-06-24 19:13:55 +02:00
Marco Moesman
1f8f73fa30
Create ApiError_nl.properties
2021-06-24 18:44:53 +02:00
Marco Moesman
620d6624a9
Create SysTray_nl.properties
2021-06-24 18:30:50 +02:00
JaymenChou
287f42ae64
Update and rename SysTray_zh.properties to SysTray_zh_SC.properties
...
Rename to zh_SC for better distinguish between zh_SC (Simple Chinese)and zh_TC(Traditional Chinese)
Rephrase some of the words for better understanding.
2021-06-24 11:42:48 +08:00
JaymenChou
d976c97d13
Create SysTray_zh_TC.properties
2021-06-24 11:31:46 +08:00
CalDescent
5070c4eea9
Better handling of data file responses in the /data/file/frompeer API endpoint.
2021-06-19 20:23:33 +01:00
CalDescent
eb2c7268ea
Removed .DS_Store files.
2021-05-23 15:31:26 +01:00
CalDescent
6109bdeafe
Set go-live timestamp for same-length chain weight consensus: 1620579600000
2021-05-05 18:40:07 +01:00
CalDescent
241e2bef85
Merge branch 'master' into chain-weight-consensus
...
# Conflicts:
# src/main/java/org/qortal/block/BlockChain.java
# src/main/resources/blockchain.json
# src/test/resources/test-chain-v2-founder-rewards.json
# src/test/resources/test-chain-v2-leftover-reward.json
# src/test/resources/test-chain-v2-minting.json
# src/test/resources/test-chain-v2-qora-holder-extremes.json
# src/test/resources/test-chain-v2-qora-holder.json
# src/test/resources/test-chain-v2-reward-scaling.json
# src/test/resources/test-chain-v2.json
2021-05-02 18:18:20 +01:00
CalDescent
a9a0e69ec0
Set go-live block height for share bin fix: block 399000
2021-04-26 17:19:39 +01:00
CalDescent
847e81e95c
Fixed a mapping issue in Block->getShareBins(), to take effect at some future (undecided) height.
...
Post trigger, account levels will map correctly to share bins, subtracting 1 to account for the 0th element of the shareBinsByLevel array.
Pre-trigger, the legacy mapping will remain in effect.
2021-03-12 19:48:49 +00:00