Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed protocol version from 70003 to 70004 #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.xpydev</groupId>
<artifactId>paycoinj-parent</artifactId>
<version>0.1.0</version>
<version>0.3.1</version>
</parent>

<artifactId>paycoinj</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public abstract class NetworkParameters implements Serializable {
/**
* The protocol version this library implements.
*/
public static final int PROTOCOL_VERSION = 70003;
public static final int PROTOCOL_VERSION = 70004;

/**
* The alert signing key.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class VersionMessage extends Message {
public boolean relayTxesBeforeFilter;

/** The version of this library release, as a string. */
public static final String PAYCOINJ_VERSION = "0.1.0";
public static final String PAYCOINJ_VERSION = "0.3.1";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/paycoinJ:" + PAYCOINJ_VERSION + "/";

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.xpydev</groupId>
<artifactId>paycoinj-parent</artifactId>
<version>0.1.0</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>io.xpydev</groupId>
<artifactId>paycoinj</artifactId>
<version>0.1.0</version>
<version>0.3.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion orchid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.xpydev</groupId>
<artifactId>paycoinj-parent</artifactId>
<version>0.1.0</version>
<version>0.3.1</version>
</parent>

<artifactId>orchid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.xpydev</groupId>
<artifactId>paycoinj-parent</artifactId>
<version>0.1.0</version>
<version>0.3.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.ligerzero459</groupId>
<artifactId>paycoinj-parent</artifactId>
<version>0.1.0</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.ligerzero459</groupId>
<artifactId>paycoinj</artifactId>
<version>0.1.0</version>
<version>0.3.1</version>
</dependency>
</dependencies>
</project>