-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73608e0
commit 72dceb6
Showing
12 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ it('propagates error when strict is true', async () => { | |
Params: (uint256, bytes) | ||
Data: 0x1234 (2 bytes) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ it('propagates error when strict is true', async () => { | |
Params: (address) | ||
Data: 0x1234 (2 bytes) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,6 @@ it('propagates error when strict is true', async () => { | |
Params: (bytes) | ||
Data: 0x1234 (2 bytes) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ it('propagates error when strict is true', async () => { | |
Params: (string) | ||
Data: 0x1234 (2 bytes) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -261,7 +261,7 @@ describe('getAbiRecord()', () => { | |
function: resolve(bytes name, bytes data) | ||
args: (0x, 0x) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,7 @@ describe('getAddressRecord()', () => { | |
function: resolve(bytes name, bytes data) | ||
args: (0x, 0x) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ describe('getContentHashRecord', () => { | |
function: resolve(bytes name, bytes data) | ||
args: (0x, 0x) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,7 @@ describe('getName', () => { | |
function: reverse(bytes reverseName) | ||
args: (0x) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
it('should not return unnormalised name', async () => { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,7 +146,7 @@ describe('getRecords()', () => { | |
args: (0x04746573740365746800, ["0x5678"]) | ||
Docs: https://viem.sh/docs/contract/decodeErrorResult | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ describe('getTextRecord()', () => { | |
function: resolve(bytes name, bytes data) | ||
args: (0x, 0x) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ it('throws on result decode error when strict is true', async () => { | |
Params: (bytes data, address resolver) | ||
Data: 0x1234 (2 bytes) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
|
||
|
@@ -116,7 +116,7 @@ it('throws on known contract error when strict is true', async () => { | |
function: resolve(bytes name, bytes data) | ||
args: (0x, 0x) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
|
||
|
@@ -147,7 +147,7 @@ it('throws on unknown contract error when strict is false', async () => { | |
args: (0x, 0x) | ||
Docs: https://viem.sh/docs/contract/decodeErrorResult | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
|
||
|
@@ -178,6 +178,6 @@ it('throws on unknown contract error when strict is true', async () => { | |
args: (0x, 0x) | ||
Docs: https://viem.sh/docs/contract/decodeErrorResult | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ describe('checkSafeUniversalResolverData', () => { | |
function: resolve(bytes name, bytes data) | ||
args: (0x, 0x) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
|
||
|
@@ -97,7 +97,7 @@ describe('checkSafeUniversalResolverData', () => { | |
function: resolve(bytes name, bytes data) | ||
args: (ab, cd) | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
|
||
|
@@ -129,7 +129,7 @@ describe('checkSafeUniversalResolverData', () => { | |
args: (0x, 0x) | ||
Docs: https://viem.sh/docs/contract/decodeErrorResult | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
|
||
|
@@ -161,7 +161,7 @@ describe('checkSafeUniversalResolverData', () => { | |
args: (0x, 0x) | ||
Docs: https://viem.sh/docs/contract/decodeErrorResult | ||
Version: [email protected]] | ||
Version: 2.21.12] | ||
`) | ||
}) | ||
}) |