Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues in wallet api #597

Merged
merged 69 commits into from
Jul 31, 2024
Merged

Fix issues in wallet api #597

merged 69 commits into from
Jul 31, 2024

Conversation

SuperBatata
Copy link
Contributor

@SuperBatata SuperBatata commented Jul 9, 2024

Description

Provide a clear and concise description of the changes made in this pull request.

Fixes #592 #593

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have performed a self-review of my code
  • If it is a core feature, I have added thorough tests
  • Do we need to implement analytics?
  • Will this be part of a product update? If yes, please write one phrase about this update.
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

dependabot bot and others added 8 commits July 8, 2024 07:47
Bumps [app.softwork:kotlinx-uuid-exposed](https://github.com/hfhbd/kotlinx-uuid) from 0.0.25 to 0.0.26.
- [Release notes](https://github.com/hfhbd/kotlinx-uuid/releases)
- [Commits](hfhbd/kotlinx-uuid@v0.0.25...v0.0.26)

---
updated-dependencies:
- dependency-name: app.softwork:kotlinx-uuid-exposed
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps com.oracle.oci.sdk:oci-java-sdk-shaded-full from 3.43.2 to 3.44.1.

---
updated-dependencies:
- dependency-name: com.oracle.oci.sdk:oci-java-sdk-shaded-full
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@SuperBatata SuperBatata linked an issue Jul 9, 2024 that may be closed by this pull request
dependabot bot and others added 15 commits July 9, 2024 14:09
Bumps [com.webauthn4j:webauthn4j-core](https://github.com/webauthn4j/webauthn4j) from 0.24.1.RELEASE to 0.25.0.RELEASE.
- [Release notes](https://github.com/webauthn4j/webauthn4j/releases)
- [Changelog](https://github.com/webauthn4j/webauthn4j/blob/master/github-release-notes-generator.yml)
- [Commits](webauthn4j/webauthn4j@0.24.1.RELEASE...0.25.0.RELEASE)

---
updated-dependencies:
- dependency-name: com.webauthn4j:webauthn4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/tink-crypto/tink-java/releases)
- [Commits](tink-crypto/tink-java@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: com.google.crypto.tink:tink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…kotlinx-kotlinx-serialization-json-1.7.1
@SuperBatata SuperBatata marked this pull request as ready for review July 9, 2024 15:34
@SuperBatata SuperBatata requested a review from waltkb July 22, 2024 15:18
waltkb
waltkb previously approved these changes Jul 24, 2024
@SuperBatata SuperBatata dismissed waltkb’s stale review July 24, 2024 01:23

The merge-base changed after approval.

waltkb
waltkb previously approved these changes Jul 24, 2024
@SuperBatata SuperBatata dismissed waltkb’s stale review July 24, 2024 18:01

The merge-base changed after approval.

alegomes
alegomes previously approved these changes Jul 26, 2024
Copy link
Contributor

@alegomes alegomes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some minor suggestions to enhance Dev Experience.

@SuperBatata SuperBatata dismissed alegomes’s stale review July 26, 2024 10:58

The merge-base changed after approval.

Copy link

sonarcloud bot commented Jul 27, 2024

@SuperBatata SuperBatata requested a review from waltkb July 29, 2024 11:41
waltkb
waltkb previously approved these changes Jul 31, 2024
@SuperBatata SuperBatata dismissed waltkb’s stale review July 31, 2024 11:43

The merge-base changed after approval.

@waltkb waltkb merged commit 51cb266 into main Jul 31, 2024
4 checks passed
@waltkb waltkb deleted the fix-issues-wallet-api branch August 5, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
4 participants