fix: fix chainstreamer block message packing #72
Annotations
10 errors and 3 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
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, technote-space/[email protected], actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "c854b3bed5336710d9586f271e9a1b25577348f5-00", "c854b3bed5336710d9586f271e9a1b25577348f5-01", "c854b3bed5336710d9586f271e9a1b25577348f5-02", "c854b3bed5336710d9586f271e9a1b25577348f5-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/
|
The logs for this run have expired and are no longer available.
Loading