Skip to content

Releases: ArkEcosystem/java-crypto

2.0.0

Choose a tag to compare

@faustbrian faustbrian released this 21 Sep 12:30
release: 2.0.0

1.2.9

Choose a tag to compare

@kristjank kristjank released this 20 Mar 22:17
daa6fc2

Fixed

  • Source Compatibility Build Configuration #127

1.2.8

Choose a tag to compare

@kristjank kristjank released this 20 Mar 08:20
7389608

Fixed

  • Maven Signing and Deployment (#126)
  • Dynamic Buffer Allocation When Building Larger Transactions (#101)

Changed

  • Refactor To Follow Builder Pattern Approach (#123)

1.2.2

Choose a tag to compare

@kristjank kristjank released this 19 Mar 14:08
daa6fc2
chore: added source compatibility settings (#127)

1.2.3

Choose a tag to compare

@kristjank kristjank released this 19 Mar 14:43
d414fcd
release: 1.2.3 (#125)

* chore: github actions reorg

* fix: remove repo

* chore: remove github packages publish profile

* fix: typo

1.2.1

Choose a tag to compare

@kristjank kristjank released this 19 Mar 13:46
8de73ac
release: 1.2.1 (#123)

* refactor: make abstract instance method public (#120)

* test: increase test coverage (#122)

* test: test type specific hashMaps

* style: apply spotless

* refactor: made dynamic byteBuffer allocation

* test: MultiSignatureBuilder Test

* style: spotless on tests

* chore: update build.gradle (version bump and removed deprecated properties)

* chore: added maven settings

* chore: use github secrets

* chore: mvn actions adjusting to Github Automation

* chore: call corret gh action

* chore: version bump

* chore: fix maven repo stuff

Co-authored-by: KovacZan <39158639+KovacZan@users.noreply.github.com>

1.1.2

Choose a tag to compare

@kristjank kristjank released this 13 Mar 07:32
9751b30

Changed

  • refactor and adoption of the builder pattern for transaction generation (same as through the core) (#117)
  • updated dependencies (#116, #115, #114)
  • build.gradle bump (#119)

1.1.1

Choose a tag to compare

@kristjank kristjank released this 13 Mar 07:20
b2110ad

Changed

  • update dependency gradle to v6.2.2 (#114)
  • update dependency com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin to v3.27.2 (#115)
  • update dependency org.bitcoinj:bitcoinj-core to v0.15.8 (#116)
  • java-crypto to follow builder/serializer improvements from latest arkecosystem/crypto changes (#112, #117)

1.1.0

Choose a tag to compare

@kristjank kristjank released this 13 Mar 07:10
b2110ad

Changed

  • refactor and adoption of the builder pattern for transaction generation (same as through the core) (#117)
  • updated dependencies (#116, #115, #114)

1.0.2

Choose a tag to compare

@kristjank kristjank released this 18 Feb 10:20
7e3ad65

Fixed

  • gradle root project naming (#110)