-
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
Improvement in naming changesets #15943
Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ded3f4c
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 10314c8
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 5f14bf0
remove deployCCIPContracts
AnieeG 75c676f
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG b31ec5a
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 5f6d2d5
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 65616ff
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 6dd9c4a
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 813cc6e
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG a299e7c
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 1837b21
deprecate existing add lane
AnieeG bda53fc
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG e171316
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 52422ba
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 56b0ff1
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG e261d27
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 35d936e
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
AnieeG 59e995c
making OCR input more user friendly
AnieeG 5e37b44
rename changesets
AnieeG 1da2ad1
fix lint errors
AnieeG 7bc1ac4
fix
AnieeG 0fb138c
further rename
AnieeG 5f0f701
populate addresses from state for 1.5
AnieeG e16d28c
move test related methods to test package
AnieeG 7e15cc6
updates
AnieeG 8f2aa3f
more fix
AnieeG a01635c
Merge branch 'backup-fixes-for-staging' into fixes-for-staging
AnieeG d8a707a
create new package for test
AnieeG 6d5a3da
another move
AnieeG 9f7ae90
more fixes
AnieeG 7d461eb
fix lint
AnieeG 22f5df0
fix file path
AnieeG 533c7ed
fix file path
AnieeG 7c5af73
go mod tidy
AnieeG 8411f36
merge with develop
AnieeG 85fa2e2
review comments
AnieeG File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix lint
- Loading branch information
commit 7d461eb54c7a6f940718de95494fbbd4b37bfa73
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -26,11 +26,9 @@ const ( | |||||
WethDecimals = 18 | ||||||
UsdcDecimals = 6 | ||||||
// MockLinkAggregatorDescription This is the description of the MockV3Aggregator.sol contract | ||||||
//nolint:lll | ||||||
// https://github.com/smartcontractkit/chainlink/blob/a348b98e90527520049c580000a86fb8ceff7fa7/contracts/src/v0.8/tests/MockV3Aggregator.sol#L76-L76 | ||||||
MockLinkAggregatorDescription = "v0.8/tests/MockV3Aggregator.sol" | ||||||
// MockWETHAggregatorDescription WETH use description from MockETHUSDAggregator.sol | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This comment is unintelligible, maybe
Suggested change
|
||||||
//nolint:lll | ||||||
// https://github.com/smartcontractkit/chainlink/blob/a348b98e90527520049c580000a86fb8ceff7fa7/contracts/src/v0.8/automation/testhelpers/MockETHUSDAggregator.sol#L19-L19 | ||||||
MockWETHAggregatorDescription = "MockETHUSDAggregator" | ||||||
) | ||||||
|
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
Oops, something went wrong.
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.
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.