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

Apply block datastructure changes #45

Closed mishmosh closed 5 years ago

mishmosh commented 5 years ago

This is a placeholder issue for necessary updates due to changes to block datastructure in https://github.com/filecoin-project/go-filecoin/pull/3185.

ZenGround0 commented 5 years ago

The major breaking change is that messages are no longer part of the block object returned from show block. We can use either dag get or make a new show messages | receipts to get this data.

mishmosh commented 5 years ago

@ZenGround0 plans to fix by end of week. Please correct if plans change.

eshon commented 5 years ago

Fixed by #50 and #51