chore(deps): bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 in /docs - #19
Open
dependabot[bot] wants to merge 12 commits into
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.
- Introduced LocalBus for decoupled event communication in settlement processing. - Updated DefaultSettlementEngine to publish events on settlement confirmation. - Enhanced YieldService to subscribe to settlement events for fund routing. - Expanded TODO.md to reflect project roadmap and feature enhancements.
- Integrate `LocalBus` for settlement event publishing and consumption by `YieldService` in the application. - Update `TODO.yield.md` to reflect this new feature in the development roadmap.
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.29.0 to 7.29.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4.
Release notes
Sourced from @babel/plugin-transform-modules-systemjs's releases.
... (truncated)
Commits
a458f66v7.29.432ebd5a[7.x backport]fix(systemjs): improve module string name support (#17974)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 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.