Skip to content

feat: added getErcTokenInfo() to retrieve detailed token informatio… #439

feat: added getErcTokenInfo() to retrieve detailed token informatio…

feat: added getErcTokenInfo() to retrieve detailed token informatio… #439

GitHub Actions / Unit Tests results succeeded Dec 10, 2024 in 0s

All 12 tests pass, 1 skipped in 24s

 1 files  ± 0   4 suites   - 4   24s ⏱️ - 1m 22s
13 tests  - 16  12 ✅  - 13  1 💤 +1  0 ❌  - 4 
13 runs   - 28  12 ✅  - 25  1 💤 +1  0 ❌  - 4 

Results for commit af82723. ± Comparison against earlier commit 32b2b69.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Tests results

1 skipped test found

There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
should execute hbarAllowance() by an EOA to retrieve allowance granted to a spender ‑ @IHRC-632 @CryptoAllowance  Test Suite should execute hbarAllowance() by an EOA to retrieve allowance granted to a spender

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Tests results

13 tests found

There are 13 tests, see "Raw output" for the full list of tests.
Raw output
Should NOT allow a spender to spend hbar on behalf of owner without an allowance grant ‑ @CryptoAllowance Test Suite Should NOT allow a spender to spend hbar on behalf of owner without an allowance grant
Should NOT allow an approval on behalf of hbar owner WITHOUT its signature ‑ @CryptoAllowance Test Suite Should NOT allow an approval on behalf of hbar owner WITHOUT its signature
Should allow a crypto owner contract account to grant an allowance to a spender contract account to transfer allowance to a receiver on behalf of owner contract account ‑ @CryptoAllowance Test Suite Should allow a crypto owner contract account to grant an allowance to a spender contract account to transfer allowance to a receiver on behalf of owner contract account
Should allow an approval on behalf of hbar owner WITH its signature ‑ @CryptoAllowance Test Suite Should allow an approval on behalf of hbar owner WITH its signature
Should allow owner to grant an allowance to spender using IHRC632 and spender to transfer allowance to receiver on behalf of owner ‑ @CryptoAllowance Test Suite Should allow owner to grant an allowance to spender using IHRC632 and spender to transfer allowance to receiver on behalf of owner
Should execute hbarAllowancePublic and return an event with the allowance information ‑ @CryptoAllowance Test Suite Should execute hbarAllowancePublic and return an event with the allowance information
Should execute hbarApprovePublic and return success response code ‑ @CryptoAllowance Test Suite Should execute hbarApprovePublic and return success response code
Should verify message signature and return FALSE using isAuthorizedRawPublic for ECDSA account ‑ @CryptoAllowance Test Suite isAuthorizedRaw Should verify message signature and return FALSE using isAuthorizedRawPublic for ECDSA account
Should verify message signature and return FALSE using isAuthorizedRawPublic for ED25519 account ‑ @CryptoAllowance Test Suite isAuthorizedRaw Should verify message signature and return FALSE using isAuthorizedRawPublic for ED25519 account
Should verify message signature and return TRUE using isAuthorizedRawPublic for ECDSA account ‑ @CryptoAllowance Test Suite isAuthorizedRaw Should verify message signature and return TRUE using isAuthorizedRawPublic for ECDSA account
Should verify message signature and return TRUE using isAuthorizedRawPublic for ED25519 account ‑ @CryptoAllowance Test Suite isAuthorizedRaw Should verify message signature and return TRUE using isAuthorizedRawPublic for ED25519 account
should execute hbarAllowance() by an EOA to retrieve allowance granted to a spender ‑ @IHRC-632 @CryptoAllowance  Test Suite should execute hbarAllowance() by an EOA to retrieve allowance granted to a spender
should execute hbarApprove() by an EOA to grant an hbar allowance to another EOA ‑ @IHRC-632 @CryptoAllowance  Test Suite should execute hbarApprove() by an EOA to grant an hbar allowance to another EOA