Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Qortal/AT

Tags

v1.3.5

Toggle v1.3.5's commit message
Bump to v1.3.5

v1.3.4

Toggle v1.3.4's commit message
Bump to version v1.3.4

v1.3.1

Toggle v1.3.1's commit message
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.

v1.3

Toggle v1.3's commit message
Bump to version 1.3