-
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
Bumping chainlink-relay to the version that contains CCIP plugin types #10597
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6157808812 |
b20801f
to
ac95406
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6159410712 |
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6159485795 |
It looks like some breaking changes for mercury are blocking here. I thought this PR might fix it, but it has the same problem: |
436fd11
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6160161619 |
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6160188620 |
@jmank88 I think I know how to fix these, I will give it a try |
@@ -67,7 +67,7 @@ var ( | |||
} | |||
rawReportingPluginConfig = relaymercury.OffchainConfig{ | |||
ExpirationWindow: 1, | |||
BaseUSDFeeCents: 100, | |||
BaseUSDFee: decimal.NewFromInt(100), |
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.
Is this right? IIUC @samsondav may have just changed the scale of these units
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.
Or probably irrelevant since this is only a test. Surprised it didn't affect production code though 🤔
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.
All tests are green now ;)
SonarQube Quality Gate 0 Bugs No Coverage information |
Chainlink Relayer changes smartcontractkit/chainlink-common#172