mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Proper JSON unmarshalling for settings, blockchain config, genesis block
GenesisBlock (v4) now supports various transaction types (issue-asset, etc.) with generated signatures (like genesis transaction signature) and missing references inserted. JUnit reverted back to v4 for Eclipse support (for now).
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -425,6 +425,7 @@
|
||||
<version>${swagger-ui.version}</version>
|
||||
</dependency>
|
||||
<!-- Testing -->
|
||||
<!-- disabled pending better Eclipse support
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-engine</artifactId>
|
||||
@@ -435,6 +436,7 @@
|
||||
<artifactId>hamcrest-library</artifactId>
|
||||
<version>1.3</version>
|
||||
</dependency>
|
||||
-->
|
||||
<!-- BouncyCastle for crypto, including TLS secure networking -->
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
Reference in New Issue
Block a user