Axel Chalon
Axel Chalon
@ltfschoen `syncStatus` being `false` here means that we're synced. It's the result of [`eth_syncing`](https://wiki.parity.io/JSONRPC-eth-module#eth_syncing) However by default we say that we're synced `startWith([{ isSync: false }, undefined])`. Thibaut fixed a...
Would be fixed with https://github.com/paritytech/js-libs/issues/45 if we decide to go that direction
Judging from the logs it seems that this is more a problem with the parity binary (it crashes on startup) than the syncing itself. The same issue happened to several...
Can reproduce on ArchLinux on master with `yarn start` and on the v0.3.1 AppImage release edit: @Tbaut doesn't have this error though