refactor!: version gas scheduler variables #5144
Annotations
9 errors
app/ante/ante.go#L66
cannot use blobKeeper (variable of type "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper) as "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper value in argument to blobante.NewMinGasPFBDecorator: "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper does not implement "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper (missing method GasPerBlobByte)
|
app/ante/ante.go#L69
cannot use blobKeeper (variable of type "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper) as "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper value in argument to blobante.NewMaxTotalBlobSizeDecorator: "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper does not implement "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper (missing method GasPerBlobByte)
|
app/ante/ante.go#L73
cannot use blobKeeper (variable of type "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper) as "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper value in argument to blobante.NewBlobShareDecorator: "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper does not implement "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper (missing method GasPerBlobByte)
|
pkg/appconsts/versioned_consts_test.go#L54
cannot use v3.GasPerBlobByte (constant 8 of type uint32) as int value in struct literal
|
pkg/appconsts/versioned_consts_test.go#L55
cannot use appconsts.GasPerBlobByte(v3.Version) (value of type uint32) as int value in struct literal
|
app/ante/ante.go#L66
cannot use blobKeeper (variable of type "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper) as "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper value in argument to blobante.NewMinGasPFBDecorator: "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper does not implement "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper (missing method GasPerBlobByte)
|
app/ante/ante.go#L69
cannot use blobKeeper (variable of type "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper) as "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper value in argument to blobante.NewMaxTotalBlobSizeDecorator: "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper does not implement "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper (missing method GasPerBlobByte)
|
app/ante/ante.go#L73
cannot use blobKeeper (variable of type "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper) as "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper value in argument to blobante.NewBlobShareDecorator: "github.com/celestiaorg/celestia-app/v3/x/blob/keeper".Keeper does not implement "github.com/celestiaorg/celestia-app/v3/x/blob/ante".BlobKeeper (missing method GasPerBlobByte)
|
|
This job failed
Loading