Skip to content

chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /apps/settlerd - #10

Open
dependabot[bot] wants to merge 10 commits into
masterfrom
dependabot/go_modules/apps/settlerd/golang.org/x/crypto-0.45.0
Open

chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /apps/settlerd#10
dependabot[bot] wants to merge 10 commits into
masterfrom
dependabot/go_modules/apps/settlerd/golang.org/x/crypto-0.45.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 28, 2026

Copy link
Copy Markdown

Bumps golang.org/x/crypto from 0.36.0 to 0.45.0.

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

nathfavoursagent and others added 10 commits February 28, 2026 18:23
- Introduced new binary files for settler-proxy, settlerd, and settler commands.
- Updated go.work.sum to include the latest fsnotify dependencies.
- Refactored import statements in riquid_adapter.go for improved clarity and organization.
- Add `StartAutoHarvestWorker` method to `YieldService` for periodic yield harvesting
- Implement `SmartAccount` and `UserOperation` structures for ERC-4337 account abstraction
- Update `RiquidAdapter` to include a signer for automated harvest functionality
- Mark tasks in `TODO.yield.md` as complete and adjust ERC-4337 and Paymaster integration statuses
- Add Prometheus metrics for tracking APY, TVL, and harvests.
- Create integration tests to validate the BSC to Riquid flow.
- Update TODO with completion status for metrics and tests.
Refactor `riquid_adapter.go` to include manual ABI calls and integrate metrics for the Riquid Yield Engine. Update the TODO documentation to reflect the current state of implementation.
Add new interfaces for blockchain and invoice manipulation in the domain model. Introduce the DefaultSettlementEngine service for handling settlement processes with dependency injection.
Add support for UUIDs by requiring the `github.com/google/uuid` package.

Refactor SQLite storage implementation to include a new `invoices` table along with a `Save` method for persisting invoice data. This enhances the storage capabilities of the application.
Implement BroadcastTransaction method to allow sending signed transactions to the Ethereum network. This method enhances the MultiClient functionality, enabling interaction with multiple chains by broadcasting transactions effectively.
- Revise integration tests description in TODO.yield.md to include unit tests and wiring details for `settlerd`.
- Add several indirect dependencies in apps/settlerd/go.mod and generate apps/settlerd/go.sum.
- Enhance main.go to improve startup logging and modify imported packages for better structure.
- Refactor imports in pkg/chains/client.go to streamline dependencies.
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.
- [Commits](golang/crypto@v0.36.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 28, 2026
@codemaker-ai-app

Copy link
Copy Markdown

Hello from @codemakerai.

CodeMaker AI GitHub App integration.

Usage:

@codemakerai [command or prompt]

Assistant

All Assistant features are supported in GitHub. Assistant can answer general questions as well as questions directly
related to code. It also has code editing capabilities.

@codemakerai assistant prompt - the assistant prompt
@codemakerai prompt - the assistant prompt. Alias to assistant command.

Commands

Pull Request Commands - commands that can be posted as comments on the pull request:

@codemakerai help - prints this help message
@codemakerai review process - process the most recent code review and all it's comments
@codemakerai generate code [codepath] - generate code for all files in pull request, or only for matching code path.
@codemakerai generate docs [codepath] - generate documentation for all files in pull request, or only for matching code path.
@codemakerai replace code [codepath] - replace code for all files in pull request, or only for matching code path.
@codemakerai replace docs [codepath] - replace documentation for all files in pull request, or only for matching code path.
@codemakerai fix syntax - fixes the syntax in all files
@codemakerai commit undo - removes the most recent commit

Pull Request Code Review Commands - commands that can be posted as comments on the code review i.e. "Files changed" tab:

@codemakerai assistant prompt - the assistant prompt
@codemakerai explain - explains the code
@codemakerai review - reviews the code

Triggers

To automatically trigger certain actions on pull requests you can create and use the following GitHub labels.

codemakerai-pull-request-generate-documentation - automatically generates comments/documentation on Pull Request creation.
codemakerai-pull-request-syntax-autocorrection - automatically corrects syntax on Pull Request creation.
codemakerai-pull-request-review-process - automatically processes code review comments on Pull Request Review submission.

For in depth explanation of the features, please consult https://docs.codemaker.ai

In case of any issues please report them to https://community.codemaker.ai

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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant