crowetic
749143e98e
Merge pull request #241 from crowetic/master
...
Selective acceptance of recent PRs to Qortal master branch, and updated start.sh script. See description for details.
2024-12-04 14:12:04 -08:00
9b20192b30
Changes need to be reverted prior to the PR from crowetic repo being merged. All of these changes aside from those in the 'network' folder, will be re-applied with crowetic's PR.
...
Revert "Various changes"
This reverts commit adbba0f947
.
2024-12-04 14:08:25 -08:00
8d6830135c
Changes need to be reverted prior to new PR from crowetic repo.
...
Revert "Update dependencies"
This reverts commit e3a85786e7
.
2024-12-04 14:07:43 -08:00
448b536238
Modified start script to work with optimized Garbage Collection made available in version 4.6.6 and beyond. Suggestion to machines with 6GB of RAM or less, increase the percentage from 50 to 75. Qortal Core will only utilize the RAM it needs, up to the percentage set maximum.
2024-12-03 09:09:42 -08:00
2e989aaa57
A merge of just alpha's validation changes, phil and quick's commits, and kenny's changes to test.
2024-12-03 08:29:53 -08:00
crowetic
8bd293ccd5
Merge pull request #217 from QuickMythril/4.6.2-unit-test-fix
...
Fix for more unit tests fails
2024-12-02 14:44:16 -08:00
crowetic
a8d73926b3
Merge pull request #238 from AlphaX-Qortal/master
...
Added real address to API results - Currently the address shown in the API results when querying blocks, shows an address formed by the 'reward share public key', this address is not useful for viewing, as it is not the address utilized for QORT. This change makes it so the 'real' Qortal address is displayed instead of this useless address. Thanks @AlphaX-Qortal
Added group member check to validations - validation fixes.
Network changes - Moved unnecessary 'we already have connection' messages from info logging to debug. Updated minPeerVersion default to current release version. (4.6.5). Updated default peer list. Updated syntax. Updated formatting.
Updated dependencies
Thanks @AlphaX-Qortal
2024-12-02 14:42:34 -08:00
crowetic
bd214a0fd3
Merge pull request #220 from Qortal/master2
...
adjust timeouts for qortalrequests
2024-12-02 14:28:53 -08:00
crowetic
2347118e59
Merge pull request #239 from kennycud/master
...
Restructuring database connections for better garbage collection - resolves long-standing memory leak in multiple places that was discovered more specifically after the thread crashes were made to restart if crashed. Thanks so much to @kennycud for this improvement!
2024-12-02 14:26:43 -08:00
crowetic
7fb093e98a
Merge pull request #237 from Philreact/active-chat-haschatreference
...
add haschatreference query to activechats endpoint
2024-12-02 14:24:45 -08:00
e3a85786e7
Update dependencies
2024-12-02 15:06:46 +01:00
adbba0f947
Various changes
...
- Added real address to API results
- Added group member check to validations
- Network changes
2024-12-02 14:22:05 +01:00
61dec0e4b7
add haschatreference query to activechats endpoint
2024-12-01 12:38:38 +02:00
08a2284ce4
deleting file that interferes with building the last commit
2024-11-27 18:06:32 -08:00
2e3f97b51f
Merge remote-tracking branch 'origin/master'
2024-11-27 17:43:51 -08:00
84b973773a
restructuring database connections for better garbage collection, adding in the initial implementation of the balance recorder
2024-11-27 17:43:18 -08:00
8ffb0625a1
Bump version to 4.6.5
2024-11-26 23:27:35 +01:00
2ce02faa07
Bump version to 4.6.4
2024-11-26 19:42:13 +01:00
89999e6b33
Set feature trigger
2024-11-26 19:41:15 +01:00
4d28ba692d
Update minimum peer version
2024-11-26 19:34:45 +01:00
cd6d7a3a98
Merge pull request #223 from AlphaX-Qortal/master
...
Set peer connect to a dedicated thread pool for non-blocking I/O (Thanks to RAZ)
2024-11-26 12:34:06 +01:00
0a44928e93
Set peer connect to a dedicated thread pool for non-blocking I/O (Thanks to RAZ)
2024-11-26 11:05:46 +01:00
4b037ad13f
Merge pull request #222 from AlphaX-Qortal/master
...
Fix batch reward
2024-11-26 07:51:06 +01:00
crowetic
1f9a2edca4
Merge pull request #221 from kennycud/master
...
Minter Group Check Optimizations - Have been tested by 50+ nodes for multiple days. The only thing we have to verify prior to merging the upcoming changes from Alpha, is validate the additional boolean passed in to canMint on line 1521 in current block.java (isMinterValid)
2024-11-25 18:01:13 -08:00
c010ab47db
Fix batch reward
2024-11-26 00:03:04 +01:00
7803d6c8f5
adjust timeouts for qortalrequests
2024-11-25 09:36:11 +02:00
b0d43a1890
minter group check optimizations
2024-11-20 19:12:21 -08:00
f277611d31
Merge branch 'master' of https://github.com/kennycud/qortal
...
Conflicts:
src/main/java/org/qortal/account/Account.java
2024-11-20 15:40:11 -08:00
d89f7ad41d
Bump version to 4.6.3
2024-11-20 19:50:14 +01:00
39cc56c4d8
Update minimum peer version
2024-11-20 19:49:17 +01:00
fccd5a7c97
Merge pull request #219 from AlphaX-Qortal/master
...
Update canMint and HSQLDB
2024-11-20 19:45:18 +01:00
46395bf4dc
Updare canMint and HSQLDB
2024-11-20 19:35:47 +01:00
0eb551acc1
Merge pull request #214 from Philreact/master2
...
add connect-src to csp
2024-11-20 01:22:00 +01:00
f55efe38c5
Removed logging statements to demonstrate order of operations to others. Added optimizations for the canMint() method. This is a quick fix and a more comprehensive fix will be done in the future.
2024-11-18 15:09:43 -08:00
130bb6cf50
Added logging statements to demonstrate order of operations. This will be removed ASAP and should not be included in a PR.
2024-11-17 17:17:00 -08:00
652c902607
Add missing feature triggers to unit tests
2024-11-17 16:45:39 -05:00
915bb1ded3
Merge pull request #74 from QuickMythril/4.6.1-unit-test-fix
...
4.6.1 unit test fix
2024-11-17 13:50:06 -05:00
8319193453
Bump version to 4.6.2
2024-11-17 18:48:32 +01:00
831ed72e56
Update minimum peer version
2024-11-17 18:47:06 +01:00
885133195e
Set timestamps
2024-11-17 18:44:01 +01:00
crowetic
c45d59b389
Merge pull request #216 from AlphaX-Qortal/master
...
Removed name check and decreased difficulty for online signature calculation
2024-11-17 09:40:35 -08:00
30a289baab
Update dependencies
2024-11-16 21:22:00 +01:00
d79d64f6b0
Removed name check and decreased difficulty for online signature
2024-11-16 21:14:42 +01:00
3d83a79014
Fix whitespace only
2024-11-13 06:28:23 -05:00
82d5d25c59
Add logging to block archive unit tests
2024-11-13 06:16:39 -05:00
1676098abe
Add missing feature triggers to unit tests
2024-11-13 03:06:58 -05:00
0a47ca1462
add font-src csp
2024-11-11 16:07:51 +02:00
0cf9b23142
remove log
2024-11-10 18:57:45 +02:00
0850654519
add connect-src to csp
2024-11-10 18:55:32 +02:00
AlphaX
6648c4be22
Bump version to 4.6.1
2024-11-08 18:30:40 +01:00