ChainSafe / ChainSafe/gossamer
Offchain Workers (Optional)
Open
Epic
P-low
- Dominant language
- Go
- Stars
- 454
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
## Issue summary
- Offchain workers can be enabled/disabled via config to the Polkadot full node.
- Implement offchain workers
- Offchain workers are spawned on line 878 of `node/service/src/lib.rs` in `new_full` ([link](https://github.com/paritytech/polkadot/blob/de2d820e546159ab908ef0bc1eea1eb1e3edde67/node/service/src/lib.rs#L876))
- The offchain worker impl is in `substrate/client/offchain/src/lib.rs` ([link](https://github.com/paritytech/polkadot-sdk/blob/e71c484d5bd12330e16f568ad582e1fc1c878669/substrate/client/offchain/src/lib.rs#L130))
## Other information and links
-
Contributor guide
Assessment
This issue has not been assessed yet.