Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use nyota costs #41

Merged
merged 1 commit into from
Aug 26, 2024
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ require (
replace github.com/protolambda/zrnt => github.com/gballet/zrnt v0.10.2-0.20231006074444-a610beb530dd

// is a gigantic
replace github.com/ethereum/go-ethereum => github.com/gballet/go-ethereum v1.12.1-0.20240718094128-fd79e391806f
replace github.com/ethereum/go-ethereum => github.com/gballet/go-ethereum v1.12.1-0.20240823185824-9b090a3bc7ea

// heap
replace github.com/cockroachdb/pebble => github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 h1:FtmdgXiUlNeRsoNMFlK
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
github.com/gballet/go-ethereum v1.12.1-0.20240718094128-fd79e391806f h1:W7c7dVOHTaGxpsXvB3Y7c4+50zXgcjcbJX68b4juN3Y=
github.com/gballet/go-ethereum v1.12.1-0.20240718094128-fd79e391806f/go.mod h1:vc0SOdLwJWOldl+cWoUQvC8rEfQrYnRMuFt2B5XfJko=
github.com/gballet/go-ethereum v1.12.1-0.20240823185824-9b090a3bc7ea h1:OMXTEmf/R003z8kPohe6zgdsJEV+EqykLty1ijVHYqo=
github.com/gballet/go-ethereum v1.12.1-0.20240823185824-9b090a3bc7ea/go.mod h1:vc0SOdLwJWOldl+cWoUQvC8rEfQrYnRMuFt2B5XfJko=
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff h1:tY80oXqGNY4FhTFhk+o9oFHGINQ/+vhlm8HFzi6znCI=
github.com/gballet/zrnt v0.10.2-0.20231006074444-a610beb530dd h1:Gqkg9PgwZJyJxV2G/CeCxAOf/Y2ao3N3I/mUGk4WcNk=
github.com/gballet/zrnt v0.10.2-0.20231006074444-a610beb530dd/go.mod h1:YBZ9l46fLn0AZUguvP9eJCgPhDcFOPSB6+MEaCm5K4A=
Expand Down