darwinia-network / bridger

Relayer client implementation for Darwinia LCMP protocols.
https://rust-docs.darwinia.network/bridger
GNU General Public License v3.0
11 stars 10 forks source link

Docs: the darwinia node bridger connect require flag `--enable-offchain-indexing 1` #196

Closed hackfisher closed 3 years ago

hackfisher commented 3 years ago

In Darwinia, the block number start syncing/importing when enabling this flag should before https://darwinia.subscan.io/extrinsic/4145487-0?event=4145487-1

In Crab, the block number start syncing/importing when enabling this flag should before https://crab.subscan.io/extrinsic/5939255-0?event=5939255-2

Currently, no bridger is connecting to crab nodes.

So if you are running a bridger, make sure the darwinia node your bridger are connecting is enabling this flag.

hackfisher commented 3 years ago

Before https://github.com/darwinia-network/darwinia/issues/681 being fixed.

The params passed to the node will require

--offchain-worker always --enable-offchain-indexing 1