feat: add chain package #35
Annotations
7 errors and 5 warnings
golangci-lint (chain):
chain/chain.go#L1
: # github.com/skip-mev/petri/chain
|
golangci-lint (chain)
multiple-value wallet.NewWallet(keyName, addrBytes, mnemonic, c.Config.Bech32Prefix) (value of type (*wallet.CosmosWallet, error)) in single-value context
|
golangci-lint (chain)
cannot use addrBytes (variable of type []byte) as string value in argument to wallet.NewWallet
|
golangci-lint (chain)
cannot use c.Config.Bech32Prefix (variable of type string) as *hd.BIP44Params value in argument to wallet.NewWallet (typecheck)
|
golangci-lint (chain)
issues found
|
golangci-lint (wallet)
The job was canceled because "chain" failed.
|
golangci-lint (types)
The job was canceled because "chain" failed.
|
golangci-lint (util)
Restore cache failed: Dependencies file is not found in /home/runner/work/petri/petri. Supported file pattern: go.sum
|
golangci-lint (node)
Restore cache failed: Dependencies file is not found in /home/runner/work/petri/petri. Supported file pattern: go.sum
|
golangci-lint (chain)
Restore cache failed: Dependencies file is not found in /home/runner/work/petri/petri. Supported file pattern: go.sum
|
golangci-lint (wallet)
Restore cache failed: Dependencies file is not found in /home/runner/work/petri/petri. Supported file pattern: go.sum
|
golangci-lint (types)
Restore cache failed: Dependencies file is not found in /home/runner/work/petri/petri. Supported file pattern: go.sum
|