celestiaorg / celestia-app

PoS application for the consensus portion of the Celestia network. Built using celestia-core (fork of CometBFT) and the cosmos-sdk
https://celestia.org
Apache License 2.0
328 stars 261 forks source link

Fix Build Error in celestia-pp on Main Branch #3582

Closed staheri14 closed 1 week ago

staheri14 commented 1 week ago

Problem

When building celestia-app based on the main branch, the following error occurs:

 make build
--> Updating go.mod
--> Updating go.mod in ./test/testground
--> Updating go.mod in ./test/interchain
# github.com/celestiaorg/celestia-app/v2/x/minfee
x/minfee/grpc_query.go:33:69: params.GlobalMinGasPrice undefined (type Params has no field or method GlobalMinGasPrice)
make: *** [build] Error 1

Acceptance Criteria