Closed
Conversation
There was a problem hiding this comment.
Pull Request Overview
Updates the codebase to align with the latest aggkit type definitions, regenerates mocks, and bumps test workflow and configuration versions.
- Migrate all
db.Txeranddb.Querierusages to the newdbtypes.Txeranddbtypes.Querierinterfaces. - Regenerate mock files with
mockery v2.53.4to reflect the updated types. - Bump
kurtosis-cdk-ref,aggkit_imageversions, and add new JSON fields (deploy_optimism_rollup,additional_services) in end-to-end test configs.
Reviewed Changes
Copilot reviewed 47 out of 47 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| aggregator/prover/mocks/mock_aggregator_service_channel_server.go | Bump mockery version to v2.53.4 |
| aggregator/mocks/mock_storage_interface.go | Replace db.Txer → types.Txer in mock methods |
| aggregator/mocks/mock_rpc_interface.go | Bump mockery version to v2.53.4 |
| aggregator/mocks/mock_prover_interface.go | Bump mockery version to v2.53.4 |
| aggregator/mocks/mock_etherman.go | Bump mockery version to v2.53.4 |
| aggregator/mocks/mock_eth_tx_manager_client.go | Bump mockery version to v2.53.4 |
| aggregator/interfaces.go | Import dbtypes and migrate StorageInterface signatures |
| aggregator/db/dbstorage/sequence.go | Update AddSequence to use dbtypes.Txer |
| aggregator/db/dbstorage/proof.go | Update several methods to use dbtypes.Txer |
| aggregator/db/dbstorage/dbstorage.go | Change BeginTx and getExecQuerier to use dbtypes |
| agglayer/mock_agglayer_client_interface.go | Bump mockery version to v2.53.4 |
| .github/workflows/test-e2e.yml | Update kurtosis-cdk-ref to new commit SHA |
| .github/*.json (test args files) | Add deploy_optimism_rollup and additional_services; bump images |
|
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.



#340