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
As of release v24.2.0, the gateway no longer supports "complex" cost models. The gateway only supports cost models of the form default => x;, where x is a literal value. To avoid user confusion and reduce maintenance costs, I suggest the following changes:
Remove the DAI injection feature. Based on a review of cost models from active indexers, this feature is not in use.
Remove the indexer cost set/get variables commands from the CLI
Replace the indexer cost set/get model with indexer cost set/get, where the user can only set a float value. At this point the @graphprotocol/cost-model dependency can be removed.
The text was updated successfully, but these errors were encountered:
As of release v24.2.0, the gateway no longer supports "complex" cost models. The gateway only supports cost models of the form
default => x;
, wherex
is a literal value. To avoid user confusion and reduce maintenance costs, I suggest the following changes:indexer cost set/get variables
commands from the CLIindexer cost set/get model
withindexer cost set/get
, where the user can only set a float value. At this point the@graphprotocol/cost-model
dependency can be removed.The text was updated successfully, but these errors were encountered: