Eclésio Junior
Eclésio Junior
I would like to contribute too! I would know if there is a list of types with missing implementation?
Ok, I'm working on extension .grr -> MIME text/x-gimp-ggr
I'm investigating the `TestBlockTree_GetHashByNumber`
@qdm12 following the @edwardmack [merged PR](https://github.com/ChainSafe/gossamer/pull/2668) we updated: > go-libp2p-peerstore from v0.3.0 to v0.6.0 And now it is updating to v0.7.1
@kishansagathiya I would suggest creating another issue to describe with more context the problem you commented on here as it looks not related with this issue `CRIT epoch not found...
I've removed most of the channels and now we rely on the votes collected through `receiveVoteMessages`, so basically, we do: - Start listening to votes from other peers - Determine...
Currently, `attemptToFinalize` method runs until we got enough pre-commit messages in the following way: ```go func (s *Service) attemptToFinalize() error { ticker := time.NewTicker(s.interval / 100) var ( bestFinalCandidate *types.GrandpaVote...
@kishansagathiya I think this is not the reason, the error `genesis hash mismatch` does not enable us to sync with the peers, could you compare the block 0 hash in...
🤔 hm, does this error you've reported here -> https://github.com/ChainSafe/gossamer/issues/2636#issuecomment-1187577614 happened at the beginning of the sync when both peers start a connection? Or the error happened when peers were...
> If you see genesis hash mismatch, doesn't necessarily mean that genesis are mismatching. It's the problem with what we are decoding. An example of that is described here https://github.com/ChainSafe/gossamer/pull/2435#issue-1180607798....