datahaven/test/suites
Ahmad Kaouk 911aca1c6f
test: remove redundant E2E test suites (#247)
Remove 4 test suites that only tested basic infrastructure/connectivity:
- cross-chain.test.ts: Only basic chain queries, no actual cross-chain
testing
- ethereum-basic.test.ts: Tests Ethereum RPC itself, not DataHaven
features
- contracts.test.ts: Trivial deployment address checks
- datahaven-substrate.test.ts: Redundant Substrate RPC connectivity
tests

Keep 3 comprehensive test suites covering core DataHaven functionality:
- validator-set-update.test.ts: Validator onboarding and cross-chain
updates
- native-token-transfer.test.ts: Bidirectional token bridging
- rewards-message.test.ts: Era transitions and reward distribution
2025-10-24 15:07:30 +02:00
..
native-token-transfer.test.ts test: Native token transfer e2e tests (#120) 2025-08-22 18:27:14 +02:00
rewards-message.test.ts test: Rewards distribution end to end Tests (#132) 2025-09-17 09:10:54 +00:00
validator-set-update.test.ts test: Update validator set e2e test (#126) 2025-10-02 11:23:40 +00:00