3
0
mirror of https://github.com/Qortal/AT.git synced 2025-01-30 19:02:14 +00:00
AT/Java
catbref 3e0699f399 Fix constructing MachineState from creationBytes. Bump to v1.3.1
NOTE: this constructor's args have changed from:
  public MachineState(byte[] creationBytes)
to:
  public MachineState(API api, byte[] creationBytes)

The bug was miscalculating 'expectedLength'.

Added unit test to cover above.

Also added unit test to cover branching backwards.

Bumped version to 1.3.1 and also fixed pom.xml so it's possible
to call 'mvn clean package' from command line without errors.
2020-04-08 16:53:17 +01:00
..
src Fix constructing MachineState from creationBytes. Bump to v1.3.1 2020-04-08 16:53:17 +01:00
.gitignore Updated for Java 11 & other improvements 2019-11-20 11:06:57 +00:00
maven-import.txt Updated for Java 11 & other improvements 2019-11-20 11:06:57 +00:00
pom.xml Fix constructing MachineState from creationBytes. Bump to v1.3.1 2020-04-08 16:53:17 +01:00