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
utils
Bridge.sol
BridgeGetters.sol evm: add token and nft bridge interface (#1710) 2022-10-28 12:28:40 -04:00
BridgeGovernance.sol
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
BridgeStructs.sol
TokenBridge.sol