JimboJ

Results 35 issues of 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...

A-debug
C-complex
S-runtime

## 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....

Epic

## 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...

P-high
S-sync-westend
T-research

## Changes ## Tests ```sh go test -tags integration github.com/ChainSafe/gossamer ``` ## Issues #4182