Skip to content

Commit

Permalink
✅ Fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
William Cory authored and William Cory committed Aug 1, 2024
1 parent 9b9aaef commit 77444f7
Show file tree
Hide file tree
Showing 25 changed files with 16,850 additions and 16,782 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ exports[`deepCopy > should throw if uncommitted state 1`] = `
Docs: https://tevm.sh/reference/tevm/errors/classes/internalerror/
Version: 1.1.0.next-73]
`;

exports[`deepCopy should throw if uncommitted state 1`] = `[InternalError: Attempted to deepCopy state with uncommitted checkpoints
Docs: https://tevm.sh/reference/tevm/errors/classes/internalerror/
Version: 1.1.0.next-73]`;
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`dumpStorageRange > should dump storage from a range 1`] = `
{
"nextKey": null,
"storage": {
"0000000000000000000000000000000000000000000000000000000000000000": {
"key": "0000000000000000000000000000000000000000000000000000000000000000",
"value": "0x01a4",
},
},
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@ exports[`generateCanonicalGenesis > should throw if there are uncommitted checkp
Docs: https://tevm.sh/reference/tevm/errors/classes/internalerror/
Version: 1.1.0.next-73]
`;

exports[`generateCanonicalGenesis should successfully generate canonical genesis 1`] = `{}`;

exports[`generateCanonicalGenesis should throw if there are uncommitted checkpoints 1`] = `[InternalError: Attempted to generateCanonicalGenesis state with uncommitted checkpoints
Docs: https://tevm.sh/reference/tevm/errors/classes/internalerror/
Version: 1.1.0.next-73]`;
150 changes: 0 additions & 150 deletions packages/state/src/actions/__snapshots__/getAccount.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -149,153 +149,3 @@ Account {
],
}
`;

exports[`getAccount forking Should fetch account from remote provider if not in cache and fork transport is provided 1`] = `
Account {
"balance": 121136012589291788664n,
"codeHash": Uint8Array [
197,
210,
70,
1,
134,
247,
35,
60,
146,
126,
125,
178,
220,
199,
3,
192,
229,
0,
182,
83,
202,
130,
39,
59,
123,
250,
216,
4,
93,
133,
164,
112,
],
"nonce": 654430n,
"storageRoot": Uint8Array [
86,
232,
31,
23,
27,
204,
85,
166,
255,
131,
69,
230,
146,
192,
248,
110,
91,
72,
224,
27,
153,
108,
173,
192,
1,
98,
47,
181,
227,
99,
180,
33,
],
}
`;

exports[`getAccount forking Should fetch account from remote provider if not in cache and fork transport is provided 2`] = `
Account {
"balance": 121136012589291788664n,
"codeHash": Uint8Array [
197,
210,
70,
1,
134,
247,
35,
60,
146,
126,
125,
178,
220,
199,
3,
192,
229,
0,
182,
83,
202,
130,
39,
59,
123,
250,
216,
4,
93,
133,
164,
112,
],
"nonce": 654430n,
"storageRoot": Uint8Array [
86,
232,
31,
23,
27,
204,
85,
166,
255,
131,
69,
230,
146,
192,
248,
110,
91,
72,
224,
27,
153,
108,
173,
192,
1,
98,
47,
181,
227,
99,
180,
33,
],
}
`;
Loading

0 comments on commit 77444f7

Please sign in to comment.