Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tracing to
t8n
#3953base: master
Are you sure you want to change the base?
Add tracing to
t8n
#3953Changes from all commits
504a7bd
45d3cdc
d577e67
ecbe65d
7263442
a357fb6
fed9ce1
ab2f22c
d87e42d
bc88658
87afde8
9fc4d27
410e7a0
2ee5d97
91bc624
571a4f9
8bd5ae6
c52404f
e88bca7
2d977d5
29e4313
4adfdb5
62b336f
238f6cc
db31d14
f6572c0
d797a92
30923fa
d09eeff
ee28d8c
1e76835
5ae3eff
5982f97
fb0f72c
11247a6
90c4cba
5819a48
4e51407
1defe8b
a3c0b12
8c83887
23010e0
fdd6f7a
810990f
e2ef053
cc48f0c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 1 in packages/evm/src/eof/container.ts
Check failure on line 475 in packages/evm/src/interpreter.ts
test/customOpcodes.spec.ts > VM: custom opcodes > should add custom opcodes to the EVM
Check failure on line 475 in packages/evm/src/interpreter.ts
test/eips/eip-3860.spec.ts > EIP 3860 tests > CREATE with MAX_INITCODE_SIZE+1, allowUnlimitedContractSize active
Check failure on line 475 in packages/evm/src/interpreter.ts
test/eips/eip-3860.spec.ts > EIP 3860 tests > ensure EIP-3860 gas is applied on CREATE2 calls
Check failure on line 475 in packages/evm/src/interpreter.ts
test/eips/eip-3860.spec.ts > EIP 3860 tests > ensure EIP-3860 gas is applied on CREATE calls
Check failure on line 475 in packages/evm/src/interpreter.ts
test/stack.spec.ts > Stack > stack should return the padded value
Check failure on line 475 in packages/evm/src/interpreter.ts
test/customOpcodes.spec.ts > VM: custom opcodes > should add custom opcodes to the EVM
Check failure on line 475 in packages/evm/src/interpreter.ts
test/blobVersionedHashes.spec.ts > BLOBHASH: access blobVersionedHashes in a CREATE/CREATE2 frame > should work
Check failure on line 475 in packages/evm/src/interpreter.ts
test/blobVersionedHashes.spec.ts > BLOBHASH: access blobVersionedHashes within contract calls > should work
Check failure on line 25 in packages/evm/test/runCall.spec.ts