chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:09 -08:00
parent 50ab378da9
commit 5efe36b1e0
1100 changed files with 155024 additions and 8674 deletions

View File

@@ -0,0 +1,7 @@
# 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.