Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
v1.1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-e committed Jun 6, 2017
1 parent 4f1e211 commit 5112fb2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM java:8

CMD ["/usr/bin/java", "-jar", "iri-1.1.4.2.jar"]
CMD ["/usr/bin/java", "-jar", "iri-1.1.4.3.jar"]
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.4.3
- support for security 3 txs
- fixed db batch saving bug
- rescan feature added

1.1.4.2
- Fixed memory leaks
- maxDepth added to TipSelection
Expand Down
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>groupId</groupId>
<artifactId>iri</artifactId>
<name>IRI Testnet</name>
<version>1.1.4.2</version>
<version>1.1.4.3</version>
<description>Testnet IOTA Reference Implementation</description>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>groupId</groupId>
<artifactId>iri</artifactId>
<version>1.1.4.2</version>
<version>1.1.4.3</version>

<name>IRI Testnet</name>
<description>Testnet IOTA Reference Implementation</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/iota/iri/IRI.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class IRI {

public static final String MAINNET_NAME = "IRI";
public static final String TESTNET_NAME = "IRI Testnet";
public static final String VERSION = "1.1.4.2";
public static final String VERSION = "1.1.4.3";
public static Iota iota;
public static API api;
public static IXI ixi;
Expand Down

0 comments on commit 5112fb2

Please sign in to comment.