Skip to content

EIP-5559 with getDeferralHandler #285

EIP-5559 with getDeferralHandler

EIP-5559 with getDeferralHandler #285

Triggered via pull request December 9, 2024 10:53
Status Failure
Total duration 1m 18s
Artifacts

pull_request.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test/api.spec.ts > Gateway API > API Domain > Transfer domain > should transfer existing domain: packages/gateway/test/api.spec.ts#L407
AssertionError: expected { name: 'public.eth', …(10) } to deeply equal { name: 'public.eth', …(10) } - Expected + Received Object { "addresses": Array [], "createdAt": 2024-12-09T10:55:12.742Z, "name": "public.eth", "node": "0x855b5494ab793cd61f895c63bd18bbf5918a27dad3de079a483e2232a296512d", - "owner": "0xaBf11794C974ba017348A470101282D9161a4343", + "owner": "0x04D245CaAC32Ac0f28cd397Fa727b3c928468aE7", "parent": "0x93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae", "resolver": "0x1234567890123456789012345678901234567890", "resolverVersion": "1", "texts": Array [], "ttl": "300", "updatedAt": 2024-12-09T10:55:12.742Z, } ❯ test/api.spec.ts:407:26
test/api.spec.ts > Gateway API > API Domain > Transfer domain > should handle transfer non existing domain: packages/gateway/test/api.spec.ts#L441
AssertionError: expected 'Unable to transfer domain' to deeply equal 'Unauthorized' - Expected + Received - Unauthorized + Unable to transfer domain ❯ test/api.spec.ts:441:30
test/api.spec.ts > Gateway API > API Domain > Contenthash > should handle set contenthash: packages/gateway/test/api.spec.ts#L488
AssertionError: expected undefined to deeply equal '0x1e583a944ea6750b0904b8f95a72f593f07…' - Expected: "0x1e583a944ea6750b0904b8f95a72f593f070ecac52e8d5bc959fa38d745a3909" + Received: undefined ❯ test/api.spec.ts:488:33
test/api.spec.ts > Gateway API > API Text > should handle request for set new text: packages/gateway/test/api.spec.ts#L584
AssertionError: expected undefined to deeply equal 'blockful' - Expected: "blockful" + Received: undefined ❯ test/api.spec.ts:584:31
test/api.spec.ts > Gateway API > API Text > should handle request for update text: packages/gateway/test/api.spec.ts#L636
AssertionError: expected 'blockful' to deeply equal 'blockful-io' - Expected + Received - blockful-io + blockful ❯ test/api.spec.ts:636:31
test/api.spec.ts > Gateway API > API Address > should set ethereum address: packages/gateway/test/api.spec.ts#L751
AssertionError: expected undefined to deeply equal '0x04d245caac32ac0f28cd397fa727b3c9284…' - Expected: "0x04d245caac32ac0f28cd397fa727b3c928468ae7" + Received: undefined ❯ test/api.spec.ts:751:31
test/api.spec.ts > Gateway API > API Address > should update ethereum address: packages/gateway/test/api.spec.ts#L802
AssertionError: expected '0x12345678901234567890123456789012345…' to deeply equal '0x04d245caac32ac0f28cd397fa727b3c9284…' - Expected + Received - 0x04d245caac32ac0f28cd397fa727b3c928468ae7 + 0x1234567890123456789012345678901234567890 ❯ test/api.spec.ts:802:31
test/api.spec.ts > Gateway API > API Address > should set bitcoin address: packages/gateway/test/api.spec.ts#L843
AssertionError: expected undefined to deeply equal '0x3146575169774b3237456e4758623642694…' - Expected: "0x3146575169774b3237456e475862364269424d524c4a76756e4a515a5a504d634764" + Received: undefined ❯ test/api.spec.ts:843:31
test/database.spec.ts > Gateway Database > Domain > Transfer Domain > should transfer existing domain: packages/gateway/test/database.spec.ts#L270
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/database.spec.ts:270:31
test/database.spec.ts > Gateway Database > Domain > Transfer Domain > should handle transferring domain not found: packages/gateway/test/database.spec.ts#L295
AssertionError: expected 'Unable to transfer domain' to deeply equal 'Unauthorized' - Expected + Received - Unauthorized + Unable to transfer domain ❯ test/database.spec.ts:295:30
CI
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
CI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636