forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 8
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
EVM support #30
Open
kakysha
wants to merge
46
commits into
v0.50.x-inj
Choose a base branch
from
v0.50.x-inj-evm
base: v0.50.x-inj
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
EVM support #30
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
d78c893
Problem: parallel tx execution is not supported (#205)
yihuang 56cb96c
Problem: CacheWrapWithTrace api is not used (#207)
yihuang 20ee0a3
Problem: dependencies in store is not consistent (#235)
yihuang 90f3048
Support object store (#206)
yihuang 4d32911
prefix store support object store (#236)
yihuang 9ef65ec
Problem: fee collection not compatible with parallel execution (#237)
yihuang b693dd9
Problem: no efficient bank api to support evm add/sub balances (#239)
yihuang 5051618
Problem: MultiStore interface is bloated (#240)
yihuang 2484db0
Problem: nested cache store not efficient (#241)
yihuang 56f3e15
Problem: many memory allocs in cache store wrapping (#242)
yihuang 7d01116
Problem: no API to use the new CoW branch store (#243)
yihuang 77efecc
Problem: store key type assertion is incorrect (#244)
yihuang ec314e8
Problem: Restore don't work snapshot revert usage (#245)
yihuang 829c542
Revert "Problem: no efficient bank api to support evm add/sub balance…
yihuang 1c80a47
feat: save some memory allocations on un-used cache store (#248)
yihuang fecb1b0
Problem: block gas used not set in context (#252)
yihuang 29d3142
Problem: invalid tx returns negative gas wanted (#253)
yihuang 0bb12ec
Problem: no api to create cachemulti store from external cache store …
yihuang 56c1655
small optimisations (#261)
yihuang 5ad2d9a
Problem: can't extend abci listeners in streaming manager (#269)
yihuang b2be50d
Problem: x/tx not up to date to the released version (#279)
yihuang e8854d5
Problem: automatic signer getter don't support bytes field (#276)
yihuang ab87a3a
fix: bootstrap-state command can't parse latest genesis format (#289)
yihuang 0108877
Release/v0.50.x backport (#298)
mmsqe 8d30134
feat: expose db keyring used in the keystore (#384)
mmsqe cf12e5a
Problem: v0.50.x is outdated (#392)
mmsqe 36295f0
Problem: mempool don't respect gas wanted returned by ante handler (#…
yihuang 52a97a8
Problem: mempool.GasTx interface is not reused (#536)
mmsqe 1e75c9a
Merge remote-tracking branch 'cronos/release/v0.50.x' into v0.50.x-in…
kakysha 6c4b199
fix: compilation after merge
kakysha ebb17ff
Merge branch 'v0.50.x-inj' into v0.50.x-inj-evm
kakysha 9b7c5d2
Merge branch 'v0.50.x-inj' into v0.50.x-inj-evm
kakysha dee892b
fix: compilation
kakysha fcf57a5
Merge branch 'v0.50.x-inj' into v0.50.x-inj-evm
kakysha 7ccb4ed
chore: fix compile
arrivets 69713c6
chore: revert changes to SendRestrictionFn
arrivets b4127ec
chore: fix compile bank/types/restrictions_test
arrivets 7be9b7c
Merge branch 'v0.50.x-inj' into v0.50.x-inj-evm
kakysha 93c431f
feat: add LastBlockID to cometbft header
arrivets 2a24209
Merge pull request #31 from InjectiveLabs/feat/add-header-last-block-…
kakysha e87c446
feat: add fields to cometbft header
arrivets de2b519
Merge pull request #32 from InjectiveLabs/feat/add-header-last-block-…
kakysha acf19ad
chore: update cometbft version
arrivets 224eb95
Merge pull request #33 from InjectiveLabs/feat/add-header-last-block-…
kakysha 5654da5
fix: set correct header.AppHash field in internalFinalizeBlock
arrivets 789f4f2
Merge pull request #34 from InjectiveLabs/fix/header-app-hash
kakysha 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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Change potentially affects state.
Call sequence: