-
Notifications
You must be signed in to change notification settings - Fork 25
Fix envInfo evm test #747
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
Merged
Merged
Fix envInfo evm test #747
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e955e72
add EvmStateBuilder struct
Mr-Leshiy 3d1d9f7
add ethereum tests submodule
Mr-Leshiy a5e6846
add initial test parsing
Mr-Leshiy 40098ea
add setup env paramets from the test case
Mr-Leshiy 97a08d2
add accounts initial setup
Mr-Leshiy 3ce2eef
add TestExpect struct
Mr-Leshiy a8ff21f
Merge branch 'master' into evm-test-suite
Mr-Leshiy 8c3349e
update parsing
Mr-Leshiy 5f2dc28
small refactor
Mr-Leshiy b661c0b
add state validation functions
Mr-Leshiy 8caf4e1
fix TestEvmTransaction
Mr-Leshiy 334355f
fix Account converting
Mr-Leshiy 0b14a63
small refactor
Mr-Leshiy d251f11
add TestEvmTransaction conversions
Mr-Leshiy 1ac8b69
Merge branch 'master' into evm-test-suite
Mr-Leshiy f98b1b8
fixing small issues
Mr-Leshiy b84f532
fix clippy
Mr-Leshiy f48d9af
ignore vm_add_test
Mr-Leshiy 76f3ff7
Merge branch 'master' into evm-test-suite
Mr-Leshiy 91af6d3
fix issue with gas fees
Mr-Leshiy a703960
move tests
Mr-Leshiy b99319a
add bitwise_logic_operation tests
Mr-Leshiy eaa25a5
ci: checkout submodules
eugene-babichenko dbd11d5
add more tests for the evm
Mr-Leshiy fe9db26
Update chain-impl-mockchain/src/tokens/policy_hash.rs
Mr-Leshiy 33065f0
Update chain-impl-mockchain/src/tokens/name.rs
Mr-Leshiy d0d37b1
Update chain-impl-mockchain/src/certificate/test.rs
Mr-Leshiy af42bc8
Update chain-impl-mockchain/src/tokens/identifier.rs
Mr-Leshiy 2f2a670
update suggestions
Mr-Leshiy aec68a4
add comments
Mr-Leshiy ea0fc90
Merge branch 'master' into fix-vm-add-test
Mr-Leshiy b994ce6
fix env_test evm, update
Mr-Leshiy 9618469
Merge branch 'master' into fix-env-info-evm-test
Mr-Leshiy c097741
Merge branch 'master' into fix-env-info-evm-test
Mr-Leshiy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that the VM should mutate the environment outside of tests.