Messer4
Messer4
`I fetched a proposal protocol json from tezos node that I'm unable to decode: {"balance":"10095500","counter":"10439122"} io.circe.DecodingFailure$$anon$2: String ` ` [lorre-tezos-indexer-akka.actor.default-dispatcher-9] WARN TezosNodeFetchers (tech.cryptonomic.conseil.indexer.tezos.TezosNodeFetchers.applyOrElse:54) - I fetched a proposal protocol json...
Probably you make _helpers/baking_rights_ request without _all=true_ param and tezos node return rights without duplicates. But would be better index all rights without gaps a similar to tezos node rpc...
Hi Any updates?
Here is log without WARN ``` 2021.08.10 10:55:43 [main] INFO TezosIndexer (tech.cryptonomic.conseil.indexer.tezos.TezosIndexer.checkTezosConnection:88) - Successfully made initial connection to Tezos 2021.08.10 10:55:43 [lorre-tezos-indexer-akka.actor.default-dispatcher-17] INFO TezosIndexer (tech.cryptonomic.conseil.indexer.tezos.TezosIndexer.processTezosBlocks:177) - Processing Tezos Blocks.. 2021.08.10...
It still process some older blocks Also I see that processing speed of some `Fetching accounts for block` > 1 min
One of reason `[lorre-tezos-indexer-akka.actor.default-dispatcher-21] ERROR TezosNodeFetchers (tech.cryptonomic.conseil.indexer.tezos.TezosNodeFetchers.applyOrElse:40) - I fetched a block definition from tezos node that I'm unable to decode: io.circe.ParsingFailure: exhausted input` `[lorre-tezos-indexer-akka.actor.default-dispatcher-28] ERROR TezosIndexer (tech.cryptonomic.conseil.indexer.tezos.TezosIndexer.processTezosBlocks:223) - Could...
We use official docker image How can I add this config line into docker image?
Could you point me to config file in docker image? As I understand I need `reference.conf` conf? Can't find it. Or I should create it?