filecoin-shipyard / 2019-filecoin-network-stats

(Deprecated) Dashboard by Kyokan for tracking network state of go-filecoin devnets in 2019.
Other
34 stars 12 forks source link

Parse block header #46

Closed ZenGround0 closed 5 years ago

ZenGround0 commented 5 years ago

Update: got this compiling. Running into an annoying configuration issue where the backend can't find my postgres daemon. This should be close to working but needs a test run and likely a little debugging.

eshon commented 5 years ago

My local 0.4.0 node is stalled at height 55 because of bug 3220 but blocks and parent tipset hashes seem to be loading into the database ok with this PR, the messages table is also populated.

Also cherry-picked the Genesis CID PR and there are no issues but I haven't tried a remote heartbeat with it.