@ -2,6 +2,7 @@ package vm
import (
"errors"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/rlp"
"github.com/harmony-one/harmony/shard"
@ -14,6 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build VERIFY_EVM_INTEGER_POOL
// +build VERIFY_EVM_INTEGER_POOL
package vm
//go:build !VERIFY_EVM_INTEGER_POOL
// +build !VERIFY_EVM_INTEGER_POOL
//go:build gofuzz
// +build gofuzz
package runtime
@ -17,8 +17,9 @@
package tracers
"github.com/harmony-one/harmony/core/vm"
"math/big"
)
type RosettaLogItem struct {
@ -3,9 +3,10 @@ package services
"context"
"fmt"
"github.com/coinbase/rosetta-sdk-go/server"
"github.com/coinbase/rosetta-sdk-go/types"
ethCommon "github.com/ethereum/go-ethereum/common"
@ -3,11 +3,12 @@ package services
"github.com/harmony-one/harmony/hmy/tracers"
"sync"
"time"
"github.com/harmony-one/harmony/core"
"github.com/harmony-one/harmony/core/state"
coreTypes "github.com/harmony-one/harmony/core/types"
"encoding/hex"
ethcommon "github.com/ethereum/go-ethereum/common"
@ -1,9 +1,10 @@
package services
"github.com/harmony-one/harmony/internal/bech32"
internalCommon "github.com/harmony-one/harmony/internal/common"
"encoding/json"
"reflect"
"testing"
"github.com/ethereum/go-ethereum/crypto"