We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd07018 commit 3bea62dCopy full SHA for 3bea62d
core/state_transition.go
@@ -19,15 +19,16 @@ package core
19
import (
20
"bytes"
21
"fmt"
22
+ "math"
23
+ "math/big"
24
+
25
"github.com/ethereum/go-ethereum/common"
26
"github.com/ethereum/go-ethereum/core/tracing"
27
"github.com/ethereum/go-ethereum/core/types"
28
"github.com/ethereum/go-ethereum/core/vm"
29
"github.com/ethereum/go-ethereum/crypto/kzg4844"
30
"github.com/ethereum/go-ethereum/params"
31
"github.com/holiman/uint256"
- "math"
- "math/big"
32
)
33
34
// ExecutionResult includes all output after executing given evm
0 commit comments