Update FFI to 1.22.1

This commit is contained in:
Aayush 2023-04-23 09:55:48 -04:00
parent 4430a138b6
commit dc0ce8f11a
2 changed files with 3 additions and 4 deletions

2
extern/filecoin-ffi vendored

@ -1 +1 @@
Subproject commit ca72a82aedb3330dcb75067a42ff7e8dd252c78d
Subproject commit 1e38c8473fe806255795163ada0fbed081180333

View File

@ -8,19 +8,18 @@ import (
"testing"
"time"
"github.com/filecoin-project/go-state-types/builtin"
"github.com/filecoin-project/lotus/chain/actors"
"github.com/stretchr/testify/require"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/big"
"github.com/filecoin-project/go-state-types/builtin"
miner11 "github.com/filecoin-project/go-state-types/builtin/v11/miner"
"github.com/filecoin-project/go-state-types/network"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/itests/kit"
"github.com/filecoin-project/lotus/node/impl"