-
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
deployment/ccip/changeset: add transfer/accept ownership changeset #15409
Conversation
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
use these changesets in other tests and axe duplicate code
) | ||
|
||
func Test_NewAcceptOwnershipChangeset(t *testing.T) { | ||
e := NewMemoryEnvironmentWithJobs(t, logger.TestLogger(t), 2, 4) |
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 think we can just use a generic test for this if you are moving to common changeset
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 kept the CCIP test but moved the changeset to common
the AddChainInbound test is consistently failing with a "message too costly" error in exec; increasing the relative boost per wait hour causes exec to significantly boost the paid fee so we can execute the message.
return metaDataPerChain, nil | ||
} | ||
|
||
// Given batches of operations, we build the metadata and timelock addresses of those opartions |
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.
// Given batches of operations, we build the metadata and timelock addresses of those opartions | |
// Given batches of operations, we build the metadata and timelock addresses of those operations |
Ticket: https://smartcontract-it.atlassian.net/browse/CCIP-4396
This PR adds:
This PR also adds a test for the above changesets, and deletes some TODO'd code that does the same stuff as the above and updates the tests to use the changesets instead.