chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /apps/settlerd - #10
Conversation
- 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>
|
Hello from @codemakerai. CodeMaker AI GitHub App integration. Usage: @codemakerai [command or prompt] AssistantAll Assistant features are supported in GitHub. Assistant can answer general questions as well as questions directly @codemakerai assistant prompt - the assistant prompt CommandsPull Request Commands - commands that can be posted as comments on the pull request: @codemakerai help - prints this help message 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 TriggersTo 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. 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 |
Bumps golang.org/x/crypto from 0.36.0 to 0.45.0.
Commits
4e0068cgo.mod: update golang.org/x dependenciese79546essh: curb GSSAPI DoS risk by limiting number of specified OIDsf91f7a7ssh/agent: prevent panic on malformed constraint2df4153acme/autocert: let automatic renewal work with short lifetime certsbcf6a84acme: pass context to requestb4f2b62ssh: fix error message on unsupported cipher79ec3a5ssh: allow to bind to a hostname in remote forwarding122a78fgo.mod: update golang.org/x dependenciesc0531f9all: eliminate vet diagnostics0997000all: fix some commentsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.