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 11, 2023 in 0s

3 fail, 6 skipped, 205 pass in 9m 56s

  18 files  +  4    86 suites  +18   9m 56s ⏱️ + 2m 26s
214 tests ±  0  205 ✔️  -   3    6 💤 ±0  3 +3 
260 runs  +46  246 ✔️ +38  10 💤 +4  4 +4 

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

2 out of 3 runs failed: @OZBeaconProxy verifies underlying contract can be changed (verifies underlying contract can be changed)

test-results.6a2e5fbdb73c997a418fd2fc13c26e95.xml
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

1 out of 2 runs failed: TokenTransferContract Test Suite should be able to execute cryptoTransfer for hbar transfer only (should be able to execute cryptoTransfer for hbar transfer only)

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

1 out of 2 runs failed: SafeHTS library Test Suite should be able to transfer tokens and hbars atomically (should be able to transfer tokens and hbars atomically)

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