Skip to content

Commit 3556c43

Browse files
Merge branch 'main' into refactor-impl
2 parents 4c3be5c + 059850b commit 3556c43

126 files changed

Lines changed: 2688 additions & 1914 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ccip-integration-tests.yml

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
run: |
2323
cd integration-tests/ccip
2424
go test -v -count 1 -timeout 20m -run TestCCIPExecuteE2E ./...
25-
26-
test-ccip-execute-token:
25+
test-ccip-execute-lnr:
2726
name: TestLnRTokenPool_FullReceiveFlow
2827
runs-on: ubuntu-latest
2928
steps:
@@ -37,9 +36,8 @@ jobs:
3736
run: |
3837
cd integration-tests/ccip
3938
go test -v -count 1 -timeout 20m -run '^TestLnRTokenPool_FullReceiveFlow$' ./...
40-
41-
test-ccip-execute-token-bnm:
42-
name: TestBnMTokenPool_FullReceiveFlow
39+
test-ccip-execute-bnm-decimal:
40+
name: TestLnRTokenPool_FullReceiveFlow_DecimalConversion
4341
runs-on: ubuntu-latest
4442
steps:
4543
- name: Check out code
@@ -51,10 +49,9 @@ jobs:
5149
- name: Run Go tests
5250
run: |
5351
cd integration-tests/ccip
54-
go test -v -count 1 -timeout 20m -run '^TestBnMTokenPool_FullReceiveFlow' ./...
55-
56-
test-ccip-execute-token-decimal:
57-
name: TestLnRTokenPool_FullReceiveFlow_DecimalConversion
52+
go test -v -count 1 -timeout 20m -run '^TestLnRTokenPool_FullReceiveFlow_DecimalConversion$' ./...
53+
test-ccip-execute-bnm:
54+
name: TestBnMTokenPool_FullReceiveFlow
5855
runs-on: ubuntu-latest
5956
steps:
6057
- name: Check out code
@@ -66,7 +63,7 @@ jobs:
6663
- name: Run Go tests
6764
run: |
6865
cd integration-tests/ccip
69-
go test -v -count 1 -timeout 20m -run '^TestLnRTokenPool_FullReceiveFlow_DecimalConversion$' ./...
66+
go test -v -count 1 -timeout 20m -run '^TestBnMTokenPool_FullReceiveFlow' ./...
7067
7168
test-ccip-send:
7269
name: TestCCIPSend
@@ -82,9 +79,8 @@ jobs:
8279
run: |
8380
cd integration-tests/ccip
8481
go test -v -count 1 -timeout 20m -run '^TestCCIPSend$' ./...
85-
86-
test-ccip-send-with-token:
87-
name: TestCCIPSendWithToken
82+
test-ccip-send-lnr:
83+
name: TestLnRTokenPool_FullSendFlow
8884
runs-on: ubuntu-latest
8985
steps:
9086
- name: Check out code
@@ -94,6 +90,20 @@ jobs:
9490
with:
9591
go-version-file: integration-tests/go.mod
9692
- name: Run Go tests
97-
run: |
93+
run: |
94+
cd integration-tests/ccip
95+
go test -v -count 1 -timeout 20m -run '^TestLnRTokenPool_FullSendFlow' ./...
96+
test-ccip-send-bnm:
97+
name: TestBnMTokenPool_FullSendFlow
98+
runs-on: ubuntu-latest
99+
steps:
100+
- name: Check out code
101+
uses: actions/checkout@v6
102+
- name: Install Go
103+
uses: actions/setup-go@v6
104+
with:
105+
go-version-file: integration-tests/go.mod
106+
- name: Run Go tests
107+
run: |
98108
cd integration-tests/ccip
99-
go test -v -count 1 -timeout 20m -run '^TestCCIPSendWithTokenTransferFeeBps$' ./...
109+
go test -v -count 1 -timeout 20m -run '^TestBnMTokenPool_FullSendFlow' ./...

bindings/generated/ccip/burnminttokenpool/burnminttokenpool.go

Lines changed: 77 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/generated/ccip/ccipreceiver/ccipreceiver.go

Lines changed: 17 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/generated/ccip/ccipsender/ccipsender.go

Lines changed: 36 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)