wormhole/ethereum/contracts/bridge
Csongor Kiss effde7f756 ethereum: Implement shutdown for all 3 contracts (fixes #1937)
These are stripped down versions of the original contracts that can be
dropped in place via an upgrade to disable core functionality.
Governance features are still enabled, which means it's possible to
upgrade back to a working implementation.
2022-11-23 15:22:52 +00:00
..
interfaces evm: add token and nft bridge interface (#1710) 2022-10-28 12:28:40 -04:00
mock evm: add token and nft bridge interface (#1710) 2022-10-28 12:28:40 -04:00
token Fix domain separator and add more tests 2022-09-19 13:42:38 -04:00
utils add token migration contract 2021-09-28 10:35:34 +00:00
Bridge.sol Add ERC20 permit 2022-09-19 13:42:38 -04:00
BridgeGetters.sol evm: add token and nft bridge interface (#1710) 2022-10-28 12:28:40 -04:00
BridgeGovernance.sol ethereum: Use chainId() getter in initialize 2022-09-09 13:16:27 -05:00
BridgeImplementation.sol ethereum: Remove initialisation code 2022-11-17 11:46:21 +00:00
BridgeSetters.sol ethereum: ensure that token implementation is non-0 2022-11-16 17:09:51 +00:00
BridgeSetup.sol ethereum: Set impl initialised during setup (fixes #1930) 2022-11-23 14:51:29 +00:00
BridgeShutdown.sol ethereum: Implement shutdown for all 3 contracts (fixes #1937) 2022-11-23 15:22:52 +00:00
BridgeState.sol ethereum: EVM fork protection 2022-09-09 13:16:27 -05:00
BridgeStructs.sol ethereum: Use chainId() getter in initialize 2022-09-09 13:16:27 -05:00
TokenBridge.sol Allow to update meta on ETH, new token naming 2021-09-01 13:15:28 +02:00