You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
wasm-snip
symbol stripping fuel-indexer#408fuel-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
The text was updated successfully, but these errors were encountered: