Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2025

Bumps cash.atto:commons-worker-opencl from 5.4.0 to 6.0.0.

Release notes

Sourced from cash.atto:commons-worker-opencl's releases.

v6.0.0

What's Changed

6.0.0 is a major release that focuses on API ergonomics, multiplatform parity (JVM/JS/Wasm), and first‑class integrations. It introduces async builders, streaming monitors, a Spring Boot starter, richer primitives (time, future, validation), and a consolidated testing/mocking module. There are several breaking changes; see Migration below.

Highlights

  • New commons-spring-boot-starter module: Spring conversions, R2DBC custom conversions, and SpringDoc/OpenAPI integration. Ideal for building Atto services with Spring Boot.
  • New streaming monitors in commons-node: account, account‑entry, and transaction monitors with acknowledgeable progress.
  • Async client/worker APIs: builders for gradual setup and platform‑specific implementations (JVM/JS/Web/Wasm).
  • Multiplatform improvements: JS/Wasm parity for key primitives, hashing, and crypto utilities.
  • New examples: minimal Java client and JS client to get started fast.
  • Mocks for development: commons-test can download and run an Atto node using Docker or Podman transparently — ideal for local development and quick integration tests.

Breaking changes

  • Node client refactor
    • The node client interface now lives in commons-node (AttoNodeClient : AttoNodeOperations).
    • The HTTP implementation moved to commons-node-remote and is obtained via AttoNodeClient.remote(baseUrl, headerProvider) or via AttoNodeClientAsyncBuilder(url).
    • Older direct platform‑specific AttoNodeOperations implementations were removed. Use the remote client or your own implementation of AttoNodeOperations.
  • Testing modules consolidated
    • commons-node-test and commons-worker-test were removed.
    • New commons-test module provides cross‑platform mocks: AttoNodeMock, AttoNodeMockAsync, AttoWorkerMock, and builders, with JS and Wasm bindings.
  • Serialization cleanup
    • Legacy serializers under cash.atto.commons.serialiazer.* were removed.
    • Models now carry their own kotlinx.serialization where applicable (for example time via AttoInstantAsStringSerializer). If you depended on those serializer classes directly, update usages to the new built‑in serializers or your own.
  • Worker API adjustments
    • JVM‑specific classes like AttoWorkerJava were removed; use the common AttoWorker and the remote/async builders.
    • Some Jvm/JS‑only files were removed or moved to common. Prefer AttoWorkerAsyncBuilder for configuration, caching, and retries.

New features

  • Core primitives
    • AttoInstant: platform abstraction over time with (de)serialization helpers.
    • AttoFuture: lightweight future/promise abstraction with platform implementations (JVM/JS/Wasm).
    • AttoValidation: helpers to validate domain objects.
    • AttoJob and AttoWorkTarget types for worker operations.
    • AttoKeyIndex: strongly‑typed key index for seed derivation; overloads for UInt and Int remain.
  • Node monitoring
    • AttoAccountMonitor, AttoAccountEntryMonitor, AttoTransactionMonitor and their async counterparts plus builders (*AsyncBuilder) with JVM and Web implementations.
    • Height search utilities: AccountHeightSearch, HeightSearch and convenient fromArray constructor.
  • Remote clients and builders
    • AttoNodeClient.remote(baseUrl, headerProvider) convenience factory; time sync via now() returns server‑adjusted AttoInstant.
    • AttoNodeClientAsyncBuilder to configure headers incrementally on JVM/JS/Web.
    • AttoSigner.remote(url, retryEvery, headerProvider) in commons-signer-remote.
    • AttoWorker.remote(url, headerProvider), plus AttoWorkerAsync, AttoWorkerAsyncBuilder, AttoWorkerRetry, and AttoWorkerCache in commons-worker(-remote).
  • Wallet
    • AttoWalletAsync and AttoWalletAsyncBuilder for non‑blocking flows and integration with monitors.
    • Auto‑receiver helper to receive/open based on receivable stream.
  • JS/Wasm

... (truncated)

Commits
  • e236d2d Fix java-client example
  • 3a9ddc6 Add js-client example
  • 6203b6b Bump ktorVersion from 3.3.1 to 3.3.2
  • 7b62be9 Add commons-test npm publishing steps
  • 7e6c3a6 Add mocks wasmJs target
  • 93d89ff Add mocks js target
  • 6f040f4 Bump org.springdoc:springdoc-openapi-starter-webflux-ui
  • f2c54dd Add Java client example
  • 47c38a7 Add Java client example
  • 59d5e2d Improve Java interop
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [cash.atto:commons-worker-opencl](https://github.com/attocash/commons) from 5.4.0 to 6.0.0.
- [Release notes](https://github.com/attocash/commons/releases)
- [Commits](attocash/commons@v5.4.0...v6.0.0)

---
updated-dependencies:
- dependency-name: cash.atto:commons-worker-opencl
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file major Significant changes or features labels Nov 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 12, 2025 18:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file major Significant changes or features labels Nov 12, 2025
@atto-reward-bot
Copy link

Thank you for your contribution! 🎉 This PR is eligible for an major reward as a token of our appreciation. If you'd like to receive it, please add your address to the description of this PR. 🙏

6 similar comments
@atto-reward-bot
Copy link

Thank you for your contribution! 🎉 This PR is eligible for an major reward as a token of our appreciation. If you'd like to receive it, please add your address to the description of this PR. 🙏

@atto-reward-bot
Copy link

Thank you for your contribution! 🎉 This PR is eligible for an major reward as a token of our appreciation. If you'd like to receive it, please add your address to the description of this PR. 🙏

@atto-reward-bot
Copy link

Thank you for your contribution! 🎉 This PR is eligible for an major reward as a token of our appreciation. If you'd like to receive it, please add your address to the description of this PR. 🙏

@atto-reward-bot
Copy link

Thank you for your contribution! 🎉 This PR is eligible for an major reward as a token of our appreciation. If you'd like to receive it, please add your address to the description of this PR. 🙏

@atto-reward-bot
Copy link

Thank you for your contribution! 🎉 This PR is eligible for an major reward as a token of our appreciation. If you'd like to receive it, please add your address to the description of this PR. 🙏

@atto-reward-bot
Copy link

Thank you for your contribution! 🎉 This PR is eligible for an major reward as a token of our appreciation. If you'd like to receive it, please add your address to the description of this PR. 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file major Significant changes or features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants