Skip to content

Releases: ArkEcosystem/java-crypto

2.0.0

21 Sep 12:30
Compare
Choose a tag to compare
release: 2.0.0

1.2.9

20 Mar 22:17
daa6fc2
Compare
Choose a tag to compare

Fixed

  • Source Compatibility Build Configuration #127

1.2.8

20 Mar 08:20
7389608
Compare
Choose a tag to compare

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

19 Mar 14:08
daa6fc2
Compare
Choose a tag to compare
chore: added source compatibility settings (#127)

1.2.3

19 Mar 14:43
d414fcd
Compare
Choose a tag to compare
release: 1.2.3 (#125)

* chore: github actions reorg

* fix: remove repo

* chore: remove github packages publish profile

* fix: typo

1.2.1

19 Mar 13:46
8de73ac
Compare
Choose a tag to compare
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

13 Mar 07:32
9751b30
Compare
Choose a tag to compare

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

13 Mar 07:20
b2110ad
Compare
Choose a tag to compare

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

13 Mar 07:10
b2110ad
Compare
Choose a tag to compare

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

18 Feb 10:20
7e3ad65
Compare
Choose a tag to compare

Fixed

  • gradle root project naming (#110)