Skip to content

Disabling test and reactivating github action for typescript client #30

Disabling test and reactivating github action for typescript client

Disabling test and reactivating github action for typescript client #30

Triggered via pull request February 6, 2024 15:02
Status Failure
Total duration 1m 38s
Artifacts

ethereum-ts.yml

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

Annotations

10 errors and 2 warnings
Build, lint and test the ethereum libraries on ubuntu-latest
Type 'GatewayToken' does not satisfy the constraint 'MappedWriteOperation<ContractTransaction> & ReadOnlyOperation'.
Build, lint and test the ethereum libraries on ubuntu-latest
Type 'WriteOps' does not satisfy the constraint '"symbol" | "mint" | "setExpiration" | "freeze" | "unfreeze" | "revoke" | "burn" | "setBitmask" | "DEFAULT_ADMIN_ROLE" | "addForwarder" | "allowance" | "approve(address,uint256)" | ... 48 more ... | "verifyToken(uint256)"'.
Build, lint and test the ethereum libraries on ubuntu-latest
Type 'MappedGatewayToken' does not satisfy the constraint 'MappedWriteOperation<PopulatedTransaction> & ReadOnlyOperation'.
Build, lint and test the ethereum libraries on ubuntu-latest
Property 'getNetwork' is missing in type '{ connect: (signerOrProvider: string | Provider | Signer) => GatewayToken; attach: (addressOrName: string) => GatewayToken; deployed: () => Promise<...>; ... 87 more ...; listenerCount: (eventName?: string | EventFilter) => number; }' but required in type 'ReadOnlyOperation'.
Build, lint and test the ethereum libraries on ubuntu-latest
Type 'Record<"symbol" | "mint" | "setExpiration" | "freeze" | "unfreeze" | "revoke" | "burn" | "setBitmask" | "DEFAULT_ADMIN_ROLE" | "addForwarder" | "allowance" | "approve(address,uint256)" | ... 48 more ... | "verifyToken(uint256)", (...args: [overrides?: ...] | ... 59 more ... | [tokenId: ...]) => Promise<...>>' is missing the following properties from type 'Pick<{ DEFAULT_ADMIN_ROLE(overrides?: CallOverrides): Promise<PopulatedTransaction>; addForwarder(forwarder: PromiseOrValue<string>, overrides?: Overrides & { ...; }): Promise<...>; ... 58 more ...; "verifyToken(uint256)"(tokenId: PromiseOrValue<...>, overrides?: Overrides & { ...; }): Promise<...>; }, WriteOps>': createNetwork, renameNetwork, addGatekeeper, removeGatekeeper, and 3 more.
Build, lint and test the ethereum libraries on ubuntu-latest
Type 'WriteOps' does not satisfy the constraint '"symbol" | "mint" | "setExpiration" | "freeze" | "unfreeze" | "revoke" | "burn" | "setBitmask" | "DEFAULT_ADMIN_ROLE" | "addForwarder" | "allowance" | "approve(address,uint256)" | ... 48 more ... | "verifyToken(uint256)"'.
Build, lint and test the ethereum libraries on ubuntu-latest
Argument of type 'bigint' is not assignable to parameter of type 'never'.
Build, lint and test the ethereum libraries on ubuntu-latest
Argument of type 'bigint' is not assignable to parameter of type 'never'.
Build, lint and test the ethereum libraries on ubuntu-latest
This expression is not callable.
Build, lint and test the ethereum libraries on ubuntu-latest
Argument of type 'string' is not assignable to parameter of type 'never'.
Build, lint and test the ethereum libraries on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build, lint and test the ethereum libraries on ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/