run make gen

This commit is contained in:
Shrenuj Bansal 2022-08-16 15:56:32 -04:00
parent fa4a479b97
commit b7227d3a6b
11 changed files with 19 additions and 14 deletions

View File

@ -8,7 +8,6 @@ import (
"github.com/google/uuid"
"github.com/ipfs/go-cid"
"github.com/ipfs/go-graphsync"
"github.com/libp2p/go-libp2p-core/network"
"github.com/libp2p/go-libp2p-core/peer"
pubsub "github.com/libp2p/go-libp2p-pubsub"

Binary file not shown.

Binary file not shown.

View File

@ -3,9 +3,9 @@ package messagesigner
import (
"bytes"
"context"
"github.com/google/uuid"
"sync"
"github.com/google/uuid"
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/namespace"
logging "github.com/ipfs/go-log/v2"

View File

@ -2,7 +2,6 @@ package main
import (
"fmt"
"github.com/filecoin-project/lotus/api/v1api"
_ "net/http/pprof"
"os"
@ -15,6 +14,7 @@ import (
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/api/v0api"
"github.com/filecoin-project/lotus/api/v1api"
"github.com/filecoin-project/lotus/build"
lcli "github.com/filecoin-project/lotus/cli"
"github.com/filecoin-project/lotus/lib/ulimit"

View File

@ -2231,7 +2231,8 @@ Inputs:
}
},
{
"MaxFee": "0"
"MaxFee": "0",
"MsgUuid": "07070707-0707-0707-0707-070707070707"
},
[
{
@ -2705,7 +2706,8 @@ Inputs:
}
],
{
"MaxFee": "0"
"MaxFee": "0",
"MsgUuid": "07070707-0707-0707-0707-070707070707"
}
]
```
@ -2963,7 +2965,8 @@ Inputs:
}
},
{
"MaxFee": "0"
"MaxFee": "0",
"MsgUuid": "07070707-0707-0707-0707-070707070707"
}
]
```

View File

@ -2243,7 +2243,8 @@ Inputs:
}
},
{
"MaxFee": "0"
"MaxFee": "0",
"MsgUuid": "07070707-0707-0707-0707-070707070707"
},
[
{
@ -2717,7 +2718,8 @@ Inputs:
}
],
{
"MaxFee": "0"
"MaxFee": "0",
"MsgUuid": "07070707-0707-0707-0707-070707070707"
}
]
```
@ -3106,7 +3108,8 @@ Inputs:
}
},
{
"MaxFee": "0"
"MaxFee": "0",
"MsgUuid": "07070707-0707-0707-0707-070707070707"
}
]
```

View File

@ -6,7 +6,6 @@ import (
"crypto/rand"
"encoding/binary"
"fmt"
"github.com/filecoin-project/lotus/api/v1api"
"io/ioutil"
"net"
"net/http"
@ -33,6 +32,7 @@ import (
power3 "github.com/filecoin-project/specs-actors/v3/actors/builtin/power"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/api/v1api"
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/chain"
"github.com/filecoin-project/lotus/chain/actors"

View File

@ -2,7 +2,6 @@ package node
import (
"errors"
"github.com/filecoin-project/lotus/api/v1api"
"time"
"go.uber.org/fx"
@ -16,6 +15,7 @@ import (
provider "github.com/filecoin-project/index-provider"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/api/v1api"
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/chain/gen"
"github.com/filecoin-project/lotus/chain/gen/slashfilter"

View File

@ -3,12 +3,12 @@ package full
import (
"context"
"encoding/json"
"github.com/filecoin-project/go-address"
"github.com/ipfs/go-cid"
"github.com/ipfs/go-cid"
"go.uber.org/fx"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/big"
"github.com/filecoin-project/lotus/api"

View File

@ -5,13 +5,13 @@ import (
"context"
"errors"
"fmt"
"github.com/google/uuid"
"net/http"
"os"
"path/filepath"
"strings"
"time"
"github.com/google/uuid"
"github.com/ipfs/go-cid"
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/namespace"