-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
remove go.mod replace with real version #15142
Conversation
3bf58ff
to
6c29721
Compare
I see you updated files related to
|
@@ -26,7 +26,7 @@ require ( | |||
github.com/smartcontractkit/chainlink-automation v0.8.1 | |||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241101093830-33711d0c3de7 | |||
github.com/smartcontractkit/chainlink/deployment v0.0.0-00010101000000-000000000000 | |||
github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000 | |||
github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a |
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.
Sidebar: why is our pseudo version 2.14 based? We just tagged through 2.18 the other day.
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.
cc @chainchad
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.
i've been wondering this too but haven't bubbled it up. thanks for calling it out
AER Report: CI Core ran successfully ✅ |
This reverts commit d61ce51.
* Bump chainlink-common to PR latest * Wire up Beholder auth in loop * Move keystore auth into NewApplication * Wire up CSA Auth for Beholder * Use simplified auth header approach * Add auth header after logging config * Remove empty line for linter * Put back mistakenly removed imports * Update to latest chainlink-common@INFOPLAT-1071-beholder-csa-signer-auth_2 * Rename return vars Co-authored-by: Jordan Krage <[email protected]> * Bump chainlink-common from latest INFOPLAT-1071-beholder-csa-signer-auth_2 * Bump chainlink-common to latest INFOPLAT-1071-beholder-csa-signer-auth_2 * Bump chainlink-common to latest INFOPLAT-1071-beholder-csa-signer-auth_2 * go mod tidy for ./integration-tests * make gomodtidy * Add changeset file * Potential test fix * Clean up the test: remove a few unused mocks * Revert "Clean up the test: remove a few unused mocks" This reverts commit f55cc8e. * Revert "Potential test fix" This reverts commit cb348aa. * Adding InstanceAppFactoryWithKeystoreMock for shell_local tests (#15167) * Revert "remove go.mod replace with real version (#15142)" This reverts commit d61ce51. * Run go mod tidy * Add Beholder auth to deployment LoopRegistry * Update chainlink-common to PR latest * Run go mod tidy * Prep keystore for beholder auth * Bump chainlink-common to latest * Run go mod tidy --------- Co-authored-by: 4of9 <[email protected]> Co-authored-by: Geert G <[email protected]> Co-authored-by: Jordan Krage <[email protected]> Co-authored-by: patrickhuie19 <[email protected]> Co-authored-by: krehermann <[email protected]>
The local replace is making my life miserable in downstream repos. multiple failed build requiring manual hunting and pecking for the right
go get
incantations