Skip to content

feat: [Foundry] Implement HTS emulation for NFT methods #436

feat: [Foundry] Implement HTS emulation for NFT methods

feat: [Foundry] Implement HTS emulation for NFT methods #436

Triggered via pull request January 2, 2025 14:54
Status Failure
Total duration 1m 12s
Artifacts

test.yml

on: pull_request
TypeScript Type-Check
27s
TypeScript Type-Check
NPM Unit and Hardhat plugin Tests
35s
NPM Unit and Hardhat plugin Tests
Forge tests w/storage emulation
18s
Forge tests w/storage emulation
Forge tests w/FFI curl process mock
20s
Forge tests w/FFI curl process mock
Forge tests w/RPC mock server
28s
Forge tests w/RPC mock server
Foundry example tests w/mainnet
33s
Foundry example tests w/mainnet
Fit to window
Zoom out
Zoom in

Annotations

2 errors
TypeScript Type-Check: test/getHtsStorageAt.test.js#L44
Property 'getNftByTokenIdAndNumber' is missing in type '{ getTokenById(_tokenId: string): Promise<never>; getTokenRelationship(_idOrAliasOrEvmAddress: string, _tokenId: string): Promise<never>; getAccount(_idOrAliasOrEvmAddress: string): Promise<...>; getBalanceOfToken(_tokenId: string, _accountId: string): Promise<...>; getAllowanceForToken(_accountId: string, _tokenId:...' but required in type 'IMirrorNodeClient'.
TypeScript Type-Check
Process completed with exit code 2.