Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davidterpay committed Jun 25, 2024
1 parent 51f9cb6 commit 48c1fba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ func New(
baseLane.WithOptions(opts...)

// set the block-sdk prepare / process-proposal handlers
blockSdkProposalHandler := blocksdkabci.NewProposalHandler(
blockSdkProposalHandler := blocksdkabci.NewDefaultProposalHandler(
app.Logger(),
app.GetTxConfig().TxDecoder(),
app.GetTxConfig().TxEncoder(),
Expand Down
1 change: 0 additions & 1 deletion app/lane.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func (app *App) CreateLanes() *blocksdkbase.BaseLane {
baseLane := base_lane.NewDefaultLane(basecfg, blocksdkbase.DefaultMatchHandler())
baseLane.LaneMempool = blocksdkbase.NewMempool(
blocksdkbase.NewDefaultTxPriority(),
basecfg.TxEncoder,
basecfg.SignerExtractor,
basecfg.MaxTxs,
)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/neutron-org/neutron/v4

go 1.22.3
go 1.22.4

require (
cosmossdk.io/client/v2 v2.0.0-beta.1
Expand Down Expand Up @@ -37,7 +37,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.1
github.com/rs/zerolog v1.32.0
github.com/skip-mev/block-sdk/v2 v2.1.2
github.com/skip-mev/block-sdk/v2 v2.1.4
github.com/skip-mev/feemarket v1.0.3
github.com/skip-mev/slinky v1.0.1-rc
github.com/spf13/cast v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrf
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/skip-mev/block-sdk/v2 v2.1.2 h1:fNKbrb+PVVzuU0JiSuWgBV4Afj5zZ1VeHQJp88wSl1g=
github.com/skip-mev/block-sdk/v2 v2.1.2/go.mod h1:kIq7SMva0/eHKTCiG/oI5XGxD4HNVK0t71TrUZqHcvA=
github.com/skip-mev/block-sdk/v2 v2.1.4 h1:KC9esgPOHiA2sgCqaqGEX6GWjGplpA+SpDAE4naIbeY=
github.com/skip-mev/block-sdk/v2 v2.1.4/go.mod h1:b8W2xsdgsFlw2OQTOuSir6Q2a6tBFbRsE4WJetniitE=
github.com/skip-mev/chaintestutil v0.0.0-20240514161515-056d7ba45610 h1:4JlsiRVt/YZOvrKH525T7sZXgEWUEjqSDMwE6fXNbdo=
github.com/skip-mev/chaintestutil v0.0.0-20240514161515-056d7ba45610/go.mod h1:kB8gFZX07CyJnw8q9iEZijI3qJTIe1K/Y++P5VGkrcg=
github.com/skip-mev/feemarket v1.0.3 h1:DpB1tj51MlFN5iOg1lN+fwWqSF62xdND46BqgTko0C4=
Expand Down

0 comments on commit 48c1fba

Please sign in to comment.