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
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
I had similar notifications. For me it was that full indexing of the rpc/api node wasn't enabled. After enabling full indexing on the node the notifications were gone. You could just setup a local full node and try to run BigDipper against that full node.
I'm running on a different network, but think it could be the same. Here the sample from the node config for full indexing:
#######################################################
### Transaction Indexer Configuration Options ###
#######################################################
[tx_index]
# What indexer to use for transactions
#
# The application will set which txs to index. In some cases a node operator will be able
# to decide which txs to index based on configuration set in the application.
#
# Options:
# 1) "null"
# 2) "kv" (default) - the simplest possible indexer, backed by key-value storage (defaults to levelDB; see DBBackend).
# - When "kv" is chosen "tx.height" and "tx.hash" will always be indexed.
indexer = "kv"
Describe the bug
I'm trying to find out where the following log message is being caused:
How can I enhance the log messages to show the query that's being issued?
To Reproduce
Steps to reproduce the behavior:
settings.json
:Expected behavior
I expected to see the URL that was causing the error so I could diagnose further.
Screenshots
n/a
Desktop (please complete the following information):
n/a
Smartphone (please complete the following information):
n/a
Additional context
I'm using [email protected]. will upgrade soon to v0.42.1
The text was updated successfully, but these errors were encountered: