chore: started refactoring pool accounts #474
Annotations
20 errors and 3 warnings
lint / golangci:
x/stakers/keeper/keeper.go#L89
k.GetValaccountsFromStaker undefined (type Keeper has no field or method GetValaccountsFromStaker)
|
lint / golangci:
x/stakers/keeper/logic_commission.go#L48
k.GetValaccount undefined (type Keeper has no field or method GetValaccount)
|
lint / golangci:
x/stakers/keeper/logic_commission.go#L55
k.SetValaccount undefined (type Keeper has no field or method SetValaccount)
|
lint / golangci:
x/stakers/keeper/logic_stake_fraction.go#L48
k.GetValaccount undefined (type Keeper has no field or method GetValaccount)
|
lint / golangci:
x/stakers/keeper/logic_stake_fraction.go#L55
k.SetValaccount undefined (type Keeper has no field or method SetValaccount)
|
lint / golangci:
x/stakers/keeper/msg_server_join_pool.go#L52
k.GetValaccount undefined (type msgServer has no field or method GetValaccount)
|
lint / golangci:
x/stakers/keeper/msg_server_join_pool.go#L64
k.GetValaccountsFromStaker undefined (type msgServer has no field or method GetValaccountsFromStaker)
|
lint / golangci:
x/stakers/keeper/msg_server_join_pool.go#L72
k.GetValaccount undefined (type msgServer has no field or method GetValaccount)
|
lint / golangci:
x/stakers/keeper/msg_server_join_pool.go#L79
k.AddValaccountToPool undefined (type msgServer has no field or method AddValaccountToPool)
|
lint / golangci:
x/stakers/keeper/msg_server_leave_pool.go#L19
k.GetValaccount undefined (type msgServer has no field or method GetValaccount)
|
test / test:
x/stakers/keeper/keeper.go#L89
k.GetValaccountsFromStaker undefined (type Keeper has no field or method GetValaccountsFromStaker)
|
test / test:
x/stakers/keeper/logic_commission.go#L48
k.GetValaccount undefined (type Keeper has no field or method GetValaccount)
|
test / test:
x/stakers/keeper/logic_commission.go#L55
k.SetValaccount undefined (type Keeper has no field or method SetValaccount)
|
test / test:
x/stakers/keeper/logic_stake_fraction.go#L48
k.GetValaccount undefined (type Keeper has no field or method GetValaccount)
|
test / test:
x/stakers/keeper/logic_stake_fraction.go#L55
k.SetValaccount undefined (type Keeper has no field or method SetValaccount)
|
test / test:
x/stakers/keeper/msg_server_join_pool.go#L52
k.GetValaccount undefined (type msgServer has no field or method GetValaccount)
|
test / test:
x/stakers/keeper/msg_server_join_pool.go#L64
k.GetValaccountsFromStaker undefined (type msgServer has no field or method GetValaccountsFromStaker)
|
test / test:
x/stakers/keeper/msg_server_join_pool.go#L72
k.GetValaccount undefined (type msgServer has no field or method GetValaccount)
|
test / test:
x/stakers/keeper/msg_server_join_pool.go#L79
k.AddValaccountToPool undefined (type msgServer has no field or method AddValaccountToPool)
|
test / test:
x/stakers/keeper/msg_server_leave_pool.go#L19
k.GetValaccount undefined (type msgServer has no field or method GetValaccount)
|
lint / buf
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / golangci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|