Skip to content

Commit ced1ad0

Browse files
committed
switch to correct upstream
1 parent 0f6c9f5 commit ced1ad0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/vm/contracts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import (
3030
bls12381 "github.com/consensys/gnark-crypto/ecc/bls12-381"
3131
"github.com/consensys/gnark-crypto/ecc/bls12-381/fp"
3232
"github.com/consensys/gnark-crypto/ecc/bls12-381/fr"
33+
patched_big "github.com/ethereum/go-bigmodexpfix/src/math/big"
3334
"github.com/ethereum/go-ethereum/common"
3435
"github.com/ethereum/go-ethereum/common/bitutil"
3536
"github.com/ethereum/go-ethereum/core/tracing"
@@ -39,12 +40,11 @@ import (
3940
"github.com/ethereum/go-ethereum/crypto/kzg4844"
4041
"github.com/ethereum/go-ethereum/crypto/secp256r1"
4142
"github.com/ethereum/go-ethereum/params"
42-
patched_big "github.com/fjl/go-bigmodexpfix/src/math/big"
4343
"github.com/holiman/uint256"
4444
"golang.org/x/crypto/ripemd160"
4545
)
4646

47-
// PrecompiledContract is the basic interface for native Go contracts. The implementation
47+
// PrecompiledContract is the basic interface for native Go The. contracts implementation
4848
// requires a deterministic gas count based on the input size of the Run method of the
4949
// contract.
5050
type PrecompiledContract interface {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ require (
2323
github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0
2424
github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3
2525
github.com/ethereum/c-kzg-4844/v2 v2.1.0
26+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab
2627
github.com/ethereum/go-verkle v0.2.2
2728
github.com/fatih/color v1.16.0
2829
github.com/ferranbt/fastssz v0.1.4
2930
github.com/fjl/gencodec v0.1.0
30-
github.com/fjl/go-bigmodexpfix v0.0.0-20250910180133-3854a26432e2
3131
github.com/fsnotify/fsnotify v1.6.0
3232
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
3333
github.com/gofrs/flock v0.12.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ github.com/emicklei/dot v1.6.2 h1:08GN+DD79cy/tzN6uLCT84+2Wk9u+wvqP+Hkx/dIR8A=
114114
github.com/emicklei/dot v1.6.2/go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s=
115115
github.com/ethereum/c-kzg-4844/v2 v2.1.0 h1:gQropX9YFBhl3g4HYhwE70zq3IHFRgbbNPw0Shwzf5w=
116116
github.com/ethereum/c-kzg-4844/v2 v2.1.0/go.mod h1:TC48kOKjJKPbN7C++qIgt0TJzZ70QznYR7Ob+WXl57E=
117+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJhy07IMfEKuARQ9TKojGqLVNxQajaXEp/BoqSk=
118+
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab/go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8=
117119
github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8=
118120
github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk=
119121
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
@@ -122,8 +124,6 @@ github.com/ferranbt/fastssz v0.1.4 h1:OCDB+dYDEQDvAgtAGnTSidK1Pe2tW3nFV40XyMkTeD
122124
github.com/ferranbt/fastssz v0.1.4/go.mod h1:Ea3+oeoRGGLGm5shYAeDgu6PGUlcvQhE2fILyD9+tGg=
123125
github.com/fjl/gencodec v0.1.0 h1:B3K0xPfc52cw52BBgUbSPxYo+HlLfAgWMVKRWXUXBcs=
124126
github.com/fjl/gencodec v0.1.0/go.mod h1:Um1dFHPONZGTHog1qD1NaWjXJW/SPB38wPv0O8uZ2fI=
125-
github.com/fjl/go-bigmodexpfix v0.0.0-20250910180133-3854a26432e2 h1:Alg35Y26VUpLVkuLDYmaLKONVllI4g0leaeLFgfrXy4=
126-
github.com/fjl/go-bigmodexpfix v0.0.0-20250910180133-3854a26432e2/go.mod h1:FMKd2dlNcWw0/Ub80EKa8FX1y5uWwGOPt5TGclrlmqQ=
127127
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
128128
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
129129
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=

0 commit comments

Comments
 (0)