Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ replace (
// added liquid stake support. See: https://github.com/TacBuild/evm/pull/9
// added ed25519 precompile support. See: https://github.com/TacBuild/evm/pull/8
// fix liquid stake espilon. See: https://github.com/TacBuild/evm/pull/10
github.com/cosmos/evm => github.com/TacBuild/evm v0.0.0-20251030120744-79ed002a3490
// fix ed25519 precompile gas cost. See: https://github.com/TacBuild/evm/pull/11
github.com/cosmos/evm => github.com/TacBuild/evm v0.0.0-20260209095857-16e3f32b1d8e

// replace with our fork using geth v1.13.15
github.com/ethereum/go-ethereum => github.com/TacBuild/go-ethereum v0.0.0-20250428082551-b4f5a8f8420a
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDO
github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8=
github.com/TacBuild/cosmos-sdk v0.0.0-20251010131633-e43d8d10a9a9 h1:jMjIlOrdA+vBfZkuljd7V/54L1az5n3Sw12iE7Pea00=
github.com/TacBuild/cosmos-sdk v0.0.0-20251010131633-e43d8d10a9a9/go.mod h1:0Fo5FGFsiXxRRrVm7hBwxzwCeHhNxFPIMUSXqe9P8aA=
github.com/TacBuild/evm v0.0.0-20251030120744-79ed002a3490 h1:3obQEWEzVE4yrdskdDXAEoySEsfyc/8JP+zbJCiTflE=
github.com/TacBuild/evm v0.0.0-20251030120744-79ed002a3490/go.mod h1:9+gL3zGzrGuh1oF5vfFl7kuswgma6v7IN0KDbBmO0eA=
github.com/TacBuild/evm v0.0.0-20260209095857-16e3f32b1d8e h1:BTZrGpyLd7gmPemYWbovctun/DxtuoVwjjS/aQ/mQYQ=
github.com/TacBuild/evm v0.0.0-20260209095857-16e3f32b1d8e/go.mod h1:9+gL3zGzrGuh1oF5vfFl7kuswgma6v7IN0KDbBmO0eA=
github.com/TacBuild/go-ethereum v0.0.0-20250428082551-b4f5a8f8420a h1:d5s3in80qbAEpMLo2gVHKPrR6qn60nyxV+rK17tqZ1Q=
github.com/TacBuild/go-ethereum v0.0.0-20250428082551-b4f5a8f8420a/go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU=
github.com/VictoriaMetrics/fastcache v1.12.1 h1:i0mICQuojGDL3KblA7wUNlY5lOK6a4bwt3uRKnkZU40=
Expand Down
Loading