mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-05 07:14:32 +01:00
The Go test framework runs ALL coins listed in tests.json with 'connectivity' enabled, falling back to default config URLs when env vars are absent. This exposed internal infrastructure (127.0.0.1 defaults and sldev.cz URLs) in CI logs. Now both connectivity-tests and integration-tests always apply an EVM-only coin filter (avalanche|bsc|arbitrum|base|ethereum|optimism|polygon) unless a manual workflow_dispatch provides a custom coin_filter. UTXO chains remain fully testable on the dev server.