Commit Graph

189 Commits

Author SHA1 Message Date
Honza Rychnovský cec2848ded
[#164] Gradle 8.1.1 2023-06-09 15:19:25 +02:00
Carter Jernigan 8e5dc1aab6 Disable native target publishing
Native targets should not yet be published, because CI infrastructure needs to be updated
https://github.com/zcash/kotlin-bip39/issues/163

Native target publishing is left enabled for snapshots, so that we can test how the multiplatform integration is working.
2023-05-22 09:27:27 -04:00
Carter Jernigan a52bde517e Changelog for 1.0.5 2023-05-19 06:09:44 -04:00
Carter Jernigan 21bbbac29b [#170] Kover 0.7.0 2023-05-19 06:09:33 -04:00
Luca Spinazzola c4c5302fc6 Add native implementation 2023-05-18 08:43:16 -04:00
Carter Jernigan 951dcecc11 [#186] Kotlin 1.8.21 2023-05-09 05:58:19 -04:00
Carter Jernigan 22ed6cf85b [#169] Optimize word list construction
This fixes three issues:
 - Reduce memory consumption, since the individual words can be added to the compile time string pool
 - Thread safety because lazy initialization is handled by the lazy keyword
 - Reduce memory allocations during initialization since the array is preallocated and filled in
2023-05-03 10:32:14 -04:00
Carter Jernigan 6c2f06d2e1 [#183] Ktlint 0.49.0 2023-05-03 10:16:15 -04:00
Honza Rychnovsky 163d920569
[#178] Kotlin 1.8.10 -> 1.8.20
* [#178] Kotlin 1.8.10 -> 1.8.20

* Remove workaround

---------

Co-authored-by: Carter Jernigan <git@carterjernigan.com>
2023-04-19 10:31:36 +02:00
Honza Rychnovsky e82a59c9ce
[#156] Gradle Versions Plugin 0.46.0 2023-04-18 14:40:56 +02:00
Honza Rychnovsky 311a521975
[#180] Dokka + Kotest + Jacoco dependencies update 2023-04-18 14:40:18 +02:00
Honza Rychnovsky 3ba0e48141
PR template update (#176)
- We applied the same changes as we agreed on in the Secant project in the task [#632].
2023-04-17 18:37:52 +02:00
dependabot[bot] 000dee4281
Bump gradle/gradle-build-action from 2.4.1 to 2.4.2 (#177)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](5056fa9d50...749f47bda3)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 17:14:53 +02:00
dependabot[bot] 2def9b97f4
Bump actions/checkout from 3.5.0 to 3.5.2 (#175)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8f4b7f8486...8e5e7e5ab8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-14 10:10:38 +02:00
dependabot[bot] e1159f9a9e
Bump gradle/gradle-build-action from 2.4.0 to 2.4.1 (#174)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](6095a76664...5056fa9d50)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-14 10:09:55 +02:00
dependabot[bot] 97507f0156
Bump actions/checkout from 3.3.0 to 3.5.0 (#172)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](ac59398561...8f4b7f8486)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 09:54:21 +02:00
dependabot[bot] 2aa23c1044
Bump actions/setup-java from 3.10.0 to 3.11.0 (#173)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](3f07048e3d...5ffc13f417)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 09:47:44 +02:00
Carter Jernigan ff6c9123e4 [#149] Use Gradle action to manage build cache 2023-02-21 15:46:49 -05:00
dependabot[bot] a663dc6ca1
Bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6 (#165)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](55e685c48d...8d49e559aa)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 10:37:21 -05:00
dependabot[bot] 0f3c67c018
Bump actions/cache from 3.2.4 to 3.2.5 in /.github/actions/setup (#161)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](627f0f41f6...6998d139dd)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 08:14:32 +01:00
Carter Jernigan c0e0c17b62
[#144] Kotlin 1.8.10 2023-02-10 07:41:05 -05:00
Luca Spinazzola cf397e3292
Separate Common and JVM-only code
Also make classes in crypto package internal
2023-02-10 07:35:32 -05:00
dependabot[bot] eb741fdc8f
Bump actions/setup-java from 3.9.0 to 3.10.0 in /.github/actions/setup (#159)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](1df8dbefe2...3f07048e3d)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-08 19:28:49 +01:00
Carter Jernigan 4501ded6ee
[#150] Simplify Detekt configuration
- Switch to configuration that builds upon default
 - Add Gradle convention plugin
2023-02-07 13:35:51 -05:00
Honza Rychnovsky eb9ba2cdd5
[#129] Ktlint 0.48.2 2023-02-01 10:52:40 +01:00
dependabot[bot] 7ac54e7d1c
Bump actions/cache from 3.2.3 to 3.2.4 in /.github/actions/setup (#151)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](58c146cc91...627f0f41f6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 14:29:10 +01:00
Carter Jernigan 0e4e7a0e0f
[#144] Kotlin 1.8 (#148) 2023-01-18 11:58:36 -05:00
dependabot[bot] 812d19efc6
Bump actions/cache from 3.2.2 to 3.2.3 in /.github/actions/setup (#147)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](4723a57e26...58c146cc91)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 10:57:08 -05:00
dependabot[bot] 0c9d4ce0a1
Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#146)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](83fd05a356...0b7f8abb15)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 10:56:52 -05:00
dependabot[bot] 57ad74ee85
Bump actions/checkout from 3.2.0 to 3.3.0 (#145)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](755da8c3cf...ac59398561)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 10:55:55 -05:00
dependabot[bot] 06d5652931
Bump actions/cache from 3.0.11 to 3.2.2 in /.github/actions/setup (#143)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](9b0c1fce7a...4723a57e26)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-27 09:20:41 -05:00
Honza Rychnovsky 49efa8ec61
[#137] Kover 0.6.1
+ Updated Kover API
2022-12-22 11:14:33 +01:00
Honza Rychnovsky 47a5372561
[#133] Kotest 5.5.4 2022-12-22 11:01:35 +01:00
Honza Rychnovsky 90324b2ab2
[#135] Dokka 1.7.20 2022-12-22 10:43:34 +01:00
Honza Rychnovsky edcc25efa0
[#139] Gradle Versions Plugin 0.44.0 2022-12-22 10:43:00 +01:00
Honza Rychnovsky f9c4d20449
[#130] Bump + suppress 2022-12-20 09:57:32 +01:00
Honza Rychnovsky 5ddf6847c0
[#119] Detekt 1.22.0
* Bump version

* Update config
2022-12-19 18:57:46 +01:00
Honza Rychnovsky 1e2b4060dd
[#121] Kotlin 1.7.21
* [#121] Kotlin 1.7.21

* Fix dependencies locks
2022-12-16 14:12:17 +01:00
Honza Rychnovsky 08e773871e
[#120] Gradle 7.6 2022-12-15 16:19:04 +01:00
dependabot[bot] 04dc744a9f
Bump actions/checkout from 3.1.0 to 3.2.0 (#125)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](93ea575cb5...755da8c3cf)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 14:26:48 +01:00
dependabot[bot] ab95bafd66
Bump actions/setup-java from 3.6.0 to 3.9.0 in /.github/actions/setup (#126)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.6.0 to 3.9.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](de1bb2b0c5...1df8dbefe2)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 14:25:28 +01:00
dependabot[bot] 3b2fa41dfd
Bump actions/cache from 3.0.10 to 3.0.11 in /.github/actions/setup (#115)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](56461b9eb0...9b0c1fce7a)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 07:48:10 -05:00
dependabot[bot] 21602c37ee
Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#117)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](3cea537223...83fd05a356)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 07:48:00 -05:00
dependabot[bot] 9f22b384db
Bump actions/setup-java from 3.5.1 to 3.6.0 in /.github/actions/setup (#116)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](a18c333f3f...de1bb2b0c5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 07:47:49 -05:00
dependabot[bot] dc10bf533e
Bump gradle/wrapper-validation-action from 1.0.4 to 1.0.5 (#118)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](e6e38bacfd...55e685c48d)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 07:47:36 -05:00
Alex 22f7a5e832
[#113] Kotlin 1.7.20 (#114) 2022-10-19 12:17:47 +02:00
Bruno Wieczorek 2ea47dc50c
Move tests from jvmTest to commonTest (#108)
The first step for making the library multiplatform. This commit also
removes JSON parsing and Moshi test dependency.

This change also includes moving test extensions and test data to utils
package.
2022-10-10 16:49:37 -04:00
dependabot[bot] 92b08df3bc Bump actions/cache from 3.0.8 to 3.0.10 in /.github/actions/setup
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](fd5de65bc8...56461b9eb0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 08:06:31 -04:00
dependabot[bot] f3705a20c9 Bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](2541b1294d...93ea575cb5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 11:22:32 -04:00
dependabot[bot] 4203028a9f Bump actions/setup-java from 3.5.0 to 3.5.1 in /.github/actions/setup
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](d854b6da19...a18c333f3f)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 09:03:53 -04:00