The issue is related to some dependency that the indexer uses, pulling in fuel-tx default features
On the indexer, we always specify default-features = false for fuel-tx
However, due to cargo workspace dependency unification if some other dependency pulls in fuel-tx default features, it doesn't matter that the indexer doesn't directly import fuel-tx default features
The default features will still be pulled in, even if any indexer dependency is pulling in the default features
fuel-tx
default featuresdefault-features = false
forfuel-tx
fuel-tx
default features, it doesn't matter that the indexer doesn't directly importfuel-tx
default featuresfuels_core
fuels_core
not pull in these default features fromfuel-tx
?tai64
orchrono
- so there's user impactCC @digorithm @segfault-magnet