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
Variable to define the Postgres Database endpoint that will be used by event listener process. Applicable for separate indexer and API setup. More info in related PR. Implemented in #10164.
Version: v6.8.0+ Default: (empty) Applications: API
PUBLIC_METRICS_ENABLED
Variable to enable running queries at /public-metrics endpoint. Implemented in #10469.
Version: v6.8.0+ Default: false Applications: API
PUBLIC_METRICS_UPDATE_PERIOD_HOURS
Public metrics update period in hours at /public-metrics endpoint. Implemented in #10469.
Version: v6.8.0+ Default: 24 Applications: API
SHRINK_INTERNAL_TRANSACTIONS_ENABLED
Variable to enable internal transactions shrinking logic. Implemented in #10567.
Time interval between checks if queue are not empty. The same timeout multiplied by 2 used between checks if qeueue are not full. Implemented in #10466
Cryptorank API key. Current implementation uses dedicated beta Cryptorank API endpoint. If you want to integrate Cryptorank price fetching you should contact Cryptorank to receive an API key. Implemented in #10550.
Comma-separated list of smart-contract address hashes of WETH-like tokens which deposit and withdrawal events you'd like to index. Implemented in #10134
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
💡New environment variables
ETHEREUM_JSONRPC_FALLBACK_WS_URLnewHeadssubscription alerting the indexer to fetch new blocks. Implemented in #10407.Version: v6.8.0+
Default: (empty)
Applications: Indexer
ETHEREUM_JSONRPC_WS_RETRY_INTERVALVersion: v6.8.0+
Default: 1m
Applications: Indexer
DATABASE_EVENT_URLVersion: v6.8.0+
Default: (empty)
Applications: API
PUBLIC_METRICS_ENABLEDVersion: v6.8.0+
Default: false
Applications: API
PUBLIC_METRICS_UPDATE_PERIOD_HOURSVersion: v6.8.0+
Default: 24
Applications: API
SHRINK_INTERNAL_TRANSACTIONS_ENABLEDVersion: v6.8.0+
Default:
falseApplications: API, Indexer
SHRINK_INTERNAL_TRANSACTIONS_BATCH_SIZEVersion: v6.8.0+
Default: 10000
Applications: API, Indexer
SHRINK_INTERNAL_TRANSACTIONS_CONCURRENCYVersion: v6.8.0+
Default: 1
Applications: API, Indexer
IPFS_PUBLIC_GATEWAY_URLVersion: v6.8.0+
Default:
https://ipfs.io/ipfsApplications: API
INDEXER_TOKEN_INSTANCE_RETRY_MAX_REFETCH_INTERVALVersion: v6.8.0+
Default:
168hApplications: Indexer
INDEXER_TOKEN_INSTANCE_RETRY_EXPONENTIAL_TIMEOUT_BASEVersion: v6.8.0+
Default:
2Applications: Indexer
INDEXER_TOKEN_INSTANCE_RETRY_EXPONENTIAL_TIMEOUT_COEFFVersion: v6.8.0+
Default:
100Applications: Indexer
MISSING_BALANCE_OF_TOKENS_WINDOW_SIZEbalanceOffunction. Implemented in #10142Version: v6.8.0+
Default:
100Applications: Indexer
ETHEREUM_JSONRPC_GETH_ALLOW_EMPTY_TRACESVersion: v6.8.0+
Default:
falseApplications: Indexer
INDEXER_DISABLE_REPLACED_TRANSACTION_FETCHERtrue,Indexer.Fetcher.ReplacedTransactionfetcher doesn't runVersion: v6.8.0+
Default:
falseApplications: Indexer
SANITIZE_INCORRECT_WETH_BATCH_SIZEVersion: v6.8.0+
Default:
100Applications: API, Indexer
SANITIZE_INCORRECT_WETH_CONCURRENCYVersion: v6.8.0+
Default:
1Applications: API, Indexer
MIGRATION_RESTORE_OMITTED_WETH_TOKEN_TRANSFERS_BATCH_SIZEVersion: v6.8.0+
Default:
50Applications: API, Indexer
MIGRATION_RESTORE_OMITTED_WETH_TOKEN_TRANSFERS_CONCURRENCYVersion: v6.8.0+
Default:
5Applications: API, Indexer
MIGRATION_RESTORE_OMITTED_WETH_TOKEN_TRANSFERS_TIMEOUTVersion: v6.8.0+
Default:
250msApplications: API, Indexer
EXCHANGE_RATES_SOURCEcoin_gecko,coin_market_capormobula.Version: v6.8.0+
Default:
coin_geckoApplications: API, Indexer
EXCHANGE_RATES_SECONDARY_COIN_SOURCEcoin_gecko,coin_market_capormobula.Version: v6.8.0+
Default:
coin_geckoApplications: API, Indexer
TOKEN_EXCHANGE_RATES_SOURCEcoin_gecko,cryptorank. Implemented in #10550.Version: v6.8.0+
Default:
coin_geckoApplications: API, Indexer
EXCHANGE_RATES_CRYPTORANK_SECONDARY_COIN_IDVersion: v6.8.0+
Default: (empty)
Applications: API, Indexer
EXCHANGE_RATES_CRYPTORANK_PLATFORM_IDVersion: v6.8.0+
Default: (empty)
Applications: API, Indexer
EXCHANGE_RATES_CRYPTORANK_BASE_URLVersion: v6.8.0+
Default:
https://api.cryptorank.io/v1/Applications: API, Indexer
EXCHANGE_RATES_CRYPTORANK_API_KEYVersion: v6.8.0+
Default: (empty)
Applications: API, Indexer
EXCHANGE_RATES_CRYPTORANK_COIN_IDVersion: v6.8.0+
Default: (empty)
Applications: API, Indexer
EXCHANGE_RATES_CRYPTORANK_LIMITVersion: v6.8.0+
Default:
1000Applications: API, Indexer
WHITELISTED_WETH_CONTRACTSVersion: v6.8.0+
Default: (empty)
Applications: API, Indexer
API_NO_RATE_LIMIT_API_KEYVersion: v6.8.0+
Default: (empty)
Applications: API
🚀 Features
:celochain type (#10564)🐛 Bug Fixes
getblocknobytimemethod (#10475)📚 Documentation
⚡ Performance
⚙️ Miscellaneous Tasks
What's Changed
getblocknobytimemethod by @fedor-ivn in fix: extend block search range forgetblocknobytimemethod #10475:celochain type by @fedor-ivn in feat: support for:celochain type #10564nilinOrderedCacheby @sl1depengwyn in fix:nilinOrderedCache#10647New Contributors
Full Changelog: v6.7.2-beta...v6.8.0-beta
This discussion was created from the release BlockScout v6.8.0-beta.
All reactions