Merge branch 'feat/nv18-fevm' into feat/nv18-events

This commit is contained in:
Raúl Kripalani
2022-11-16 09:34:53 +00:00
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -8,9 +8,11 @@ import (
"testing"
"time"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/lotus/itests/kit"
"github.com/stretchr/testify/require"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/lotus/itests/kit"
)
// TestFEVMEvents does a basic events smoke test.
+1 -1
View File
@@ -6,12 +6,12 @@ import (
"encoding/binary"
"fmt"
amt4 "github.com/filecoin-project/go-amt-ipld/v4"
"github.com/ipfs/go-cid"
"github.com/stretchr/testify/require"
cbg "github.com/whyrusleeping/cbor-gen"
"github.com/filecoin-project/go-address"
amt4 "github.com/filecoin-project/go-amt-ipld/v4"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/big"
builtintypes "github.com/filecoin-project/go-state-types/builtin"