You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #372 added the DataAvailabilityHeader to BlockMeta, which causes the dummyapp and kvstore test apps to panic when they attempt to catch up with tendermint during this handshake because there's no DataAvailabilityHeader in the BlockMeta at height 1. I'm still trying to figure out exactly why that's the case, as the DataAvailabilityHeader is saved properly with every call of store.SaveBlock
The text was updated successfully, but these errors were encountered:
I'm a bigger dummy than the dummyapp lol. There was preexisting genesis state on my local machine, just had to call ./dummyapp unsafe-reset-all. Not a bug, just user error.
PR #372 added the
DataAvailabilityHeader
toBlockMeta
, which causes the dummyapp and kvstore test apps to panic when they attempt to catch up with tendermint during this handshake because there's noDataAvailabilityHeader
in theBlockMeta
at height 1. I'm still trying to figure out exactly why that's the case, as theDataAvailabilityHeader
is saved properly with every call ofstore.SaveBlock
The text was updated successfully, but these errors were encountered: