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

New handler deployments #91

Merged
merged 4 commits into from
Aug 20, 2024
Merged

New handler deployments #91

merged 4 commits into from
Aug 20, 2024

Conversation

mfw78
Copy link
Contributor

@mfw78 mfw78 commented Aug 16, 2024

Description

Redeploys handlers to correctly respect the watch-tower interface.

Changes

How to test

  1. Verify that respective contracts have been redeployed and are verified.

@mfw78 mfw78 requested a review from fedgiac August 16, 2024 19:35
@mfw78 mfw78 self-assigned this Aug 16, 2024
Copy link
Contributor

@fedgiac fedgiac left a comment

Choose a reason for hiding this comment

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

In general it looks good with a small caveat (see not-comment-related comment 🙂).

The bytecode when building on my local machine matches what I see onchain for all addresses.
Readme update is consistent with the new addresses.
networks.json is consistent with the output of the new script (with caveat).

networks.json Outdated
"transactionHash": "0xc6bf5d7b6a1e41025c2bb04e318bce909a98eff5cfd615200a872375a12eaf4d"
},
"42161": {
"address": "0x6cF1e9cA41f7611dEf408122793c358a3d11E5a5",
Copy link
Contributor

Choose a reason for hiding this comment

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

For some strange reason, if I generate the networks file with this script I get that all addresses on 42161 are fully lowercase. My guess is that Foundry's behavior changed from checksummed to non-checksummed addresses (in fact Arbitrum is the latest chain to be deployed in Deployment1 and all deployments in Deployment2 are fully lowercase).

Even if locally inconsistent, I'll keep this file consistent with the output of the script that generates this file to avoid future confusion.

dev/generate-network-files.sh Outdated Show resolved Hide resolved
dev/generate-network-files.sh Show resolved Hide resolved
@mfw78 mfw78 requested a review from fedgiac August 20, 2024 07:48
@mfw78
Copy link
Contributor Author

mfw78 commented Aug 20, 2024

As this is related only to deployment addresses, merging with 1 review.

@mfw78 mfw78 merged commit 2ba71df into main Aug 20, 2024
2 checks passed
@mfw78 mfw78 deleted the new-deployments branch August 20, 2024 09:58
@github-actions github-actions bot locked and limited conversation to collaborators Aug 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants