feat: added erc 4626 token standard example (#538) #28
3 fail, 6 skipped, 205 pass in 9m 56s
Annotations
Check warning on line 0 in verifies underlying contract can be changed
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
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
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