kennycud
60b3bacd15
reduced arbitrary data storage addition and deletion thresholds from 98% and 90% to 90% and 80%
2025-06-18 17:55:30 -07:00
kennycud
7a7f0e53ac
reduced index caching errors to warnings, because it is only an error if it continually happens
2025-06-17 15:56:04 -07:00
kennycud
940c641759
removed stack trace from streaming error warnings
2025-06-17 15:10:37 -07:00
kennycud
a3bb6638bf
added support for single file websites
2025-06-17 15:09:11 -07:00
kennycud
5b402e0bca
validate name buyer's balance relative to the amount of the name purchase in addition to the fee
2025-06-17 15:08:20 -07:00
kennycud
89236d6504
no longer repackaging missing data exceptions as io exceptions when loading json data for indices
2025-06-14 13:11:19 -07:00
kennycud
47e313067f
fixed a flaw in the blocks minted adjustment removal feature, instead of increasing or decreasing the level we need to reset the level when it is incorrect
2025-06-13 12:13:52 -07:00
Ice
92077f2912
Logging for Failed Respository Connections on Optional Runs
2025-06-11 15:45:08 -04:00
Ice
95e12395ae
Merge pull request #1 from IceBurst/Abstract-and-Update-Deps
...
Abstract and update deps
2025-06-11 03:15:34 -04:00
Ice
47e5c473b3
Merge branch 'master' into Abstract-and-Update-Deps
2025-06-11 03:15:22 -04:00
kennycud
15f793ccb4
Merge remote-tracking branch 'origin/master'
2025-06-09 18:26:01 -07:00
kennycud
ccb59559d6
the bootstrapper was resetting the database configuration that the db cache was dependent on, so that dependency was changed
2025-06-09 18:25:43 -07:00
MergeMerc
30c5136c44
Add Logging for failing to get a Repository Connection for Non-Required/Non-Blocking Tasks
2025-06-09 13:34:05 -04:00
kennycud
91a58c50e1
Merge pull request #10 from Philreact/master-kenny3
...
add cleanup of leftover chunks at startup
2025-06-06 19:54:36 -07:00
f8daf50ccb
Merge remote-tracking branch 'kenny/master' into master-kenny3
2025-06-07 05:43:47 +03:00
kennycud
8e0e455d41
blocks minted adjustments removal is a new feature trigger
...
primary names are now used throughout the chat repository
numerous message handlers have been optimized, many message handlers are now getting added to a list and scheduled for processing and when they get processed, the database gets queried significantly less, because the message requests and responses are getting batched together for database access rather than querying the database one by one, the thread limits for these message types have been significantly increased, because each individual thread coming in does very little, all it does is add the message to a list to be scheduled at a later time
2025-06-06 19:01:09 -07:00
6145db5357
add cleanup of chunks at startup
2025-06-03 03:33:35 +03:00
kennycud
7ccd06e5c3
Merge pull request #9 from Philreact/master-kenny3
...
fix in digest, was putting whole file in memory.
2025-06-01 10:43:35 -07:00
517f7b92d5
in memory to stream
2025-06-01 20:31:36 +03:00
kennycud
fa8b9f2cee
Merge pull request #8 from Philreact/fix/load-data
...
fix issue of not breaking when file is complete
2025-05-28 17:21:55 -07:00
d66616f375
fix issue of not breaking when file is complete
2025-05-28 16:29:52 +03:00
kennycud
02e10e9de9
invalidated name buys and sales that violate primary names
2025-05-27 08:15:50 -07:00
kennycud
61c010754e
Merge branch 'Qortal:master' into master
2025-05-25 12:20:58 -07:00
kennycud
5013c68b61
Merge pull request #7 from Philreact/feature/allow-for-unlimited-size-publishes
...
Feature/allow for unlimited size publishes
2025-05-25 11:45:27 -07:00
140d86e209
added comments
2025-05-24 22:29:33 +03:00
9e4925c8dd
added back comments
2025-05-24 19:15:36 +03:00
kennycud
88fe3b0af6
primary names implementation
2025-05-23 17:49:26 -07:00
Ice
e6f032a2a9
Merge pull request #253 from IceBurst/IceBurst-Unit-Tests-Updates
...
Unit Test Updates
2025-05-19 15:34:27 -04:00
ca88cb1f88
allow downloads
2025-05-19 16:55:12 +03:00
58ab02c4f0
fix to temp dir
2025-05-18 23:21:49 +03:00
e1ea8d65f8
fix blank filename issue
2025-05-16 23:39:32 +03:00
1c52c18d32
added endpoints
2025-05-16 15:49:47 +03:00
2cd5f9e4cd
change limit
2025-05-16 01:18:02 +03:00
f2b5802d9c
change to streaming
2025-05-16 01:17:01 +03:00
bc4e0716db
fix streaming for base64
2025-05-15 16:56:53 +03:00
994761a87e
added missing requires
2025-05-15 01:20:40 +03:00
5780a6de7d
remove zip best speed
2025-05-14 20:21:13 +03:00
8c811ef1ef
initial
2025-05-14 20:00:04 +03:00
kennycud
f5a4a0a16c
Merge remote-tracking branch 'origin/master'
2025-05-13 11:14:08 -07:00
kennycud
93dab1a3e3
detailed test case for the invite orphan vulnerability patch that was committed in 2/1/25
2025-05-13 11:13:55 -07:00
Ice
7d14d381bc
Merge pull request #235 from infinitydaemon/patch-2
...
Update SellNameTransaction.java
2025-05-12 16:32:09 -04:00
kennycud
6511086d18
Merge pull request #6 from Philreact/master-kenny2
...
pass ui language to qapps
2025-05-10 12:36:57 -07:00
70ae122f5c
pass ui lang to qapps
2025-05-10 22:21:13 +03:00
Ice
33475ace00
Merge pull request #236 from infinitydaemon/patch-3
...
Update CancelSellNameTransaction.java
2025-05-10 04:23:09 -04:00
kennycud
88d009c979
multiple registered names for single accounts API call now returns ordered by time of registration, earliest to latest
2025-05-06 15:26:24 -07:00
kennycud
26a345a909
introducing feature trigger that enables multiple registered names for single accounts
2025-05-04 11:52:09 -07:00
Ice
618945620d
Abstract CIYAM.AT out of Repo
2025-04-29 07:13:34 -04:00
Ice
b6d3e407c8
Updates to Dependencies - Test Improvements
2025-04-28 07:25:58 -04:00
kennycud
4b74bb37dc
unsigned fee event handling now provides address
2025-04-27 15:02:28 -07:00
kennycud
17b2bf3848
added logging and added positive boolean to the fee waiting and unsigned fee events
2025-04-26 17:53:41 -07:00