Skip to content

[SDK] Refactor: More Viem to Ox migration #17175

[SDK] Refactor: More Viem to Ox migration

[SDK] Refactor: More Viem to Ox migration #17175

Triggered via pull request December 18, 2024 04:42
Status Failure
Total duration 2m 0s
Artifacts

CI.yml

on: pull_request
optimize_ci
3s
optimize_ci
Matrix: E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

169 errors and 15 warnings
E2E Tests (bun, vite)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (bun, vite)
***#build: command (/home/runner/work/js/js/packages/***) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
E2E Tests (bun, vite)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (bun, vite)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (bun, vite)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (bun, vite)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (bun, vite)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (bun, vite)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (bun, vite)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (bun, vite)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (bun, webpack)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (bun, webpack)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (bun, webpack)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (bun, webpack)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (bun, webpack)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (bun, webpack)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (bun, webpack)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (bun, webpack)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (bun, webpack)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (bun, webpack)
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
E2E Tests (npm, esbuild)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (npm, esbuild)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (npm, esbuild)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (npm, esbuild)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (npm, esbuild)
***#build: command (/home/runner/work/js/js/packages/***) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
E2E Tests (npm, esbuild)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (npm, esbuild)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (npm, esbuild)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (npm, esbuild)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (npm, esbuild)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
Build Packages
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
Build Packages
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
Build Packages
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
Build Packages
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
Build Packages
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
Build Packages
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
Build Packages
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
Build Packages
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
Build Packages
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
Build Packages
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
E2E Tests (pnpm, esbuild)
The job was canceled because "bun_webpack" failed.
E2E Tests (pnpm, esbuild)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (pnpm, esbuild)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (pnpm, esbuild)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (pnpm, esbuild)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (pnpm, esbuild)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (pnpm, esbuild)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (pnpm, esbuild)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (pnpm, esbuild)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (pnpm, esbuild)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (pnpm, esbuild)
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
E2E Tests (bun, esbuild)
The job was canceled because "bun_webpack" failed.
E2E Tests (bun, esbuild)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (bun, esbuild)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (bun, esbuild)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (bun, esbuild)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (bun, esbuild)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (bun, esbuild)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (bun, esbuild)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (bun, esbuild)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (bun, esbuild)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (bun, esbuild)
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
E2E Tests (pnpm, vite)
The job was canceled because "bun_webpack" failed.
E2E Tests (pnpm, vite)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (pnpm, vite)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (pnpm, vite)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (pnpm, vite)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (pnpm, vite)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (pnpm, vite)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (pnpm, vite)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (pnpm, vite)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (pnpm, vite)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (pnpm, vite)
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
E2E Tests (yarn, vite)
The job was canceled because "bun_webpack" failed.
E2E Tests (yarn, vite)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (yarn, vite)
***#build: command (/home/runner/work/js/js/packages/***) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
E2E Tests (yarn, vite)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (yarn, vite)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (yarn, vite)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (yarn, vite)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (yarn, vite)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (yarn, vite)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (yarn, vite)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (yarn, vite)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
Size
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
Size
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
Size
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
Size
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
Size
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
Size
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
Size
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
Size
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
Size
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
Size
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
E2E Tests (npm, vite)
The job was canceled because "bun_webpack" failed.
E2E Tests (npm, vite)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (pnpm, webpack)
The job was canceled because "bun_webpack" failed.
E2E Tests (npm, vite)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (pnpm, webpack)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (pnpm, webpack)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (npm, vite)
***#build: command (/home/runner/work/js/js/packages/***) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
E2E Tests (pnpm, webpack)
***#build: command (/home/runner/work/js/js/packages/***) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
E2E Tests (npm, vite)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (pnpm, webpack)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (npm, vite)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (pnpm, webpack)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (npm, vite)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (pnpm, webpack)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (npm, vite)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (pnpm, webpack)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (npm, vite)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (pnpm, webpack)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (npm, vite)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (pnpm, webpack)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (npm, vite)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (pnpm, webpack)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (npm, webpack)
The job was canceled because "bun_webpack" failed.
E2E Tests (npm, webpack)
***#build: command (/home/runner/work/js/js/packages/***) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
E2E Tests (npm, webpack)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (npm, webpack)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (npm, webpack)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (npm, webpack)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (npm, webpack)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (npm, webpack)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (npm, webpack)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (npm, webpack)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (npm, webpack)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (yarn, esbuild)
The job was canceled because "bun_webpack" failed.
E2E Tests (yarn, esbuild)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (yarn, esbuild)
***#build: command (/home/runner/work/js/js/packages/***) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
E2E Tests (yarn, esbuild)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (yarn, esbuild)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (yarn, esbuild)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (yarn, esbuild)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (yarn, esbuild)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (yarn, esbuild)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (yarn, esbuild)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (yarn, esbuild)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (yarn, webpack)
The job was canceled because "bun_webpack" failed.
E2E Tests (yarn, webpack)
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
E2E Tests (yarn, webpack)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (yarn, webpack)
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
E2E Tests (yarn, webpack)
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
E2E Tests (yarn, webpack)
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
E2E Tests (yarn, webpack)
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
E2E Tests (yarn, webpack)
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
E2E Tests (yarn, webpack)
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
E2E Tests (yarn, webpack)
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
E2E Tests (yarn, webpack)
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
Unit Tests
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
Unit Tests
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
Unit Tests
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
Unit Tests
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
Unit Tests
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
Unit Tests
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
Unit Tests
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
Unit Tests
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
Unit Tests
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
Unit Tests
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
Lint Packages
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
Lint Packages
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
Lint Packages
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
Lint Packages
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
Lint Packages
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
Lint Packages
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
Lint Packages
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
Lint Packages
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
Lint Packages
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
Lint Packages
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
optimize_ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E Tests (bun, vite)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E Tests (bun, webpack)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
E2E Tests (npm, esbuild)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Size
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Packages: apps/playground-web/src/components/engine/airdrop/TransactionResults.tsx#L163
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Lint Packages: apps/playground-web/src/components/engine/airdrop/TransactionResults.tsx#L170
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Lint Packages: apps/playground-web/src/components/engine/airdrop/TransactionResults.tsx#L177
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Lint Packages: apps/playground-web/src/components/engine/minting/TransactionResults.tsx#L161
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Lint Packages: apps/playground-web/src/components/engine/minting/TransactionResults.tsx#L168
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Lint Packages: apps/playground-web/src/components/engine/minting/TransactionResults.tsx#L175
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Lint Packages: apps/playground-web/src/components/engine/minting/erc1155-mint-to.tsx#L267
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element