Fix calculation of Drand round from Filecoin epochs

This commit is contained in:
Aayush Rajasekaran
2022-05-25 12:43:52 -04:00
parent 8323ff77b6
commit 6924a3d5f2
17 changed files with 135 additions and 115 deletions
+4
View File
@@ -352,4 +352,8 @@ func (w *WrapperV1Full) ClientQueryAsk(ctx context.Context, p peer.ID, miner add
return a.Response, nil
}
func (w *WrapperV1Full) BeaconGetEntry(ctx context.Context, epoch abi.ChainEpoch) (*types.BeaconEntry, error) {
return w.StateGetBeaconEntry(ctx, epoch)
}
var _ FullNode = &WrapperV1Full{}