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

[SC-467] Update to latest xchain-helpers #20

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

hexonaut
Copy link
Contributor

@hexonaut hexonaut commented Jun 9, 2024

Updating to the refactored version of xchain-helpers with generic receivers. Also, some minor cleanup with naming, import ordering, etc.

Comment on lines +46 to +48
function relayMessagesAcrossBridge() internal override {
bridge.relayMessagesToDestination(true);
}
Copy link
Contributor

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 replace this abstract function now no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can't. I get that it looks like duplicate code, but it's a different using at the top so the function call is actually different and specific to the domain.

barrutko
barrutko previously approved these changes Jun 26, 2024
Copy link

github-actions bot commented Jul 2, 2024

Coverage after merging SC-467-update-to-latest-xchain-helpers into master will be

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   DSRAuthOracle.sol100%100%100%100%
   DSRMainnetOracle.sol100%100%100%100%
   DSROracleBase.sol100%100%100%100%
src/adapters
   DSRBalancerRateProviderAdapter.sol100%100%100%100%
src/forwarders
   DSROracleForwarderArbitrumOne.sol100%100%100%100%
   DSROracleForwarderBase.sol100%100%100%100%
   DSROracleForwarderBaseChain.sol100%100%100%100%
   DSROracleForwarderGnosis.sol100%100%100%100%
   DSROracleForwarderOptimism.sol100%100%100%100%

@hexonaut hexonaut merged commit b868f15 into master Jul 2, 2024
3 checks passed
@hexonaut hexonaut deleted the SC-467-update-to-latest-xchain-helpers branch July 2, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants