wormhole icon indicating copy to clipboard operation
wormhole copied to clipboard

Evm/upgrade automatic relayers mainnet to v1.1

Open solanoepalacio opened this issue 2 years ago • 1 comments

This pull requests contains all the configuration and scripts used to:

  • Deploy Automatic Relayer on mainnet and testnet. These support things like:
    • Expanding existing deployments to new chains.
    • Sign deployments with a Ledger hardware wallet.
  • Upgrade Automatic Relayer to version 1.1
  • Verify WormholeRelayer, DeliveryProvider and the Create2Factory family of contracts.
  • Compare raw bytecode for the WormholeRelayer contract. Mostly useful to verify an implementation during an upgrade.
  • Pin EVM target version in foundry config to ensure we use a sane target for all the EVM chains supported.

Note that this PR is meant to bring the deployment scripts on main up to date with what's actually used. The deployment scripts on main haven't been used since a long time ago.

solanoepalacio avatar Nov 13 '23 23:11 solanoepalacio

@solanoepalacio , switching this to draft until you can rebase and ensure the tests pass.

evan-gray avatar Mar 27 '24 11:03 evan-gray

Closing as part of cleanup. The branch can be retrieved here and the PR reopened from a fork if required.

djb15 avatar May 23 '25 15:05 djb15