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

deployment/ccip/changeset: add messaging test #15166

Merged
merged 9 commits into from
Nov 11, 2024
Merged

deployment/ccip/changeset: add messaging test #15166

merged 9 commits into from
Nov 11, 2024

Conversation

makramkd
Copy link
Contributor

@makramkd makramkd commented Nov 8, 2024

Also: Small refactor to the request helpers to allow for specifying all fields of the message.

Requires smartcontractkit/chainlink-ccip#311

Small refactor to the request helpers to allow for specifying all fields
of the message.
Copy link
Contributor

github-actions bot commented Nov 8, 2024

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

Copy link
Contributor

github-actions bot commented Nov 8, 2024

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

AER Report: CI Core ran successfully ✅

aer_workflow , commit

@@ -83,7 +84,13 @@ func TestInitialDeployOnLocal(t *testing.T) {
require.NoError(t, err)
block := latesthdr.Number.Uint64()
startBlocks[dest] = &block
seqNum := ccdeploy.TestSendRequest(t, e, state, src, dest, false, nil)
seqNum := ccdeploy.TestSendRequest(t, e, state, src, dest, false, router.ClientEVM2AnyMessage{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit/ what about a TestSend(Dummy|Default)Request? I could convenient to have it so that we won't deal with creating those fields if we are not going to use them.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I thought about adding that but I think we wanna see how the usage of these funcs evolves and build abstractions after we have many use cases. I think for now this is the most flexible, and can improve further.

0xnogo
0xnogo previously approved these changes Nov 11, 2024
Copy link
Collaborator

@0xnogo 0xnogo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

george-dorin
george-dorin previously approved these changes Nov 11, 2024
jmank88
jmank88 previously approved these changes Nov 11, 2024
@makramkd makramkd added this pull request to the merge queue Nov 11, 2024
Merged via the queue into develop with commit 00d9661 Nov 11, 2024
159 of 160 checks passed
@makramkd makramkd deleted the mk/CCIP-4162 branch November 11, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants