Skip to content

feat: added erc 4626 token standard example (#538) #28

feat: added erc 4626 token standard example (#538)

feat: added erc 4626 token standard example (#538) #28

GitHub Actions / Test Results failed Dec 8, 2023 in 0s

3 fail, 6 skipped, 205 pass in 7m 43s

214 tests  ±0   205 ✔️  - 3   7m 43s ⏱️ +13s
  68 suites ±0       6 💤 ±0 
  14 files   ±0       3 +3 

Results for commit 54d0d41. ± Comparison against earlier commit 3d9f724.

Annotations

Check warning on line 0 in verifies underlying contract can be changed

See this annotation in the file changed.

@github-actions github-actions / Test Results

@OZBeaconProxy verifies underlying contract can be changed (verifies underlying contract can be changed) failed

test-results.eb5202bb90d4d80795e37926448e11db.xml
Raw output
expected '0x5B5F44B1D7460d41c58f1A679C5faE39D1C…' to equal '0x83f6f0087879c92240D8872415d41287b98…'
AssertionError: expected '0x5B5F44B1D7460d41c58f1A679C5faE39D1C…' to equal '0x83f6f0087879c92240D8872415d41287b98…'
    at Context.<anonymous> (test/solidity/oz/beacon-proxy/beaconProxy.js:124:46)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -0x5B5F44B1D7460d41c58f1A679C5faE39D1C94F46
      +0x83f6f0087879c92240D8872415d41287b9889868

Check warning on line 0 in should be able to execute cryptoTransfer for hbar transfer only

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenTransferContract Test Suite should be able to execute cryptoTransfer for hbar transfer only (should be able to execute cryptoTransfer for hbar transfer only) failed

test-results.b6307c04c7f25617f8b98940574c921e.xml
Raw output
expected false to equal true
AssertionError: expected false to equal true
    at Context.<anonymous> (test/hts-precompile/token-transfer/tokenTransferContract.js:279:47)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -false
      +true

Check warning on line 0 in should be able to transfer tokens and hbars atomically

See this annotation in the file changed.

@github-actions github-actions / Test Results

SafeHTS library Test Suite should be able to transfer tokens and hbars atomically (should be able to transfer tokens and hbars atomically) failed

test-results.0b80218ad5b1bb056dc15248294d62a8.xml
Raw output
expected +0 to equal 10
AssertionError: expected +0 to equal 10
    at Context.<anonymous> (test/safe-hts-precompile/SafeHTS.js:346:42)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -0
      +10