Skip to content

feat: implemented v3 message server and using v3 types in keeper #765

feat: implemented v3 message server and using v3 types in keeper

feat: implemented v3 message server and using v3 types in keeper #765

Triggered via push July 7, 2024 17:09
Status Failure
Total duration 35s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
run: x/session/keeper/genesis.go#L18
cannot use item (variable of type "github.com/sentinel-official/hub/v12/x/session/types/v2".Session) as v3.Session value in argument to k.SetSession: "github.com/sentinel-official/hub/v12/x/session/types/v2".Session does not implement v3.Session (missing method GetAccAddress)
run: x/session/keeper/genesis.go#L33
k.SetSessionCount undefined (type *Keeper has no field or method SetSessionCount)
run: x/session/keeper/genesis.go#L38
cannot use k.GetSessions(ctx) (value of type []v3.Session) as "github.com/sentinel-official/hub/v12/x/session/types/v2".Sessions value in argument to v2.NewGenesisState
run: x/subscription/keeper/hooks.go#L17
k.GetSession undefined (type *Keeper has no field or method GetSession)
run
Process completed with exit code 2.