twoeths

Results 214 comments of twoeths
trafficstars

New log: ``` 2019/03/09 09:13:32 Indexer: realtimeIndex - received BlockDetail 7334145 blockTime: 2019-03-09 09:13:08 +0000 UTC 2019/03/09 09:13:44 ChainFetch: getTransactionDetail cannot get receipt for transaction 0x69bf268e6a9e6f742bdf69c289ee14715df19cbaf90e5711cabf37956814632e, error=not found 2019/03/09 09:13:44...

Need to test more ...

2 root causes for this bug found until now: + The use of goroutine variables inside for loop is incorrect + During realtime fetch, blockNumber pointer is changed. Fixed that...

Get this again after 4 hours: ``` 2019/03/09 14:10:07 Indexer: realtimeIndex - received BlockDetail 7335463 blockTime: 2019-03-09 14:09:56 +0000 UTC 2019/03/09 14:10:10 ChainFetch: getTransactionDetail cannot get receipt for transaction 0x665317b458cd8536d5378010735fa80c3c66e09d6adc97b69be552f10d44400a,...

More logs added, this is what I get: ``` 2019/03/10 03:52:34 Indexer: realtimeIndex - received BlockDetail 7339148 blockTime: 2019-03-10 03:52:08 +0000 UTC 2019/03/10 03:53:06 Indexer: realtimeIndex - received BlockDetail 7339149...

Either the transaction or the index is not correct. Maybe the transaction is not correct because we still use pointer. Fixed it that way and tried again.

Faced this issue again: ``` 2019/03/10 13:08:26 Indexer: realtimeIndex - received BlockDetail 7341574 blockTime: 2019-03-10 13:07:58 +0000 UTC 2019/03/10 13:08:36 Indexer: realtimeIndex - received BlockDetail 7341575 blockTime: 2019-03-10 13:08:25 +0000...

need e2e tests with more than 1 node + multiple committees per slot for electra

need to add oppool metrics to grafana

@wemeetagain a summary of the changes I made: - refactor to have `BasicContainerTreeViewDU` on our current container viewdu - `StableContainerTreeViewDU` and `ProfileTreeViewDU` to inherit from `BasicContainerTreeViewDU` so that they support...