This commit is contained in:
Andrew Jackson (Ajax)
2023-11-15 13:06:51 +01:00
committed by Łukasz Magiera
parent aed9a6dd81
commit c1edae62ad
846 changed files with 407 additions and 1460 deletions
-3
View File
@@ -5,14 +5,11 @@ import (
"os"
"strconv"
"time"
"github.com/ipfs/go-cid"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/big"
"github.com/filecoin-project/go-state-types/network"
miner5 "github.com/filecoin-project/specs-actors/v5/actors/builtin/miner"
"github.com/filecoin-project/lotus/chain/actors/builtin"
"github.com/filecoin-project/lotus/chain/actors/policy"
"github.com/filecoin-project/lotus/chain/types"
-1
View File
@@ -7,7 +7,6 @@ import (
"reflect"
"strings"
"testing"
"github.com/BurntSushi/toml"
"github.com/stretchr/testify/require"
)
+2 -2
View File
@@ -31,10 +31,10 @@ var Doc = map[string][]DocField{
},
"ApisConfig": {
{
Name: "FULLNODE_API_INFO",
Name: "ChainApiInfo",
Type: "[]string",
Comment: `FULLNODE_API_INFO is the API endpoint for the Lotus daemon.`,
Comment: `ChainApiInfo is the API endpoint for the Lotus daemon.`,
},
{
Name: "StorageRPCSecret",
-1
View File
@@ -9,7 +9,6 @@ import (
"regexp"
"strings"
"unicode"
"github.com/BurntSushi/toml"
"github.com/kelseyhightower/envconfig"
"golang.org/x/xerrors"
-1
View File
@@ -6,7 +6,6 @@ import (
"os"
"testing"
"time"
"github.com/stretchr/testify/assert"
)
-2
View File
@@ -7,9 +7,7 @@ import (
"io/fs"
"os"
"path"
"golang.org/x/xerrors"
"github.com/filecoin-project/lotus/storage/sealer/storiface"
)
-1
View File
@@ -2,7 +2,6 @@ package config
import (
"github.com/ipfs/go-cid"
"github.com/filecoin-project/lotus/chain/types"
)