Feat sendrestrictions per coin #68
Annotations
10 errors and 2 warnings
x/bank/keeper/keeper_test.go#L261
cannot use func(_ context.Context, _, _ sdk.AccAddress, _ sdk.Coins) (sdk.AccAddress, error) {…} (value of type func(_ "context".Context, _ "github.com/cosmos/cosmos-sdk/types".AccAddress, _ "github.com/cosmos/cosmos-sdk/types".AccAddress, _ "github.com/cosmos/cosmos-sdk/types".Coins) ("github.com/cosmos/cosmos-sdk/types".AccAddress, error)) as "github.com/cosmos/cosmos-sdk/x/bank/types".SendRestrictionFn value in return statement
|
x/bank/keeper/keeper_test.go#L272
cannot use nil as "github.com/cosmos/cosmos-sdk/types".Coin value in argument to bk.GetSendRestrictionFn()
|
x/bank/keeper/keeper_test.go#L278
cannot use nil as "github.com/cosmos/cosmos-sdk/types".Coin value in argument to bk.GetSendRestrictionFn()
|
x/bank/keeper/keeper_test.go#L283
cannot use nil as "github.com/cosmos/cosmos-sdk/types".Coin value in argument to suite.bankKeeper.GetSendRestrictionFn()
|
x/bank/keeper/keeper_test.go#L290
cannot use func(_ context.Context, _, _ sdk.AccAddress, _ sdk.Coins) (sdk.AccAddress, error) {…} (value of type func(_ "context".Context, _ "github.com/cosmos/cosmos-sdk/types".AccAddress, _ "github.com/cosmos/cosmos-sdk/types".AccAddress, _ "github.com/cosmos/cosmos-sdk/types".Coins) ("github.com/cosmos/cosmos-sdk/types".AccAddress, error)) as "github.com/cosmos/cosmos-sdk/x/bank/types".SendRestrictionFn value in return statement
|
x/bank/keeper/keeper_test.go#L301
cannot use nil as "github.com/cosmos/cosmos-sdk/types".Coin value in argument to bk.GetSendRestrictionFn()
|
x/bank/keeper/keeper_test.go#L307
cannot use nil as "github.com/cosmos/cosmos-sdk/types".Coin value in argument to bk.GetSendRestrictionFn()
|
x/bank/keeper/keeper_test.go#L312
cannot use nil as "github.com/cosmos/cosmos-sdk/types".Coin value in argument to suite.bankKeeper.GetSendRestrictionFn()
|
x/bank/keeper/keeper_test.go#L728
cannot use func(ctx context.Context, fromAddr, toAddr sdk.AccAddress, amt sdk.Coins) (sdk.AccAddress, error) {…} (value of type func(ctx "context".Context, fromAddr "github.com/cosmos/cosmos-sdk/types".AccAddress, toAddr "github.com/cosmos/cosmos-sdk/types".AccAddress, amt "github.com/cosmos/cosmos-sdk/types".Coins) ("github.com/cosmos/cosmos-sdk/types".AccAddress, error)) as "github.com/cosmos/cosmos-sdk/x/bank/types".SendRestrictionFn value in return statement
|
x/bank/keeper/keeper_test.go#L745
cannot use func(ctx context.Context, fromAddr, toAddr sdk.AccAddress, amt sdk.Coins) (sdk.AccAddress, error) {…} (value of type func(ctx "context".Context, fromAddr "github.com/cosmos/cosmos-sdk/types".AccAddress, toAddr "github.com/cosmos/cosmos-sdk/types".AccAddress, amt "github.com/cosmos/cosmos-sdk/types".Coins) ("github.com/cosmos/cosmos-sdk/types".AccAddress, error)) as "github.com/cosmos/cosmos-sdk/x/bank/types".SendRestrictionFn value in return statement
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, technote-space/[email protected], actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "bbdeb3ff2d7a0b88c533912725184b5e8b0d2414-00", "bbdeb3ff2d7a0b88c533912725184b5e8b0d2414-01", "bbdeb3ff2d7a0b88c533912725184b5e8b0d2414-02", "bbdeb3ff2d7a0b88c533912725184b5e8b0d2414-03".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading