Skip to content

Remove accaddress

Remove accaddress #175

Triggered via pull request September 12, 2023 10:44
Status Failure
Total duration 55s
Artifacts

nodejs.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build (14.x): src/rest/bank/bank-multisig.spec.ts#L1
Argument of type 'AccAddress' is not assignable to parameter of type 'string'.
build (14.x): src/rest/bank/bank.spec.ts#L1
Argument of type 'AccAddress' is not assignable to parameter of type 'string'.
build (14.x): src/rest/feegrant/module.ts#L1
Cannot find name 'AccAddress'.
build (14.x): src/rest/feegrant/module.ts#L1
Parameter 'granter' of exported function has or is using private name 'AccAddress'.
build (14.x): src/rest/feegrant/module.ts#L1
Cannot find name 'AccAddress'.
build (14.x): src/rest/feegrant/module.ts#L1
Parameter 'grantee' of exported function has or is using private name 'AccAddress'.
build (14.x)
Process completed with exit code 1.
build (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/