chore: started implementation of funding with multiple coins #179
all.yml
on: push
lint
/
buf
6s
lint
/
golangci
1m 28s
test
/
test
51s
test
/
interchaintest
3m 41s
Annotations
23 errors and 3 warnings
lint / buf:
proto/kyve/funders/v1beta1/tx.proto#L10
Import "kyve/funders/v1beta1/funders.proto" is unused.
|
lint / buf
buf found 1 lint failures.
|
test / test:
x/funders/types/funders.go#L20
undefined: amount
|
test / test:
x/funders/types/funders.go#L20
f.SubtractAmount undefined (type *Funding has no field or method SubtractAmount)
|
test / test:
x/funders/types/funders.go#L20
f.AmountPerBundle undefined (type *Funding has no field or method AmountPerBundle)
|
test / test:
x/funders/types/funders.go#L21
undefined: amount
|
test / test:
x/funders/types/funders.go#L22
undefined: amount
|
test / test:
x/funders/types/funders.go#L26
f.Amount undefined (type *Funding has no field or method Amount)
|
test / test:
x/funders/types/message_defund_pool.go#L43
msg.Amount undefined (type *MsgDefundPool has no field or method Amount)
|
test / test:
x/funders/types/params.go#L19
unknown field MinFundingAmount in struct literal of type Params
|
test / test:
x/funders/types/params.go#L20
unknown field MinFundingAmountPerBundle in struct literal of type Params
|
test / test:
x/funders/types/params.go#L36
p.MinFundingAmount undefined (type *Params has no field or method MinFundingAmount)
|
lint / golangci:
x/funders/types/codec.go#L1
: # github.com/KYVENetwork/chain/x/funders/types
|
lint / golangci:
x/funders/types/funders.go#L20
undefined: amount
|
lint / golangci:
x/funders/types/funders.go#L20
f.SubtractAmount undefined (type *Funding has no field or method SubtractAmount)
|
lint / golangci:
x/funders/types/funders.go#L20
f.AmountPerBundle undefined (type *Funding has no field or method AmountPerBundle)
|
lint / golangci:
x/funders/types/funders.go#L21
undefined: amount
|
lint / golangci:
x/funders/types/funders.go#L22
undefined: amount
|
lint / golangci:
x/funders/types/funders.go#L26
f.Amount undefined (type *Funding has no field or method Amount)
|
lint / golangci:
x/funders/types/message_defund_pool.go#L43
msg.Amount undefined (type *MsgDefundPool has no field or method Amount)
|
lint / golangci:
x/funders/types/params.go#L19
unknown field MinFundingAmount in struct literal of type Params
|
lint / golangci:
x/funders/types/params.go#L20
unknown field MinFundingAmountPerBundle in struct literal of type Params
|
test / interchaintest
Process completed with exit code 2.
|
test / test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint / golangci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|
test / interchaintest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|