Files
smom-dbis-138/docs/bridge/TEZOS_INTEGRATION_TESTING.md
2026-03-02 12:14:09 -08:00

493 B

Tezos / Etherlink Integration Testing

Integration tests for Tezos and Etherlink bridging.

  • Unit: forge test --match-path test/bridge/adapters/TezosAdapter.t.sol. BridgeRegistry/ChainRegistry tests with 42793 and chainId 1.
  • Integration: Deploy on local/anvil; run lock -> event -> relay (mock confirmTransaction); test BridgeRegistry, ChainRegistry, integration contracts with 42793 and 1.
  • Cross-chain sim: Anvil fork + relay or DON simulator; Tezos Ghostnet per TEZOS_E2E_RUNBOOK.md.