CalDescent
d4aaba2293
Bump version to 3.6.2
2022-10-10 19:06:08 +01:00
CalDescent
1233ba6703
Bump version to 3.6.1
2022-10-04 20:08:30 +01:00
CalDescent
b99b1f5d57
Bump version to 3.6.0
2022-09-19 17:29:26 +01:00
CalDescent
0b8fcc0a7b
Bump version to 3.5.0
2022-08-26 19:32:58 +01:00
CalDescent
e8c29226a1
Merge branch 'master' into pirate-chain
2022-08-06 16:41:18 +01:00
CalDescent
075385d3ff
Bump version to 3.4.3
2022-07-31 19:50:31 +01:00
CalDescent
4cf34fa932
Merge branch 'master' into pirate-chain
2022-07-31 16:00:52 +01:00
CalDescent
a6e79947b8
Bump version to 3.4.2
2022-07-23 18:07:35 +01:00
CalDescent
fb9a155e4c
Merge branch 'master' into pirate-chain
...
# Conflicts:
# src/main/java/org/qortal/api/resource/CrossChainTradeBotResource.java
# src/main/java/org/qortal/repository/hsqldb/HSQLDBDatabaseUpdates.java
2022-07-15 11:46:45 +01:00
CalDescent
ad0d8fac91
Bump version to 3.4.1
2022-07-05 20:56:40 +01:00
CalDescent
425c70719c
Bump version to 3.4.0
2022-06-28 19:29:09 +01:00
CalDescent
35ce64cc3a
Bump version to 3.3.7
2022-06-20 21:52:41 +01:00
CalDescent
c0b1580561
Bump version to 3.3.6
2022-06-17 20:42:51 +01:00
CalDescent
d3b6c5f052
Bump version to 3.3.5
2022-06-14 23:18:46 +01:00
CalDescent
1b2f66b201
Bump version to 3.3.4
2022-06-13 23:40:39 +01:00
CalDescent
66a3322ea6
Bump version to 3.3.3
2022-06-04 19:16:01 +01:00
CalDescent
33cffe45fd
Bump version to 3.3.2
2022-05-27 17:23:53 +02:00
CalDescent
e95249dc1b
Reduced bouncycastle version to 1.69, as 1.70 was having compatibility issues with the ElectrumX code.
2022-05-27 10:30:28 +02:00
CalDescent
761d461bad
Bump bouncycastle version to 1.70, necessary for ALPN support in some JDKs.
2022-05-24 20:35:19 +01:00
CalDescent
f7e6d1e5c8
Merge branch 'master' into pirate-chain
2022-05-23 21:55:49 +01:00
CalDescent
b73c041cc3
Bump version to 3.3.1
2022-05-23 20:31:36 +01:00
CalDescent
107a23f1ec
Switch to PirateChainMainNetParams
2022-05-10 08:05:32 +01:00
CalDescent
3fc4746a52
Merge branch 'master' into pirate-chain
...
# Conflicts:
# src/test/java/org/qortal/test/crosschain/DigibyteTests.java
# src/test/java/org/qortal/test/crosschain/RavencoinTests.java
2022-05-10 07:54:47 +01:00
CalDescent
1ea1e00344
Bump version to 3.3.0
2022-05-09 18:47:19 +01:00
CalDescent
f36e193650
Merge branch 'master' into pirate-chain
...
# Conflicts:
# src/main/java/org/qortal/settings/Settings.java
2022-05-07 16:50:32 +01:00
CalDescent
eea215dacf
Merge branch 'ravencoin' into new-coins
...
# Conflicts:
# pom.xml
# src/main/java/org/qortal/controller/tradebot/TradeBot.java
# src/main/java/org/qortal/crosschain/SupportedBlockchain.java
# src/main/java/org/qortal/settings/Settings.java
2022-05-01 16:28:22 +01:00
CalDescent
0949271dda
Merge branch 'digibyte' into new-coins
2022-05-01 16:25:40 +01:00
CalDescent
81ef1ae964
Bump version to 3.2.5
2022-04-26 20:17:57 +01:00
CalDescent
f3f8e0013d
Bump version to 3.2.4
2022-04-24 17:48:22 +01:00
CalDescent
f9972f50e0
Updated altcoinj
2022-04-24 15:08:43 +01:00
05d9a7e820
Switched to Qortal fork of altcoinj, using RavencoinMainNetParams
2022-04-23 08:28:12 -04:00
CalDescent
d66dd51bf6
Switched to Qortal fork of altcoinj, with Digibyte support
2022-04-22 16:31:32 +01:00
CalDescent
2cf7a5e114
Generated java gRPC protocol buffers for Pirate Chain network comms.
...
The command used was:
./protoc --plugin=protoc-gen-grpc-java=/Users/user/Downloads/protoc-gen-grpc-java-1.45.1-osx-x86_64.exe -I=src/main/resources/proto/zcash/ --java_out=src/main/java/ --grpc-java_out=src/main/java/ src/main/resources/proto/zcash/service.proto
Then repeat, replacing service.proto with compact_formats.proto and darkside.proto
Darkside isn't needed for mainnet functionality, but included for completeness, and might be useful for testing.
2022-04-14 20:07:42 +01:00
CalDescent
fe474b4507
Bump version to 3.2.3
2022-03-19 20:44:41 +00:00
CalDescent
39c06d8817
Merge pull request #75 from catbref/name-unicode
...
Unicode / NAME updates.
2022-03-19 11:32:22 +00:00
CalDescent
e4dc8f85a7
Bump version to 3.2.2
2022-03-15 19:57:02 +00:00
catbref
e604a19bce
Unicode / NAME updates.
...
Fix UPDATE_NAME not processing empty 'newName' transactions correctly.
Fix some emoji code-points not being processed correctly.
Updated tests.
Now included ICU4J v70.1 - WARNING: this could add around 10MB to JAR size!
Bumped homoglyph to v1.2.1.
2022-03-14 08:45:32 +00:00
CalDescent
584c951824
Bump version to 3.2.1
2022-03-13 18:53:54 +00:00
CalDescent
5666e6084b
Bump version to 3.2.0
2022-03-02 20:04:49 +00:00
CalDescent
5842b1272d
Add WaifUPnP-1.1 jar to project.
...
For future reference, the command used was:
mvn install:install-file -Dfile=/Users/user/Downloads/waifupnp-1.1/WaifUPnP.jar -DgroupId=com.dosse -DartifactId=WaifUPnP -Dversion=1.1 -Dpackaging=jar -DlocalRepositoryPath=lib
2022-02-18 20:05:14 +00:00
CalDescent
6054982379
Bump version to 3.1.1
2022-02-15 20:02:21 +00:00
CalDescent
58f11489db
Bump version to 3.1.0
2022-02-13 20:32:19 +00:00
CalDescent
e5c12b18af
Bump version to 3.0.4
2022-01-27 19:58:39 +00:00
CalDescent
311fe98f44
Bump version to 3.0.3
2022-01-23 13:19:49 +00:00
CalDescent
59346db427
Bump version to 3.0.2
2022-01-22 18:45:32 +00:00
CalDescent
8fb2d38cd1
Revert "Revert log4j version for now. We need to put this back in the next update, once log4j2.properties files have transitioned to the new format."
...
This reverts commit 777bddd3d8
.
2022-01-15 20:35:44 +00:00
CalDescent
d296029e8e
Bump version to 3.0.1
2022-01-13 20:18:32 +00:00
CalDescent
1277ce38de
Bump version to 3.0.0
2022-01-12 21:11:02 +00:00
CalDescent
777bddd3d8
Revert log4j version for now. We need to put this back in the next update, once log4j2.properties files have transitioned to the new format.
2022-01-12 20:28:23 +00:00
CalDescent
b1c1634950
Updated log4j to 2.17.1
...
This involves modifying the log4j2.properties file on node startup to fix an incompatibility with ${dirname:-}. Thanks to AlphaX Projects for tracking down this incompatibility.
2022-01-02 20:50:38 +00:00