JimboJ
JimboJ
## Issue summary - Offchain workers are optional API that does not change the state of the chain. Some of these functions are not implemented correctly by us, and some...
## Changes This PR adds the neighbor messaging protocol. This includes the ability to handle received neighbor messages, the ability to correctly send neighbor messages, as well as tracking the...
## Issue summary Currently, on Westend, we are able to follow the tip of the chain well. However, at a certain point finalization stalls and does not pick back up....
## Issue summary To utilize the neighbor message protocol to receive commit messages we first need to catch up to the current voter set and round. This is done via...
## Changes ## Tests ```sh go test -tags integration github.com/ChainSafe/gossamer ``` ## Issues #4182