[client] Add some basic testing and Network #13
Annotations
10 errors and 1 warning
Run /./.github/actions/run-go-tests:
cmd/goclient/goclient.go#L23
undefined: aptos.Devnet
|
Run /./.github/actions/run-go-tests:
cmd/goclient/goclient.go#L117
undefined: aptos.NewClientFromNetworkName
|
Run /./.github/actions/run-go-tests:
client_test.go#L11
undefined: Devnet
|
Run /./.github/actions/run-go-tests:
client_test.go#L15
cannot use config (variable of type NetworkConfig) as string value in argument to NewClient
|
Run /./.github/actions/run-go-tests:
client_test.go#L19
client.RestClient undefined (type *RestClient has no field or method RestClient)
|
Run /./.github/actions/run-go-tests:
client_test.go#L28
client.FaucetClient undefined (type *RestClient has no field or method FaucetClient)
|
Run /./.github/actions/run-go-tests:
client_test.go#L32
undefined: TransferTransaction
|
Run /./.github/actions/run-go-tests:
client_test.go#L32
client.RestClient undefined (type *RestClient has no field or method RestClient)
|
Run /./.github/actions/run-go-tests:
client_test.go#L37
client.RestClient undefined (type *RestClient has no field or method RestClient)
|
Run /./.github/actions/run-go-tests:
client_test.go#L43
client.RestClient undefined (type *RestClient has no field or method RestClient)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading