Merge github.com:koalacxr/lotus into feat/go-1.18

This commit is contained in:
Łukasz Magiera
2022-03-30 14:31:32 -04:00
4 changed files with 10 additions and 11 deletions
+3 -5
View File
@@ -6,17 +6,15 @@ import (
"os"
"syscall"
"github.com/streadway/quantile"
"github.com/urfave/cli/v2"
"github.com/filecoin-project/go-state-types/exitcode"
"github.com/ipfs/go-cid"
"github.com/filecoin-project/lotus/chain/actors/builtin/miner"
"github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/cmd/lotus-sim/simulation"
"github.com/filecoin-project/lotus/lib/stati"
"github.com/ipfs/go-cid"
"github.com/koalacxr/quantile"
"github.com/urfave/cli/v2"
)
var infoCommitGasSimCommand = &cli.Command{
+4 -3
View File
@@ -4,13 +4,14 @@ import (
"fmt"
"syscall"
"github.com/filecoin-project/lotus/cli"
"github.com/ipfs/go-cid"
"github.com/filecoin-project/lotus/chain/stmgr"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/cmd/lotus-sim/simulation"
"github.com/filecoin-project/lotus/lib/stati"
"github.com/ipfs/go-cid"
"github.com/streadway/quantile"
"github.com/urfave/cli/v2"
"github.com/koalacxr/quantile"
)
var infoMessageSizeSimCommand = &cli.Command{