WayneWayner

Results 14 comments of WayneWayner

> Better than looping would be to pass in the derivation path. Yes that was my original approach. However, I then thought that it may be more convenient for the...

Same issue on my side. https://gist.github.com/WayneWayner/7b9765209f1c69fc629a378afa4a5a0e

I am also seeing this error when changing mnemonic and/or indexer address

Can be fixed by manual tx with the same nonce of the low gas price tx But would be better if this is never needed.

Mine is still indexing but the error is still there. That causes somehow weird prometheus metrics.

![Bildschirmfoto von 2020-09-19 14-18-34](https://user-images.githubusercontent.com/60453944/93667742-6e39cf00-fa88-11ea-8071-b39155e112e5.png) And how can i fix this broken metrics? I mean being synced and being blocks behind doesnt make sense.

I refer to moloch. Not only the metrics of the subgraph with the error are broken, probably several.

Well. Just looked again into molochs logs and seeing this now: ``` Sep 19 13:24:31.383 DEBG Block stream produced a non-fatal error, error: Compat { error: ErrorMessage { msg: "Ethereum...

Now I tried something else again. I started indexing the [Tellor subgraph](https://testnet.thegraph.com/subgraph/?id=0xbeb1faa6e7e39c7d9bdab03a7a362fe9d73d7c61-12) (QmbBHyLRN97BssF7w6MnULW92f7iaM7vX7fnNU6wDDj3fc). It was in a very short time (2h) at the highest Ethereum mainnet block according to the...

Ok. Might have found the issue. head_block_number = 11562385 Real head block = 10908596 11562385 - 10908596 = 653789 This comes pretty close to my strange block behind numbers. How...