9e03fcab83
* Initial work supporting DDO pieces in lotus-miner * sealing: Update pipeline input to operate on UniversalPiece * sealing: Update pipeline checks/sealing states to operate on UniversalPiece * sealing: Make pipeline build with UniversalPiece * move PieceDealInfo out of api * make gen * make sealing pipeline unit tests pass * fix itest ensemble build * don't panic in SectorsStatus with deals * stop linter from complaining about checkPieces * fix sector import tests * mod tidy * sealing: Add logic for (pre)committing DDO sectors * sealing: state-types with method defs * DDO non-snap pipeline works(?), DDO Itests * DDO support in snapdeals pipeline * make gen * update actor bundles * update the gst market fix * fix: chain: use PreCommitSectorsBatch2 when setting up genesis * some bug fixes * integration working changes * update actor bundles * Make TestOnboardRawPieceSnap pass * Appease the linter * Make deadlines test pass with v12 actors * Update go-state-types, abstract market DealState * make gen * mod tidy, lint fixes * Fix some more tests * Bump version in master Bump version in master * Make gen Make gen * fix sender * fix: lotus-provider: Fix winning PoSt * fix: sql Scan cannot write to an object * Actually show miner-addrs in info-log Actually show miner-addrs in lotus-provider info-log * [WIP] feat: Add nv22 skeleton Addition of Network Version 22 skeleton * update FFI * ddo is now nv22 * make gen * temp actor bundle with ddo * use working go-state-types * gst with v13 market migration * update bundle, builtin.MethodsMiner.ProveCommitSectors2 -> 3 * actually working v13 migration, v13 migration itest * Address review * sealing: Correct DDO snap pledge math * itests: Mixed ddo itest * pipeline: Fix sectorWeight * sealing: convert market deals into PAMs in mixed sectors * sealing: make market to ddo conversion work * fix lint * update gst * Update actors and GST to lastest integ branch * commit batcher: Update ProveCommitSectors3Params builder logic * make gen * use builtin-actors master * ddo: address review * itests: Add commd assertions to ddo tests * make gen * gst with fixed types * config knobs for RequireActivationSuccess * storage: Drop obsolete flaky tasts --------- Co-authored-by: Jennifer Wang <jiayingw703@gmail.com> Co-authored-by: Aayush <arajasek94@gmail.com> Co-authored-by: Shrenuj Bansal <shrenuj.bansal@protocol.ai> Co-authored-by: Phi <orjan.roren@gmail.com> Co-authored-by: Andrew Jackson (Ajax) <snadrus@gmail.com> Co-authored-by: TippyFlits <james.bluett@protocol.ai>
451 lines
9.8 KiB
Go
451 lines
9.8 KiB
Go
// Code generated by github.com/whyrusleeping/cbor-gen. DO NOT EDIT.
|
|
|
|
package piece
|
|
|
|
import (
|
|
"fmt"
|
|
"io"
|
|
"math"
|
|
"sort"
|
|
|
|
cid "github.com/ipfs/go-cid"
|
|
cbg "github.com/whyrusleeping/cbor-gen"
|
|
xerrors "golang.org/x/xerrors"
|
|
|
|
abi "github.com/filecoin-project/go-state-types/abi"
|
|
miner "github.com/filecoin-project/go-state-types/builtin/v13/miner"
|
|
market "github.com/filecoin-project/go-state-types/builtin/v9/market"
|
|
)
|
|
|
|
var _ = xerrors.Errorf
|
|
var _ = cid.Undef
|
|
var _ = math.E
|
|
var _ = sort.Sort
|
|
|
|
func (t *PieceDealInfo) MarshalCBOR(w io.Writer) error {
|
|
if t == nil {
|
|
_, err := w.Write(cbg.CborNull)
|
|
return err
|
|
}
|
|
|
|
cw := cbg.NewCborWriter(w)
|
|
|
|
if _, err := cw.Write([]byte{166}); err != nil {
|
|
return err
|
|
}
|
|
|
|
// t.DealID (abi.DealID) (uint64)
|
|
if len("DealID") > cbg.MaxLength {
|
|
return xerrors.Errorf("Value in field \"DealID\" was too long")
|
|
}
|
|
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("DealID"))); err != nil {
|
|
return err
|
|
}
|
|
if _, err := cw.WriteString(string("DealID")); err != nil {
|
|
return err
|
|
}
|
|
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajUnsignedInt, uint64(t.DealID)); err != nil {
|
|
return err
|
|
}
|
|
|
|
// t.PublishCid (cid.Cid) (struct)
|
|
if len("PublishCid") > cbg.MaxLength {
|
|
return xerrors.Errorf("Value in field \"PublishCid\" was too long")
|
|
}
|
|
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("PublishCid"))); err != nil {
|
|
return err
|
|
}
|
|
if _, err := cw.WriteString(string("PublishCid")); err != nil {
|
|
return err
|
|
}
|
|
|
|
if t.PublishCid == nil {
|
|
if _, err := cw.Write(cbg.CborNull); err != nil {
|
|
return err
|
|
}
|
|
} else {
|
|
if err := cbg.WriteCid(cw, *t.PublishCid); err != nil {
|
|
return xerrors.Errorf("failed to write cid field t.PublishCid: %w", err)
|
|
}
|
|
}
|
|
|
|
// t.DealProposal (market.DealProposal) (struct)
|
|
if len("DealProposal") > cbg.MaxLength {
|
|
return xerrors.Errorf("Value in field \"DealProposal\" was too long")
|
|
}
|
|
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("DealProposal"))); err != nil {
|
|
return err
|
|
}
|
|
if _, err := cw.WriteString(string("DealProposal")); err != nil {
|
|
return err
|
|
}
|
|
|
|
if err := t.DealProposal.MarshalCBOR(cw); err != nil {
|
|
return err
|
|
}
|
|
|
|
// t.DealSchedule (piece.DealSchedule) (struct)
|
|
if len("DealSchedule") > cbg.MaxLength {
|
|
return xerrors.Errorf("Value in field \"DealSchedule\" was too long")
|
|
}
|
|
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("DealSchedule"))); err != nil {
|
|
return err
|
|
}
|
|
if _, err := cw.WriteString(string("DealSchedule")); err != nil {
|
|
return err
|
|
}
|
|
|
|
if err := t.DealSchedule.MarshalCBOR(cw); err != nil {
|
|
return err
|
|
}
|
|
|
|
// t.KeepUnsealed (bool) (bool)
|
|
if len("KeepUnsealed") > cbg.MaxLength {
|
|
return xerrors.Errorf("Value in field \"KeepUnsealed\" was too long")
|
|
}
|
|
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("KeepUnsealed"))); err != nil {
|
|
return err
|
|
}
|
|
if _, err := cw.WriteString(string("KeepUnsealed")); err != nil {
|
|
return err
|
|
}
|
|
|
|
if err := cbg.WriteBool(w, t.KeepUnsealed); err != nil {
|
|
return err
|
|
}
|
|
|
|
// t.PieceActivationManifest (miner.PieceActivationManifest) (struct)
|
|
if len("PieceActivationManifest") > cbg.MaxLength {
|
|
return xerrors.Errorf("Value in field \"PieceActivationManifest\" was too long")
|
|
}
|
|
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("PieceActivationManifest"))); err != nil {
|
|
return err
|
|
}
|
|
if _, err := cw.WriteString(string("PieceActivationManifest")); err != nil {
|
|
return err
|
|
}
|
|
|
|
if err := t.PieceActivationManifest.MarshalCBOR(cw); err != nil {
|
|
return err
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (t *PieceDealInfo) UnmarshalCBOR(r io.Reader) (err error) {
|
|
*t = PieceDealInfo{}
|
|
|
|
cr := cbg.NewCborReader(r)
|
|
|
|
maj, extra, err := cr.ReadHeader()
|
|
if err != nil {
|
|
return err
|
|
}
|
|
defer func() {
|
|
if err == io.EOF {
|
|
err = io.ErrUnexpectedEOF
|
|
}
|
|
}()
|
|
|
|
if maj != cbg.MajMap {
|
|
return fmt.Errorf("cbor input should be of type map")
|
|
}
|
|
|
|
if extra > cbg.MaxLength {
|
|
return fmt.Errorf("PieceDealInfo: map struct too large (%d)", extra)
|
|
}
|
|
|
|
var name string
|
|
n := extra
|
|
|
|
for i := uint64(0); i < n; i++ {
|
|
|
|
{
|
|
sval, err := cbg.ReadString(cr)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
|
|
name = string(sval)
|
|
}
|
|
|
|
switch name {
|
|
// t.DealID (abi.DealID) (uint64)
|
|
case "DealID":
|
|
|
|
{
|
|
|
|
maj, extra, err = cr.ReadHeader()
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if maj != cbg.MajUnsignedInt {
|
|
return fmt.Errorf("wrong type for uint64 field")
|
|
}
|
|
t.DealID = abi.DealID(extra)
|
|
|
|
}
|
|
// t.PublishCid (cid.Cid) (struct)
|
|
case "PublishCid":
|
|
|
|
{
|
|
|
|
b, err := cr.ReadByte()
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if b != cbg.CborNull[0] {
|
|
if err := cr.UnreadByte(); err != nil {
|
|
return err
|
|
}
|
|
|
|
c, err := cbg.ReadCid(cr)
|
|
if err != nil {
|
|
return xerrors.Errorf("failed to read cid field t.PublishCid: %w", err)
|
|
}
|
|
|
|
t.PublishCid = &c
|
|
}
|
|
|
|
}
|
|
// t.DealProposal (market.DealProposal) (struct)
|
|
case "DealProposal":
|
|
|
|
{
|
|
|
|
b, err := cr.ReadByte()
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if b != cbg.CborNull[0] {
|
|
if err := cr.UnreadByte(); err != nil {
|
|
return err
|
|
}
|
|
t.DealProposal = new(market.DealProposal)
|
|
if err := t.DealProposal.UnmarshalCBOR(cr); err != nil {
|
|
return xerrors.Errorf("unmarshaling t.DealProposal pointer: %w", err)
|
|
}
|
|
}
|
|
|
|
}
|
|
// t.DealSchedule (piece.DealSchedule) (struct)
|
|
case "DealSchedule":
|
|
|
|
{
|
|
|
|
if err := t.DealSchedule.UnmarshalCBOR(cr); err != nil {
|
|
return xerrors.Errorf("unmarshaling t.DealSchedule: %w", err)
|
|
}
|
|
|
|
}
|
|
// t.KeepUnsealed (bool) (bool)
|
|
case "KeepUnsealed":
|
|
|
|
maj, extra, err = cr.ReadHeader()
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if maj != cbg.MajOther {
|
|
return fmt.Errorf("booleans must be major type 7")
|
|
}
|
|
switch extra {
|
|
case 20:
|
|
t.KeepUnsealed = false
|
|
case 21:
|
|
t.KeepUnsealed = true
|
|
default:
|
|
return fmt.Errorf("booleans are either major type 7, value 20 or 21 (got %d)", extra)
|
|
}
|
|
// t.PieceActivationManifest (miner.PieceActivationManifest) (struct)
|
|
case "PieceActivationManifest":
|
|
|
|
{
|
|
|
|
b, err := cr.ReadByte()
|
|
if err != nil {
|
|
return err
|
|
}
|
|
if b != cbg.CborNull[0] {
|
|
if err := cr.UnreadByte(); err != nil {
|
|
return err
|
|
}
|
|
t.PieceActivationManifest = new(miner.PieceActivationManifest)
|
|
if err := t.PieceActivationManifest.UnmarshalCBOR(cr); err != nil {
|
|
return xerrors.Errorf("unmarshaling t.PieceActivationManifest pointer: %w", err)
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
default:
|
|
// Field doesn't exist on this type, so ignore it
|
|
cbg.ScanForLinks(r, func(cid.Cid) {})
|
|
}
|
|
}
|
|
|
|
return nil
|
|
}
|
|
func (t *DealSchedule) MarshalCBOR(w io.Writer) error {
|
|
if t == nil {
|
|
_, err := w.Write(cbg.CborNull)
|
|
return err
|
|
}
|
|
|
|
cw := cbg.NewCborWriter(w)
|
|
|
|
if _, err := cw.Write([]byte{162}); err != nil {
|
|
return err
|
|
}
|
|
|
|
// t.EndEpoch (abi.ChainEpoch) (int64)
|
|
if len("EndEpoch") > cbg.MaxLength {
|
|
return xerrors.Errorf("Value in field \"EndEpoch\" was too long")
|
|
}
|
|
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("EndEpoch"))); err != nil {
|
|
return err
|
|
}
|
|
if _, err := cw.WriteString(string("EndEpoch")); err != nil {
|
|
return err
|
|
}
|
|
|
|
if t.EndEpoch >= 0 {
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajUnsignedInt, uint64(t.EndEpoch)); err != nil {
|
|
return err
|
|
}
|
|
} else {
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajNegativeInt, uint64(-t.EndEpoch-1)); err != nil {
|
|
return err
|
|
}
|
|
}
|
|
|
|
// t.StartEpoch (abi.ChainEpoch) (int64)
|
|
if len("StartEpoch") > cbg.MaxLength {
|
|
return xerrors.Errorf("Value in field \"StartEpoch\" was too long")
|
|
}
|
|
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajTextString, uint64(len("StartEpoch"))); err != nil {
|
|
return err
|
|
}
|
|
if _, err := cw.WriteString(string("StartEpoch")); err != nil {
|
|
return err
|
|
}
|
|
|
|
if t.StartEpoch >= 0 {
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajUnsignedInt, uint64(t.StartEpoch)); err != nil {
|
|
return err
|
|
}
|
|
} else {
|
|
if err := cw.WriteMajorTypeHeader(cbg.MajNegativeInt, uint64(-t.StartEpoch-1)); err != nil {
|
|
return err
|
|
}
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (t *DealSchedule) UnmarshalCBOR(r io.Reader) (err error) {
|
|
*t = DealSchedule{}
|
|
|
|
cr := cbg.NewCborReader(r)
|
|
|
|
maj, extra, err := cr.ReadHeader()
|
|
if err != nil {
|
|
return err
|
|
}
|
|
defer func() {
|
|
if err == io.EOF {
|
|
err = io.ErrUnexpectedEOF
|
|
}
|
|
}()
|
|
|
|
if maj != cbg.MajMap {
|
|
return fmt.Errorf("cbor input should be of type map")
|
|
}
|
|
|
|
if extra > cbg.MaxLength {
|
|
return fmt.Errorf("DealSchedule: map struct too large (%d)", extra)
|
|
}
|
|
|
|
var name string
|
|
n := extra
|
|
|
|
for i := uint64(0); i < n; i++ {
|
|
|
|
{
|
|
sval, err := cbg.ReadString(cr)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
|
|
name = string(sval)
|
|
}
|
|
|
|
switch name {
|
|
// t.EndEpoch (abi.ChainEpoch) (int64)
|
|
case "EndEpoch":
|
|
{
|
|
maj, extra, err := cr.ReadHeader()
|
|
var extraI int64
|
|
if err != nil {
|
|
return err
|
|
}
|
|
switch maj {
|
|
case cbg.MajUnsignedInt:
|
|
extraI = int64(extra)
|
|
if extraI < 0 {
|
|
return fmt.Errorf("int64 positive overflow")
|
|
}
|
|
case cbg.MajNegativeInt:
|
|
extraI = int64(extra)
|
|
if extraI < 0 {
|
|
return fmt.Errorf("int64 negative overflow")
|
|
}
|
|
extraI = -1 - extraI
|
|
default:
|
|
return fmt.Errorf("wrong type for int64 field: %d", maj)
|
|
}
|
|
|
|
t.EndEpoch = abi.ChainEpoch(extraI)
|
|
}
|
|
// t.StartEpoch (abi.ChainEpoch) (int64)
|
|
case "StartEpoch":
|
|
{
|
|
maj, extra, err := cr.ReadHeader()
|
|
var extraI int64
|
|
if err != nil {
|
|
return err
|
|
}
|
|
switch maj {
|
|
case cbg.MajUnsignedInt:
|
|
extraI = int64(extra)
|
|
if extraI < 0 {
|
|
return fmt.Errorf("int64 positive overflow")
|
|
}
|
|
case cbg.MajNegativeInt:
|
|
extraI = int64(extra)
|
|
if extraI < 0 {
|
|
return fmt.Errorf("int64 negative overflow")
|
|
}
|
|
extraI = -1 - extraI
|
|
default:
|
|
return fmt.Errorf("wrong type for int64 field: %d", maj)
|
|
}
|
|
|
|
t.StartEpoch = abi.ChainEpoch(extraI)
|
|
}
|
|
|
|
default:
|
|
// Field doesn't exist on this type, so ignore it
|
|
cbg.ScanForLinks(r, func(cid.Cid) {})
|
|
}
|
|
}
|
|
|
|
return nil
|
|
}
|