Commit Graph

  • c184c87c10 Added sync from genesis and reindex master AlphaX-Projects 2024-07-04 08:17:53 +0200
  • a269c870be XORed, auto-update JAR based on commit a02d1cec auto-update-a02d1cec Alphax-Projects 2024-06-30 18:55:57 +0200
  • a02d1cec75
    Bump version to 4.5.2 v4.5.2 AlphaX-Projects 2024-06-30 18:41:04 +0200
  • 2d9f1d6d81
    Update minimum peer version AlphaX-Projects 2024-06-30 18:38:34 +0200
  • c1da495dd1
    Merge pull request #197 from AlphaX-Projects/master crowetic 2024-06-30 08:48:11 -0700
  • 533df9f2b8 Updated dependencies AlphaX-Projects 2024-06-29 15:01:36 +0200
  • 44b4b08117 Added block minter thread check AlphaX-Projects 2024-06-29 13:17:07 +0200
  • a140805c36 Updated group transactions (owner check) AlphaX-Projects 2024-06-29 12:58:58 +0200
  • ea1d4dd962 Updated electrumx with non null objects AlphaX-Projects 2024-06-29 12:48:06 +0200
  • a6cbdaafd8 Updated to bouncycastle 1.70 (AT and Core) AlphaX-Projects 2024-06-29 12:23:57 +0200
  • 5db808e300 Replaced reference method with qualifier (websockets) AlphaX-Projects 2024-06-29 12:18:52 +0200
  • cc95106019 Removed unnecessary continue (last statement in a loop) AlphaX-Projects 2024-06-29 12:15:55 +0200
  • 64537ad705 Fixed synchronization on a non-final field AlphaX-Projects 2024-06-29 12:13:12 +0200
  • 806dc6d056 Replaced string.equals() with string.isEmpty() AlphaX-Projects 2024-06-29 12:11:38 +0200
  • d58fbab1b5 Removed pointless boolean Expression AlphaX-Projects 2024-06-29 11:58:25 +0200
  • 61ede811cd Replaced size() == / > 0 with isEmpty() AlphaX-Projects 2024-06-29 11:54:41 +0200
  • 95d42db773 Removed unnecessary semicolons AlphaX-Projects 2024-06-29 11:52:22 +0200
  • ef07a444d6 Removed unnecessary imports AlphaX-Projects 2024-06-29 11:49:19 +0200
  • 5910ceff80
    Merge pull request #194 from kennycud/master crowetic 2024-05-31 17:44:50 -0700
  • f916d3581b Corrected incorrect language in the comments. This was copied and pasted 6 times. kennycud 2024-05-27 10:10:45 -0700
  • 498f409346 Adding in foreign blockchain server configuration add and remove capabilities. Also adding in connection recording and connection setting capabilities. kennycud 2024-05-26 11:08:07 -0700
  • 4df05364f5
    Merge pull request #186 from jschulthess/reticulum reticulum crowetic 2024-03-25 09:18:55 -0700
  • d54f840265
    Merge pull request #185 from kennycud/master crowetic 2024-03-25 09:15:41 -0700
  • cc740cceec
    Merge pull request #187 from AlphaX-Projects/master crowetic 2024-03-25 09:13:02 -0700
  • df39819de0 Update QDN file management AlphaX-Projects 2024-03-25 07:34:26 +0100
  • 9f3c1f1cf1 fix typo in file name Jürg Schulthess 2024-03-25 07:22:01 +0100
  • 0c8c722097 initial (almost) phase-1 reticulum implementation Jürg Schulthess 2024-03-24 18:24:13 +0100
  • e83b2263f0 some simple error logging kennycud 2024-03-23 09:42:33 -0700
  • 5c90c4bc61 Merge remote-tracking branch 'origin/master' kennycud 2024-03-23 06:28:02 -0700
  • f7793443f3 call current blockchain height to ensure the current server is set to the blockchain provider and sort the servers to ensure the current server is listed first kennycud 2024-03-23 06:25:31 -0700
  • f6b91df7b6
    Merge pull request #181 from kennycud/master crowetic 2024-02-27 12:02:24 -0800
  • 92d589a1ca
    Merge branch 'Qortal:master' into master kennycud 2024-02-19 04:56:33 -0800
  • b0e8b9fac9 XORed, auto-update JAR based on commit c4a7fb3b auto-update-c4a7fb3b Alphax-Projects 2024-02-18 18:23:03 +0100
  • c4a7fb3b92 Bump version to 4.5.1 v4.5.1 AlphaX-Projects 2024-02-18 18:14:33 +0100
  • 2d27901f9f Adding new algos AlphaX-Projects 2024-02-18 18:12:43 +0100
  • ce8fb002cc
    Merge pull request #179 from lgedgar/log-invalid-timestamps AlphaX-Projects 2024-02-14 15:41:09 +0100
  • 3f29116b47 Foreign coin trade transaction summaries kennycud 2024-02-12 06:31:17 -0800
  • d05359dfa9 Add debug logging when invalid timestamp is encountered Lance Edgar 2024-02-07 16:52:12 -0600
  • 587b063e6a
    Merge branch 'Qortal:master' into master kennycud 2024-02-06 15:22:51 -0800
  • 9e001dfc16
    Remove penalty fix AlphaX-Projects 2024-02-03 19:51:51 +0100
  • 55f941467f Remove fix in order for the chain history to remain valid AlphaX-Projects 2024-02-03 14:05:11 +0100
  • 4f9a4a2091
    Disable fix in order for the chain history to remain valid AlphaX-Projects 2024-02-02 16:40:00 +0100
  • d579606d2d
    Merge pull request #174 from QuickMythril/fix-unit-tests crowetic 2024-01-31 19:32:20 -0800
  • dcedcf8685
    Merge pull request #176 from QuickMythril/votes-api-fix crowetic 2024-01-31 19:27:01 -0800
  • f78764880c
    Fixed vote weight results API call QuickMythril 2024-01-31 21:13:19 -0500
  • e3bec7eb91 XORed, auto-update JAR based on commit 070f14b3 auto-update-070f14b3 Alphax-Projects 2024-01-30 17:50:32 +0100
  • 070f14b3dd
    Bump version to 4.5.0 v4.5.0 AlphaX-Projects 2024-01-30 17:38:34 +0100
  • 2120490f4b Fix wrong penaties AlphaX-Projects 2024-01-30 17:36:17 +0100
  • 6051b85e52 Remove out of service QuickMythril 2024-01-21 08:42:05 -0500
  • 9c62740f44
    Merge branch 'master' into fix-unit-tests QuickMythril 2024-01-21 08:36:41 -0500
  • 0ed27228b1
    Merge pull request #173 from AlphaX-Projects/master AlphaX-Projects 2024-01-21 14:24:40 +0100
  • b75c2029ac Out of Service AlphaX-Projects 2024-01-21 14:23:46 +0100
  • 21c45535be Enabled fee updates for foreign coin trade transactions. kennycud 2024-01-17 18:19:09 -0800
  • d6b83fcc28 XORed, auto-update JAR based on commit 867fe764 auto-update-867fe764 Alphax-Projects 2024-01-17 18:00:43 +0100
  • 867fe764ca
    Bump version to 4.4.2 v4.4.2 AlphaX-Projects 2024-01-17 17:50:22 +0100
  • 140f14f2f4
    Set exclude reward share transactions blockheight AlphaX-Projects 2024-01-17 17:49:05 +0100
  • 9dd61f0e7a
    Merge pull request #170 from AlphaX-Projects/master AlphaX-Projects 2024-01-17 17:45:42 +0100
  • 747b1a4f9d Update dependencies AlphaX-Projects 2024-01-17 17:28:27 +0100
  • 15ae32efd9 Fix crosschain tests QuickMythril 2024-01-17 06:56:06 -0500
  • 03ba36729b Update ElectrumX servers QuickMythril 2024-01-17 06:08:09 -0500
  • 425152657a
    Merge pull request #166 from AlphaX-Projects/master AlphaX-Projects 2024-01-14 20:36:46 +0100
  • 41645ac7b4 Exclude reward share transactions from the online accounts blocks AlphaX-Projects 2024-01-14 18:40:40 +0100
  • 83e324c4ad
    Fix file ending AlphaX-Projects 2024-01-07 14:34:20 +0100
  • d7f44376be
    Default minPeerVersion set to 4.4.1 AlphaX-Projects 2024-01-07 14:32:12 +0100
  • 951e221175 XORed, auto-update JAR based on commit 1400e7ae auto-update-1400e7ae Alphax-Projects 2024-01-06 14:20:09 +0100
  • 1400e7ae80
    Bump version to 4.4.1 v4.4.1 AlphaX-Projects 2024-01-06 12:25:24 +0100
  • 3c116ca4f4
    Merge pull request #162 from QuickMythril/testing-20240104 AlphaX-Projects 2024-01-06 11:43:16 +0100
  • 8caf5bf8be Remove code for unused "Open UI" function QuickMythril 2024-01-04 13:08:37 -0500
  • 687667c8fe
    Update Settings.java AlphaX-Projects 2024-01-04 14:00:33 +0100
  • feb5564666
    Merge pull request #161 from crowetic/master AlphaX-Projects 2024-01-04 13:55:52 +0100
  • 8062cace30 Improve default JVM memory arguments for mac/linux. crowetic 2024-01-03 17:23:23 -0800
  • bac0f01007 Modified default settings for optimal QDN performance. crowetic 2024-01-03 17:06:04 -0800
  • 995ed6ab2a
    Merge pull request #160 from AlphaX-Projects/master AlphaX-Projects 2024-01-02 15:04:01 +0100
  • cc02810f0c Update dependencies AlphaX-Projects 2024-01-02 14:26:08 +0100
  • 84974775b4 Reduce log spam AlphaX-Projects 2024-01-02 14:17:21 +0100
  • 677fd7a64f Rework restart node and bootstrap node AlphaX-Projects 2024-01-01 19:31:22 +0100
  • 2d070f343b Update translations AlphaX-Projects 2024-01-01 18:56:09 +0100
  • 903fa0346a
    Merge pull request #159 from kennycud/master AlphaX-Projects 2023-12-30 19:31:04 +0100
  • be3c6d0b25 Merge remote-tracking branch 'origin/master' kennycud 2023-12-28 14:16:22 -0800
  • 21796341f2 Added Core API endpoint to repair LTC wallets generated before 2024 by moving all the address balances to the first address. kennycud 2023-12-28 14:15:57 -0800
  • 97b4db4095
    Update dependencies AlphaX-Projects 2023-12-28 14:54:20 +0100
  • 8977dc7933
    Merge pull request #158 from AlphaX-Projects/master AlphaX-Projects 2023-12-28 14:38:07 +0100
  • 7dbf532616 Remove unusedaddress ( no more functional ) AlphaX-Projects 2023-12-28 14:22:01 +0100
  • d6dec118a9
    Merge pull request #157 from kennycud/master AlphaX-Projects 2023-12-28 14:03:12 +0100
  • 813f16df11
    Merge pull request #145 from QuickMythril/api-bootstrap AlphaX-Projects 2023-12-28 14:02:45 +0100
  • aaba6bf4cf Merge remote-tracking branch 'origin/master' kennycud 2023-12-22 13:24:16 -0800
  • 423a1f7bed Practically rewrote the get unused receive address functionality. The prior implementation was skipping addresses. kennycud 2023-12-22 13:22:26 -0800
  • e118f4a410
    Merge pull request #155 from kennycud/master AlphaX-Projects 2023-12-21 18:01:53 +0100
  • 8607c30cb6
    Merge branch 'Qortal:master' into master kennycud 2023-12-20 04:30:41 -0800
  • 46a9075faf Extracted Server classes into ChainableServer in order offer foreign blockchain server information to the Core API. They were not extracted into the ServerConfigurationInfo class as stated in a recent commit. kennycud 2023-12-20 04:24:51 -0800
  • 6b775cc639
    Merge pull request #154 from QuickMythril/testing-20231219 AlphaX-Projects 2023-12-20 09:17:13 +0100
  • 7e509f27fb Merge remote-tracking branch 'origin/master' kennycud 2023-12-19 18:34:13 -0800
  • de9c3e551d Extracted Server classes into ServerConfigurationInfo in order offer foreign blockchain server information to the Core API kennycud 2023-12-19 18:33:36 -0800
  • 72aa7b7a77 Add vote weights to API call QuickMythril 2023-12-19 20:38:41 -0500
  • 7bd570ae71
    Merge pull request #150 from AlphaX-Projects/master AlphaX-Projects 2023-12-12 17:20:59 +0100
  • 5afa4e5b1a
    Default minPeerVersion set to 4.4.0 AlphaX-Projects 2023-12-12 17:05:08 +0100
  • 3f0999e59d
    Merge pull request #149 from AlphaX-Projects/master AlphaX-Projects 2023-12-12 16:43:24 +0100
  • 87b3b037bd
    Update dependencies AlphaX-Projects 2023-12-12 16:20:30 +0100
  • 3bf54dbd0a
    Merge pull request #148 from AlphaX-Projects/master AlphaX-Projects 2023-12-12 16:16:34 +0100
  • bf8005aa5a
    Update AT AlphaX-Projects 2023-12-12 10:26:30 +0100