Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
bbc5590
Use bstm branch
Eric-Warehime Sep 2, 2025
a2a8514
Selective trace logging
Eric-Warehime Sep 3, 2025
c63ad69
mod tidy
Eric-Warehime Sep 3, 2025
f1f5c60
Remove logging
Eric-Warehime Sep 3, 2025
1fc1a02
Increase evmd mempool size
Eric-Warehime Sep 3, 2025
451e75a
remove mempool evmd
Eric-Warehime Sep 4, 2025
0fa26b1
Merge branch 'eric/remove-blockers' into eric/bstm-no-mempool
Eric-Warehime Sep 4, 2025
a514e75
Enable optimistic execution
Eric-Warehime Sep 4, 2025
f83dd72
Parallelize blocks
Eric-Warehime Sep 5, 2025
50c79cc
Revert "remove mempool evmd"
Eric-Warehime Sep 5, 2025
2981d43
Update
Eric-Warehime Sep 8, 2025
211ed61
Update fee collection
Eric-Warehime Sep 9, 2025
4a87b8d
Make it parallel
Eric-Warehime Sep 10, 2025
c23351d
Fix errormod wrap
Eric-Warehime Sep 12, 2025
050a826
Run make format
Eric-Warehime Sep 15, 2025
304754b
Merge remote-tracking branch 'origin' into feat/bstm
Eric-Warehime Sep 16, 2025
ae41696
Update sdk dep, ibc dep
Eric-Warehime Sep 16, 2025
ab6a007
Merge remote-tracking branch 'origin' into feat/bstm
Eric-Warehime Sep 17, 2025
581b10b
Bump go version in CI
Eric-Warehime Sep 17, 2025
b4417ed
perf: backport cached abis onto blockstm branch (#632)
vladjdk Sep 17, 2025
f5226f9
Merge branch 'main' into feat/bstm
Eric-Warehime Sep 17, 2025
ee55a58
feat: separate geth metrics server (#633)
Eric-Warehime Sep 18, 2025
939564d
refactor: move default precompiles out of evmd config (#635)
vladjdk Sep 18, 2025
6afef97
refactor: make erc20keeper optional in x/vm (#609)
gjermundgaraba Sep 18, 2025
3b5df7c
test(systemtests): add appside mempool e2e test (#580)
Eric-Warehime Sep 18, 2025
08c687c
Bump blockstm version
Eric-Warehime Sep 19, 2025
938782e
Merge remote-tracking branch 'origin' into feat/bstm
Eric-Warehime Sep 19, 2025
f90a5c7
Fix lints
Eric-Warehime Sep 19, 2025
9415e6a
Update mempool config
Eric-Warehime Sep 22, 2025
e43f93e
Use connsync local client
Eric-Warehime Sep 22, 2025
eb1038e
Fix import
Eric-Warehime Sep 22, 2025
5f8aebb
Finish wiring mempool config
Eric-Warehime Sep 22, 2025
9b443d2
Revert "Use connsync local client"
Eric-Warehime Sep 23, 2025
ac396ff
No-op prepare proposal verify tx
Eric-Warehime Sep 23, 2025
7f25187
Add metrics to proposals
Eric-Warehime Sep 23, 2025
0ae6838
Also get metrics on process proposal
Eric-Warehime Sep 23, 2025
bb3c344
Put all txs into the block
Eric-Warehime Sep 23, 2025
72aa372
Add race detection to build
Eric-Warehime Sep 24, 2025
46119b9
Fix race condition in mempool blockchain impl
Eric-Warehime Sep 24, 2025
845972f
Disable block gas meter
Eric-Warehime Sep 24, 2025
c3df450
add test to trigger race condition between RemoveTx and runReorg
mattac21 Sep 24, 2025
207a0fa
fix race condition between RemoveTx and runReorg
mattac21 Sep 24, 2025
ea38af8
changelog
mattac21 Sep 24, 2025
0e18a87
Merge branch 'main' into ma/remove-mempool-remove-tx-race
mattac21 Sep 24, 2025
dfb9d59
fix typo in comment
mattac21 Sep 24, 2025
7958632
Merge branch 'main' into ma/remove-mempool-remove-tx-race
mattac21 Sep 24, 2025
a6e6d8b
Merge branch 'main' into ma/remove-mempool-remove-tx-race
aljo242 Sep 24, 2025
9ec65a8
Merge remote-tracking branch 'origin' into feat/bstm
Eric-Warehime Sep 24, 2025
8b5bfe6
Merge remote-tracking branch 'origin/ma/remove-mempool-remove-tx-race…
Eric-Warehime Sep 24, 2025
931750a
Replace btree w/ fork
Eric-Warehime Sep 24, 2025
70fe65e
Update btree fork
Eric-Warehime Sep 24, 2025
77cdedb
Use updated btree, revert prepare proposal hack
Eric-Warehime Sep 25, 2025
9ea824d
Merge remote-tracking branch 'origin' into feat/bstm
Eric-Warehime Oct 22, 2025
019ceb2
iavlx and blockstm
technicallyty Oct 27, 2025
5ba7e28
Merge remote-tracking branch 'origin/main' into technicallyty/iavlx-b…
technicallyty Oct 27, 2025
8ef6843
NO RACE ON BUILD GGGGGGG
technicallyty Oct 27, 2025
adbf22b
update dockerfile
technicallyty Oct 27, 2025
3d9e05d
tidy-all
technicallyty Oct 28, 2025
9de541b
tidy
technicallyty Oct 28, 2025
c9fea22
ok this seems to fix the query thing
technicallyty Oct 28, 2025
653f786
temporary fix
technicallyty Oct 29, 2025
e1115c0
use pinned commit
technicallyty Oct 29, 2025
d85139d
Parallel execution
Eric-Warehime Oct 29, 2025
49192bd
Merge branch 'main' into feat/bstm
Eric-Warehime Oct 29, 2025
697c740
Merge branch 'feat/bstm' into technicallyty/iavlx-blockstm
technicallyty Oct 29, 2025
432e030
pin to iavlx commits
technicallyty Oct 29, 2025
5863da9
Add back stuff to apply txn
Eric-Warehime Oct 29, 2025
a908f39
some changes
technicallyty Oct 29, 2025
3b852f2
Fix gosec
Eric-Warehime Oct 29, 2025
db37fc7
Merge branch 'feat/bstm' into technicallyty/iavlx-blockstm
aljo242 Oct 30, 2025
4d79914
Merge remote-tracking branch 'origin/main' into technicallyty/iavlx-b…
technicallyty Nov 3, 2025
5e96e44
add iavlx options for perf boost
technicallyty Nov 3, 2025
b0c2420
Merge remote-tracking branch 'origin/main' into technicallyty/iavlx-b…
technicallyty Nov 6, 2025
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 contrib/images/evmd-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG IMG_TAG=latest

# Compile the evmd binary
FROM golang:1.24-alpine AS evmd-builder
FROM golang:1.25-alpine AS evmd-builder
WORKDIR /work
ENV PACKAGES="curl build-base git bash file linux-headers eudev-dev"
RUN apk add --no-cache $PACKAGES
Expand Down
24 changes: 24 additions & 0 deletions evmd/cmd/evmd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ package cmd

import (
"errors"
"fmt"
"io"
"os"
"path/filepath"

"github.com/cosmos/evm/utils"
"github.com/cosmos/evm/x/vm/types"

iavlx "github.com/cosmos/cosmos-sdk/iavl"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
"github.com/spf13/cast"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -293,6 +296,7 @@ func newApp(
cast.ToUint32(appOpts.Get(sdkserver.FlagStateSyncSnapshotKeepRecent)),
)

homeDir := cast.ToString(appOpts.Get(flags.FlagHome))
baseappOptions := []func(*baseapp.BaseApp){
baseapp.SetPruning(pruningOpts),
baseapp.SetMinGasPrices(cast.ToString(appOpts.Get(sdkserver.FlagMinGasPrices))),
Expand All @@ -307,6 +311,26 @@ func newApp(
baseapp.SetIAVLCacheSize(cast.ToInt(appOpts.Get(sdkserver.FlagIAVLCacheSize))),
baseapp.SetIAVLDisableFastNode(cast.ToBool(appOpts.Get(sdkserver.FlagDisableIAVLFastNode))),
baseapp.SetChainID(chainID),
func(bapp *baseapp.BaseApp) {
db, err := iavlx.LoadDB(
filepath.Join(homeDir, "data", "iavlx"),
&iavlx.Options{
ZeroCopy: false,
WriteWAL: true,
WalSyncBuffer: 0,
DisableCompaction: true,
RetainVersions: 3,
ChangesetMaxTarget: 134217728,
ReaderUpdateInterval: 1, // TODO: temporary to make things work
EvictDepth: 20,
},
bapp.Logger(),
)
if err != nil {
panic(fmt.Errorf("failed to load iavlx db: %w", err))
}
bapp.SetCMS(db)
},
}

return evmd.NewExampleApp(
Expand Down
5 changes: 5 additions & 0 deletions evmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
github.com/alitto/pond/v2 v2.5.0 // indirect
github.com/aws/aws-sdk-go-v2 v1.39.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.1 // indirect
github.com/aws/aws-sdk-go-v2/config v1.31.8 // indirect
Expand Down Expand Up @@ -119,6 +120,7 @@ require (
github.com/dop251/goja v0.0.0-20230605162241-28ee0ee714f3 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/emicklei/dot v1.8.0 // indirect
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
Expand Down Expand Up @@ -287,8 +289,11 @@ require (
)

replace (
cosmossdk.io/store => cosmossdk.io/store v1.10.0-rc.2.0.20251029213321-1464fc8ef61f

// use cosmos fork of keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20251029213321-1464fc8ef61f
github.com/cosmos/evm => ../
// use Cosmos geth fork
// branch: release/1.16
Expand Down
11 changes: 7 additions & 4 deletions evmd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ cosmossdk.io/math v1.5.3 h1:WH6tu6Z3AUCeHbeOSHg2mt9rnoiUWVWaQ2t6Gkll96U=
cosmossdk.io/math v1.5.3/go.mod h1:uqcZv7vexnhMFJF+6zh9EWdm/+Ylyln34IvPnBauPCQ=
cosmossdk.io/schema v1.1.0 h1:mmpuz3dzouCoyjjcMcA/xHBEmMChN+EHh8EHxHRHhzE=
cosmossdk.io/schema v1.1.0/go.mod h1:Gb7pqO+tpR+jLW5qDcNOSv0KtppYs7881kfzakguhhI=
cosmossdk.io/store v1.3.0-beta.0 h1:jwJvAQkMsCY9xJHU/nz7yOo1WnNRvcI/9yLRSgZoFTk=
cosmossdk.io/store v1.3.0-beta.0/go.mod h1:CMz9JQGEA8eRcZv2pK07NgEbL4NEb9wVgzWK4tNQaPg=
cosmossdk.io/store v1.10.0-rc.2.0.20251029213321-1464fc8ef61f h1:d8AXkECFj29gu/diAQcgS+yFCZt8+5lOr95UB7lup/w=
cosmossdk.io/store v1.10.0-rc.2.0.20251029213321-1464fc8ef61f/go.mod h1:CMz9JQGEA8eRcZv2pK07NgEbL4NEb9wVgzWK4tNQaPg=
cosmossdk.io/tools/confix v0.1.2 h1:2hoM1oFCNisd0ltSAAZw2i4ponARPmlhuNu3yy0VwI4=
cosmossdk.io/tools/confix v0.1.2/go.mod h1:7XfcbK9sC/KNgVGxgLM0BrFbVcR/+6Dg7MFfpx7duYo=
cosmossdk.io/x/evidence v0.2.0 h1:o72zbmgCM7U0v7z7b0XnMB+NqX0tFamqb1HHkQbhrZ0=
Expand Down Expand Up @@ -94,6 +94,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/alitto/pond/v2 v2.5.0 h1:vPzS5GnvSDRhWQidmj2djHllOmjFExVFbDGCw1jdqDw=
github.com/alitto/pond/v2 v2.5.0/go.mod h1:xkjYEgQ05RSpWdfSd1nM3OVv7TBhLdy7rMp3+2Nq+yE=
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8=
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
Expand Down Expand Up @@ -272,8 +274,8 @@ github.com/cosmos/cosmos-db v1.1.3 h1:7QNT77+vkefostcKkhrzDK9uoIEryzFrU9eoMeaQOP
github.com/cosmos/cosmos-db v1.1.3/go.mod h1:kN+wGsnwUJZYn8Sy5Q2O0vCYA99MJllkKASbs6Unb9U=
github.com/cosmos/cosmos-proto v1.0.0-beta.5 h1:eNcayDLpip+zVLRLYafhzLvQlSmyab+RC5W7ZfmxJLA=
github.com/cosmos/cosmos-proto v1.0.0-beta.5/go.mod h1:hQGLpiIUloJBMdQMMWb/4wRApmI9hjHH05nefC0Ojec=
github.com/cosmos/cosmos-sdk v0.54.0-beta.0 h1:KOyM1CjuriSxMm2CNhceGfEc2LbRWuImKw7L9yp3+SM=
github.com/cosmos/cosmos-sdk v0.54.0-beta.0/go.mod h1:VBGchDTNoLW3xNy5mPNlnDFZiEjgRN/06vwSkXuBQdg=
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20251029213321-1464fc8ef61f h1:nN/UaB2MGnHOhMMfGRHwgI2DGSWGlONl9x8vyapCVdY=
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20251029213321-1464fc8ef61f/go.mod h1:5aDhDdk1DTNL1OB1vNRucgwxyhIW35RfPK7wk6ATUMo=
github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY=
github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw=
github.com/cosmos/go-ethereum v1.16.2-cosmos-1 h1:QIaIS6HIdPSBdTvpFhxswhMLUJgcr4irbd2o9ZKldAI=
Expand Down Expand Up @@ -356,6 +358,7 @@ github.com/dvsekhvalnov/jose2go v1.7.0/go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB
github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs=
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU=
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=
github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M=
github.com/emicklei/dot v1.8.0 h1:HnD60yAKFAevNeT+TPYr9pb8VB9bqdeSo0nzwIW6IOI=
github.com/emicklei/dot v1.8.0/go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s=
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
github.com/alitto/pond/v2 v2.5.0 // indirect
github.com/aws/aws-sdk-go-v2 v1.39.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.1 // indirect
github.com/aws/aws-sdk-go-v2/config v1.31.8 // indirect
Expand Down Expand Up @@ -136,6 +137,7 @@ require (
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/emicklei/dot v1.8.0 // indirect
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
Expand Down Expand Up @@ -286,8 +288,11 @@ require (
)

replace (
cosmossdk.io/store => cosmossdk.io/store v1.10.0-rc.2.0.20251029213321-1464fc8ef61f

// use cosmos fork of keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20251029213321-1464fc8ef61f
// use Cosmos geth fork
// branch: release/1.16
github.com/ethereum/go-ethereum => github.com/cosmos/go-ethereum v1.16.2-cosmos-1
Expand Down
11 changes: 7 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ cosmossdk.io/math v1.5.3 h1:WH6tu6Z3AUCeHbeOSHg2mt9rnoiUWVWaQ2t6Gkll96U=
cosmossdk.io/math v1.5.3/go.mod h1:uqcZv7vexnhMFJF+6zh9EWdm/+Ylyln34IvPnBauPCQ=
cosmossdk.io/schema v1.1.0 h1:mmpuz3dzouCoyjjcMcA/xHBEmMChN+EHh8EHxHRHhzE=
cosmossdk.io/schema v1.1.0/go.mod h1:Gb7pqO+tpR+jLW5qDcNOSv0KtppYs7881kfzakguhhI=
cosmossdk.io/store v1.3.0-beta.0 h1:jwJvAQkMsCY9xJHU/nz7yOo1WnNRvcI/9yLRSgZoFTk=
cosmossdk.io/store v1.3.0-beta.0/go.mod h1:CMz9JQGEA8eRcZv2pK07NgEbL4NEb9wVgzWK4tNQaPg=
cosmossdk.io/store v1.10.0-rc.2.0.20251029213321-1464fc8ef61f h1:d8AXkECFj29gu/diAQcgS+yFCZt8+5lOr95UB7lup/w=
cosmossdk.io/store v1.10.0-rc.2.0.20251029213321-1464fc8ef61f/go.mod h1:CMz9JQGEA8eRcZv2pK07NgEbL4NEb9wVgzWK4tNQaPg=
cosmossdk.io/tools/confix v0.1.2 h1:2hoM1oFCNisd0ltSAAZw2i4ponARPmlhuNu3yy0VwI4=
cosmossdk.io/tools/confix v0.1.2/go.mod h1:7XfcbK9sC/KNgVGxgLM0BrFbVcR/+6Dg7MFfpx7duYo=
cosmossdk.io/x/evidence v0.2.0 h1:o72zbmgCM7U0v7z7b0XnMB+NqX0tFamqb1HHkQbhrZ0=
Expand Down Expand Up @@ -92,6 +92,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/alitto/pond/v2 v2.5.0 h1:vPzS5GnvSDRhWQidmj2djHllOmjFExVFbDGCw1jdqDw=
github.com/alitto/pond/v2 v2.5.0/go.mod h1:xkjYEgQ05RSpWdfSd1nM3OVv7TBhLdy7rMp3+2Nq+yE=
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8=
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
Expand Down Expand Up @@ -269,8 +271,8 @@ github.com/cosmos/cosmos-db v1.1.3 h1:7QNT77+vkefostcKkhrzDK9uoIEryzFrU9eoMeaQOP
github.com/cosmos/cosmos-db v1.1.3/go.mod h1:kN+wGsnwUJZYn8Sy5Q2O0vCYA99MJllkKASbs6Unb9U=
github.com/cosmos/cosmos-proto v1.0.0-beta.5 h1:eNcayDLpip+zVLRLYafhzLvQlSmyab+RC5W7ZfmxJLA=
github.com/cosmos/cosmos-proto v1.0.0-beta.5/go.mod h1:hQGLpiIUloJBMdQMMWb/4wRApmI9hjHH05nefC0Ojec=
github.com/cosmos/cosmos-sdk v0.54.0-beta.0 h1:KOyM1CjuriSxMm2CNhceGfEc2LbRWuImKw7L9yp3+SM=
github.com/cosmos/cosmos-sdk v0.54.0-beta.0/go.mod h1:VBGchDTNoLW3xNy5mPNlnDFZiEjgRN/06vwSkXuBQdg=
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20251029213321-1464fc8ef61f h1:nN/UaB2MGnHOhMMfGRHwgI2DGSWGlONl9x8vyapCVdY=
github.com/cosmos/cosmos-sdk v0.54.0-rc.1.0.20251029213321-1464fc8ef61f/go.mod h1:5aDhDdk1DTNL1OB1vNRucgwxyhIW35RfPK7wk6ATUMo=
github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY=
github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw=
github.com/cosmos/go-ethereum v1.16.2-cosmos-1 h1:QIaIS6HIdPSBdTvpFhxswhMLUJgcr4irbd2o9ZKldAI=
Expand Down Expand Up @@ -345,6 +347,7 @@ github.com/dvsekhvalnov/jose2go v1.7.0/go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB
github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs=
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU=
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=
github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M=
github.com/emicklei/dot v1.8.0 h1:HnD60yAKFAevNeT+TPYr9pb8VB9bqdeSo0nzwIW6IOI=
github.com/emicklei/dot v1.8.0/go.mod h1:DeV7GvQtIw4h2u73RKBkkFdvVAz0D9fzeJrgPW6gy/s=
Expand Down
3 changes: 2 additions & 1 deletion local_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,5 @@ evmd start "$TRACE" \
--evm.min-tip=0 \
--home "$CHAINDIR" \
--json-rpc.api eth,txpool,personal,net,debug,web3 \
--chain-id "$CHAINID"
--chain-id "$CHAINID" \
--trace
Loading