Add new Vtransfer module for notifications #14798
Annotations
5 errors and 1 warning
golangci-lint:
golang/cosmos/x/vtransfer/ibc_middleware_test.go#L318
Error return value of `.ReceiveWriteAcknowledgement` is not checked (errcheck)
|
golangci-lint:
golang/cosmos/x/vlocalchain/handler.go#L17
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
golangci-lint:
golang/cosmos/x/vtransfer/keeper/keeper.go#L57
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
golangci-lint:
golang/cosmos/x/vtransfer/keeper/keeper.go#L90
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
golangci-lint:
golang/cosmos/x/vtransfer/handler.go#L17
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
|
Loading