-
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
Rm old solidity #12569
Rm old solidity #12569
Conversation
I see you updated files related to |
Quality Gate passedIssues Measures |
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 automation stuff looks fine to me 👍
), | ||
) | ||
}) | ||
// it('cannot call functions on the LINK token through callbacks', async () => { |
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.
/nit add a TODO with ticket to add this back in or remove?
i.e.
// TODO: BCI-9999
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.
Where should the ticket live? There are no actual owners
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.
You could put something in foundations if you wanted
This PR removes the old 0.4 and 0.5 Solidity contracts. Some of them were used in 0.8 Hardhat tests, so some migrations have been done from 0.4 to 0.8 for a few testhelpers.
One test now fails, which is disabled for now until the operator forwarder team can address this test
cannot call functions on the LINK token through callbacks