-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: rename module to github.com/agglayer/aggkit
#62
Merged
Conversation
This file contains 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
goran-ethernal
force-pushed
the
feat/rename-go-module
branch
from
December 25, 2024 09:45
de68d0b
to
8b7e5b4
Compare
goran-ethernal
force-pushed
the
feat/rename-go-module
branch
from
December 25, 2024 09:50
8b7e5b4
to
f6be9b9
Compare
goran-ethernal
force-pushed
the
feat/rename-go-module
branch
3 times, most recently
from
December 25, 2024 10:07
b307858
to
466be1e
Compare
Stefan-Ethernal
requested review from
temaniarpit27,
rachit77 and
Stefan-Ethernal
December 25, 2024 10:58
rachit77
reviewed
Dec 25, 2024
rachit77
reviewed
Dec 25, 2024
rachit77
reviewed
Dec 25, 2024
rachit77
reviewed
Dec 25, 2024
rachit77
reviewed
Dec 25, 2024
Stefan-Ethernal
force-pushed
the
feat/rename-go-module
branch
from
December 25, 2024 11:25
8d9d76f
to
c49da66
Compare
rachit77
approved these changes
Dec 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Stefan-Ethernal
approved these changes
Dec 25, 2024
Stefan-Ethernal
force-pushed
the
fix/ci
branch
from
December 25, 2024 13:50
2a2752b
to
4a8a5c5
Compare
Stefan-Ethernal
force-pushed
the
feat/rename-go-module
branch
from
December 25, 2024 13:52
7284802
to
616c090
Compare
goran-ethernal
force-pushed
the
feat/rename-go-module
branch
from
December 25, 2024 14:38
616c090
to
035938f
Compare
Stefan-Ethernal
pushed a commit
that referenced
this pull request
Dec 25, 2024
* wip linters * add SonarQube config * linter fix bridgesync * linter fix aggOracle * linter fix claimsponsor * linter fix cmd * linter fix common config * linter fix dataavailability * etherman lint * hex lint * l1bridge2infoindexsync lint * l1infotree lint fix * l1infotreesync lastgersync lint fix * log lint fix * merkletree lint fix * merkletree lint fix * reorgdetactor rpc lint fix * sequencesender lint fix * state lint fix * sync tree lint fix * wip * wip * lint fix * addressed feedback * wip * wip * sonar cloud fix (#66) * sonar cloud fix * wip * addressed feedback * upgrade actions * reorg detactor errors
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.
This PR renames the module from
github.com/0xPolygon/cdk
togithub.com/agglayer/aggkit
.NOTE: The
aggkit
now indirectly references the oldgithub.com/0xPolygon/cdk
because one of the libraries thatsequence sender
andaggregator
use imports thecdk
repo. This will be removed once we remove the two features from theaggkit
.