feat: [Foundry] Implement HTS emulation for NFT methods #436
test.yml
on: pull_request
TypeScript Type-Check
27s
NPM Unit and Hardhat plugin Tests
35s
Forge tests w/storage emulation
18s
Forge tests w/FFI curl process mock
20s
Forge tests w/RPC mock server
28s
Foundry example tests w/mainnet
33s
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.
|