Skip to content
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

Enable add chain test #14904

Merged
merged 40 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
be45932
Add FeeQuoter to SourceConfig
asoliman92 Oct 17, 2024
0f8fc41
Merge branch 'develop' into fix-fee-quoter
asoliman92 Oct 17, 2024
c276a80
cl-ccip bump
asoliman92 Oct 17, 2024
39e6338
Merge branch 'develop' into fix-fee-quoter
asoliman92 Oct 18, 2024
009f334
Debugging
asoliman92 Oct 18, 2024
ad5635f
Fix OnRamp.GetDestChainConfig
asoliman92 Oct 18, 2024
e58e79c
Cleaning
asoliman92 Oct 21, 2024
1adc8c0
Clean contract configs
asoliman92 Oct 21, 2024
085bd48
Clean contract configs
asoliman92 Oct 21, 2024
397420e
Add Gas Price test in initial_deploy_test.go
asoliman92 Oct 21, 2024
98e5ac2
Bump chainlink-ccip
asoliman92 Oct 21, 2024
ef99468
Merge branch 'develop' into fix-fee-quoter
asoliman92 Oct 21, 2024
157e441
Bump chainlink-ccip
asoliman92 Oct 21, 2024
3a68a95
Merge branch 'develop' into fix-fee-quoter
asoliman92 Oct 22, 2024
d2e5ac0
cleaning cmoments
asoliman92 Oct 22, 2024
83fa7c8
linting
asoliman92 Oct 22, 2024
36169af
skip failing test for now
asoliman92 Oct 22, 2024
3bb786a
unskip
asoliman92 Oct 22, 2024
ea86129
Add FeeQuoter to SourceConfig
asoliman92 Oct 17, 2024
c6230b4
Bump chainlink-ccip
winder Oct 22, 2024
0614569
Add weth feed
asoliman92 Oct 22, 2024
f95de90
Remove deprecated thing.
winder Oct 22, 2024
131211a
Add assertions for weth
asoliman92 Oct 22, 2024
0120ff5
Remove replacement.
winder Oct 22, 2024
e9d9681
linting
asoliman92 Oct 22, 2024
d84c55a
gomodtidy
winder Oct 22, 2024
21a5c0a
Make TestAddChainInbound test Bidirectional and rename to TestAddChain
asoliman92 Oct 22, 2024
fe8ff1f
Merge branch 'fix-fee-quoter' into add-weth-feed
asoliman92 Oct 22, 2024
596033f
updates
AnieeG Oct 22, 2024
7e0bfe0
enable testaddchain
AnieeG Oct 22, 2024
0dc1a11
changes
AnieeG Oct 22, 2024
355005a
more changes
AnieeG Oct 22, 2024
6b65996
updates
AnieeG Oct 22, 2024
739cedf
go mod update
AnieeG Oct 22, 2024
a6da0cd
more fix
AnieeG Oct 22, 2024
2952a0c
fix lint
AnieeG Oct 22, 2024
b4b7913
fix lint
AnieeG Oct 22, 2024
62a0290
fix conflicts
AnieeG Oct 23, 2024
201ea59
go mod
AnieeG Oct 23, 2024
bd58ad7
merge
AnieeG Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
gomodtidy
  • Loading branch information
winder committed Oct 22, 2024
commit d84c55a93d84d068d403287e522fe95d5c1dcdb0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,8 @@ github.com/smartcontractkit/chain-selectors v1.0.27 h1:VE/ftX9Aae4gnw67yR1raKi+3
github.com/smartcontractkit/chain-selectors v1.0.27/go.mod h1:d4Hi+E1zqjy9HqMkjBE5q1vcG9VGgxf5VxiRHfzi2kE=
github.com/smartcontractkit/chainlink-automation v0.8.0 h1:hFz2EHU06bkEfhcqhK8JdjKTWpDOr0XJ6xL9oELDoUg=
github.com/smartcontractkit/chainlink-automation v0.8.0/go.mod h1:ObdjDfgGIaiE48Bb3yYcx1CeGBm392WlEw92U83LlUA=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241021132654-e5f3ecb77638 h1:BS9i2P/b+PsomEP//bH4j6N2a1DCgLVVzoRw02CnN2s=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241021132654-e5f3ecb77638/go.mod h1:4adKaHNaxFsRvV/lYfqtbsWyyvIPUMLR0FdOJN/ljis=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241021103500-39a6e78c0286 h1:qx5p01fqee86cj6EUOCzFc2zILw56v1Q3c5DUuEQWLs=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241021103500-39a6e78c0286/go.mod h1:tsGgeEJc5SUSlfVGSX0wR0EkRU3pM58D6SKF97V68ko=
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f h1:BwrIaQIx5Iy6eT+DfLhFfK2XqjxRm74mVdlX8gbu4dw=
Expand Down
Loading