Skip to content

Conversation

@dvgui
Copy link
Member

@dvgui dvgui commented Aug 14, 2025

Remove standard and special relaying from EVM contracts in order to reduce costs when using the executor.

@dvgui dvgui closed this Sep 5, 2025
@dvgui dvgui reopened this Sep 6, 2025
@dvgui
Copy link
Member Author

dvgui commented Sep 6, 2025

there is a problem with this PR where although the contracts work, the CLI tests are broken or the steps need to be changed. the new version would needs all the SR logic from the CLI removed, but it breaks a test where it goes back to an earlier release and tries to upgrade an ntt deployment.

const EXCLUDED_DIFF_PATHS = [
"transceivers.wormhole.executor"
const EXCLUDED_DIFF_PATHS: string[] = [
// REMOVED: "transceivers.wormhole.executor"
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 should keep this, and just force it to be true for newer deployments. Then think about what to do for older deployments?

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.

3 participants