Skip to content

Commit

Permalink
use small T in github.com/tenderly/bls12381
Browse files Browse the repository at this point in the history
  • Loading branch information
NebojsaHorvat committed Jan 22, 2025
1 parent bb1a52c commit 8f135e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/vm/contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/crypto/blake2b"
//bls12381 "github.com/ethereum/go-ethereum/crypto/bls12381"
"github.com/Tenderly/bls12381"
"github.com/ethereum/go-ethereum/crypto/bn256"
"github.com/ethereum/go-ethereum/crypto/kzg4844"
//bls12381 "github.com/ethereum/go-ethereum/crypto/bls12381"
"github.com/tenderly/bls12381"
"golang.org/x/crypto/ripemd160"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/ava-labs/coreth
go 1.22.8

require (
github.com/Tenderly/bls12381 v0.0.0-20250121172820-8c159244a38a
github.com/VictoriaMetrics/fastcache v1.12.2
github.com/ava-labs/avalanchego v1.12.2-0.20250116172728-54d8b06b8625
github.com/cespare/cp v0.1.0
Expand Down Expand Up @@ -35,6 +34,7 @@ require (
github.com/spf13/viper v1.12.0
github.com/status-im/keycard-go v0.2.0
github.com/stretchr/testify v1.9.0
github.com/tenderly/bls12381 v0.0.0-20250121223820-327dd2558549
github.com/tyler-smith/go-bip39 v1.1.0
github.com/urfave/cli/v2 v2.25.7
go.uber.org/goleak v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8=
github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/Joker/hpp v1.0.0/go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY=
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqRtAwp2Xwc6WNPJEufxJ7fx3npB4UV/JOLmbu5I0=
github.com/Tenderly/bls12381 v0.0.0-20250121172820-8c159244a38a h1:xZ7PNv+UJIICeyqZRMkGSCuysqY+ZRwL/xjhsJQPP3s=
github.com/Tenderly/bls12381 v0.0.0-20250121172820-8c159244a38a/go.mod h1:S0L8mt9TWYiigVrWow/FEb+NVVlI52M3OORhE4nVO+E=
github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=
github.com/VictoriaMetrics/fastcache v1.12.2/go.mod h1:AmC+Nzz1+3G2eCPapF6UcsnkThDcMsQicp4xDukwJYI=
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
Expand Down Expand Up @@ -520,6 +518,8 @@ github.com/supranational/blst v0.3.13/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc=
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a h1:1ur3QoCqvE5fl+nylMaIr9PVV1w343YRDtsy+Rwu7XI=
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
github.com/tenderly/bls12381 v0.0.0-20250121223820-327dd2558549 h1:7oAGBR1Lafwj17r1tUiU1bznpkt3UqqsucZSQUt93jk=
github.com/tenderly/bls12381 v0.0.0-20250121223820-327dd2558549/go.mod h1:4IjSN1HLhATMnQ5ov5oAmsnWhLX61nXfUG0siAgfr7I=
github.com/thepudds/fzgen v0.4.2 h1:HlEHl5hk2/cqEomf2uK5SA/FeJc12s/vIHmOG+FbACw=
github.com/thepudds/fzgen v0.4.2/go.mod h1:kHCWdsv5tdnt32NIHYDdgq083m6bMtaY0M+ipiO9xWE=
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
Expand Down

0 comments on commit 8f135e5

Please sign in to comment.