This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
evm: params #458
Merged
Merged
evm: params #458
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
46ae305
evm: params
fedekunze 3bd141b
setup
fedekunze 72fc40e
bump commit
fedekunze 7d041d7
fixes
fedekunze 7b4e423
increase gas usage
fedekunze 6fa8e29
tests
fedekunze 2338725
conflicts
fedekunze 9ffd1e8
evm denom param
fedekunze 452cc78
more config updates
fedekunze 8269746
update genesis
fedekunze 39048af
update ante handler
fedekunze 2289f34
csdb param test
fedekunze 2a364e7
more tests and fixes
fedekunze fa83504
update statedb.Copy
fedekunze ab18272
lint
fedekunze c7c89ab
additional test
fedekunze d1c1e0a
fix importer tests
fedekunze d267cc3
fix AnteHandler test
fedekunze 7fe95ba
minor update
fedekunze 94adf0f
revert
fedekunze 86dbdb5
undo gas update
fedekunze 64957ac
stringer test
fedekunze 7c09c23
changelog
fedekunze 8fa07a8
fix csdb index error (#493)
noot 5b9e443
Merge branch 'development' into evm-params
fedekunze c01ca51
Merge branch 'development' of github.com:ChainSafe/ethermint into evm…
fedekunze ff3e6b4
Merge branch 'evm-params' of github.com:ChainSafe/ethermint into evm-…
fedekunze 7958be1
update default hash
fedekunze 6fd7af7
update querier
fedekunze 0ec092d
update rpc tests
fedekunze e5d1736
updates from development
fedekunze 1b8a25b
fix estimate gas test
noot 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 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.
not sure if we should address this? technically it should remain the same? @noot
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.
yeah it should likely be the same, do we have any tests for actual gas consumption vs estimation? if not we should add some