feat: implement app-wiring for bundles module #143
Annotations
30 errors and 2 warnings
lint / buf:
proto/kyve/query/v1beta1/account.proto#L15
RPC response type "QueryAccountAssetsResponse" should be named "AccountAssetsResponse" or "QueryAccountAccountAssetsResponse".
|
lint / buf:
proto/kyve/query/v1beta1/account.proto#L20
RPC response type "QueryAccountDelegationUnbondingsResponse" should be named "AccountDelegationUnbondingsResponse" or "QueryAccountAccountDelegationUnbondingsResponse".
|
lint / buf:
proto/kyve/query/v1beta1/account.proto#L25
RPC response type "QueryAccountFundedListResponse" should be named "AccountFundedListResponse" or "QueryAccountAccountFundedListResponse".
|
lint / buf:
proto/kyve/query/v1beta1/account.proto#L30
RPC response type "QueryAccountRedelegationResponse" should be named "AccountRedelegationResponse" or "QueryAccountAccountRedelegationResponse".
|
lint / buf:
proto/kyve/query/v1beta1/bundles.proto#L14
RPC response type "QueryFinalizedBundlesResponse" should be named "FinalizedBundlesQueryResponse" or "QueryBundlesFinalizedBundlesQueryResponse".
|
lint / buf:
proto/kyve/query/v1beta1/bundles.proto#L19
RPC response type "FinalizedBundle" should be named "FinalizedBundleQueryResponse" or "QueryBundlesFinalizedBundleQueryResponse".
|
lint / buf:
proto/kyve/query/v1beta1/bundles.proto#L24
RPC response type "QueryCurrentVoteStatusResponse" should be named "CurrentVoteStatusResponse" or "QueryBundlesCurrentVoteStatusResponse".
|
lint / buf:
proto/kyve/query/v1beta1/bundles.proto#L29
RPC response type "QueryCanValidateResponse" should be named "CanValidateResponse" or "QueryBundlesCanValidateResponse".
|
lint / buf:
proto/kyve/query/v1beta1/bundles.proto#L34
RPC response type "QueryCanProposeResponse" should be named "CanProposeResponse" or "QueryBundlesCanProposeResponse".
|
lint / buf:
proto/kyve/query/v1beta1/bundles.proto#L39
RPC response type "QueryCanVoteResponse" should be named "CanVoteResponse" or "QueryBundlesCanVoteResponse".
|
test / test:
testutil/sample/sample.go#L4
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
test / test:
testutil/sample/sample.go#L5
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
test / test
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
test / test
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
test / test
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
test / test
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
test / test
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
test / test
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
test / test
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
test / test
github.com/cosmos/[email protected]: replacement directory ../cosmos-sdk does not exist
|
lint / golangci:
app/app.go#L349
app.RegisterStreamingServices undefined (type *App has no field or method RegisterStreamingServices) (typecheck)
|
lint / golangci:
app/app.go#L355
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
lint / golangci:
app/app.go#L363
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
lint / golangci:
app/app.go#L377
app.Load undefined (type *App has no field or method Load) (typecheck)
|
lint / golangci:
app/app.go#L402
app.UnsafeFindStoreKey undefined (type *App has no field or method UnsafeFindStoreKey) (typecheck)
|
lint / golangci:
app/app.go#L411
app.UnsafeFindStoreKey undefined (type *App has no field or method UnsafeFindStoreKey) (typecheck)
|
lint / golangci:
app/app.go#L422
app.GetStoreKeys undefined (type *App has no field or method GetStoreKeys) (typecheck)
|
lint / golangci:
app/export.go#L24
app.NewContextLegacy undefined (type *App has no field or method NewContextLegacy) (typecheck)
|
lint / golangci:
app/export.go#L28
app.LastBlockHeight undefined (type *App has no field or method LastBlockHeight) (typecheck)
|
lint / golangci:
app/export.go#L34
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
test / test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint / golangci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|