fix(store): bigint input as string to prevent 000..000 masking #11
Annotations
10 errors
Test:
test/fetching/fetchMetadataFromUri.test.ts#L25
AssertionError: expected undefined not to be undefined
❯ test/fetching/fetchMetadataFromUri.test.ts:25:22
|
Test:
test/fetching/fetchMetadataFromUri.test.ts#L48
AssertionError: expected undefined not to be undefined
❯ test/fetching/fetchMetadataFromUri.test.ts:48:22
|
Test:
test/fetching/fetchMetadataFromUri.test.ts#L71
AssertionError: expected undefined not to be undefined
❯ test/fetching/fetchMetadataFromUri.test.ts:71:22
|
Test:
test/fetching/fetchMetadataFromUri.test.ts#L94
AssertionError: expected undefined not to be undefined
❯ test/fetching/fetchMetadataFromUri.test.ts:94:22
|
Test:
test/parsing/claimStoredEvent.test.ts#L21
AssertionError: expected Promise{…} to deeply equal { …(3) }
- Expected
+ Received
- Object {
- "claimID": 51380866022836n,
- "contractAddress": "0xc0f8108fc15dcead0f7d9ae084feb87dbc0c7d4e",
- "uri": "https://exalted-stew.org",
- }
+ Promise {}
❯ test/parsing/claimStoredEvent.test.ts:21:20
|
Test:
test/parsing/claimStoredEvent.test.ts#L41
AssertionError: expected Promise{…} to be undefined // Object.is equality
- Expected:
undefined
+ Received:
Promise {}
❯ test/parsing/claimStoredEvent.test.ts:41:20
|
Test:
test/parsing/claimStoredEvent.test.ts#L58
AssertionError: expected Promise{…} to be undefined // Object.is equality
- Expected:
undefined
+ Received:
Promise {}
❯ test/parsing/claimStoredEvent.test.ts:58:20
|
Test:
test/storage/storeHypercert.test.ts#L15
TypeError: storeHypercert is not a function
❯ test/storage/storeHypercert.test.ts:15:31
|
Test:
test/storage/updateLastBlockIndexed.test.ts#L11
TypeError: updateLastBlockIndexed is not a function
❯ test/storage/updateLastBlockIndexed.test.ts:11:36
|
Test
Process completed with exit code 1.
|
Loading