Recursively call the account creation api for the set username #4759
Annotations
10 errors and 11 warnings
lint:
cmd/pylonsd/main.go#L6
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
|
lint:
cmd/pylonsd/main.go#L7
import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
|
lint:
cmd/pylonsd/main.go#L8
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
lint:
cmd/pylonsd/main.go#L10
import 'github.com/cosmos/cosmos-sdk/server/cmd' is not allowed from list 'Main' (depguard)
|
lint:
cmd/pylonsd/main.go#L12
import 'github.com/Pylons-tech/pylons/app' is not allowed from list 'Main' (depguard)
|
lint:
cmd/pylonsd/main.go#L13
import 'github.com/Pylons-tech/pylons/cmd/pylonsd/cmd' is not allowed from list 'Main' (depguard)
|
lint:
x/pylons/simulation/decoder.go#L7
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
lint:
x/pylons/simulation/decoder.go#L8
import 'github.com/cosmos/cosmos-sdk/types/kv' is not allowed from list 'Main' (depguard)
|
lint:
x/pylons/simulation/decoder.go#L10
import 'github.com/Pylons-tech/pylons/x/pylons/types' is not allowed from list 'Main' (depguard)
|
lint:
x/pylons/simulation/genesis.go#L10
import 'cosmossdk.io/math' is not allowed from list 'Main' (depguard)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, 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/.
|
lint:
x/pylons/simulation/operations.go#L138
unused-parameter: parameter 'app' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/pylons/simulation/operations.go#L139
unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/pylons/simulation/operations.go#L169
unused-parameter: parameter 'app' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/pylons/simulation/operations.go#L170
unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/pylons/simulation/operations.go#L202
unused-parameter: parameter 'app' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/pylons/simulation/operations.go#L203
unused-parameter: parameter 'chainID' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
app/export.go#L79
unused-parameter: parameter 'val' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
app/export.go#L107
unused-parameter: parameter 'val' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
x/epochs/client/cli/query.go#L55
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/pylonsd/cmd/dev_update.go#L38
unused-parameter: parameter 'path' seems to be unused, consider removing or renaming it as _ (revive)
|