forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: ope poc #26
Draft
dudong2
wants to merge
24
commits into
basechain/abci2.0/develop
Choose a base branch
from
basechain/abci2.0/develop-ope-poc
base: basechain/abci2.0/develop
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.
Draft
feat: ope poc #26
dudong2
wants to merge
24
commits into
basechain/abci2.0/develop
from
basechain/abci2.0/develop-ope-poc
Conversation
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 reverts commit bc2e971.
…vmos#451) Disable block gas meter, it's safe to do because we checks gas wanted against block gas limit in ProcessProposal now. Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> cleanup format use block gas wanted in context update deps fix unit test fix unit test remove feemarket transient store remove update deps
…vmos#358) * Problem: sender address verification is not decoupled from execution WIP: evmos#355 Solution: - to decouple sender address verification from execution, we must first enforce user setting the From field in the msg * changelog * fix GetSenderLegacy * cleanup * fix unit tests * reduce overhead of debug log * lazy init the btree in cache store because many stores are never touched * fix mutation
* Problem: go-block-stm is not integrated for parallel tx execution - integrate go-block-stm as tx executor - small optimiations fix * package deps * cleanup * update sdk deps * cleanup * cleanup * cleanup * Update server/config/config.go Signed-off-by: yihuang <[email protected]> * Update server/config/toml.go Signed-off-by: yihuang <[email protected]> * cleanup * cleanup * cleanup * fix default executor --------- Signed-off-by: yihuang <[email protected]>
) * Problem: fee deduction not compatible with parallel execution Solution: - use virtual send * Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * fix build * fix test * cleanup --------- Signed-off-by: yihuang <[email protected]>
* Problem: evm transfer is not efficient Solution: - override the Transfer callback in block context. Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> * test reverted sdk * update deps --------- Signed-off-by: yihuang <[email protected]>
…ion (evmos#450) * Problem: transient store usage not compatible with parallel tx execution Currently we use shared transient store keys to accumulate some states, which cause issues when developing parallel tx execution Solution: - remove some transient stores. - the others are used in a per-tx fasion. Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> cleanup fix test * fix * cleanup
…vmos#451) Disable block gas meter, it's safe to do because we checks gas wanted against block gas limit in ProcessProposal now. Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> cleanup format use block gas wanted in context update deps fix unit test fix unit test remove feemarket transient store remove update deps
Solution: - save the cost of repeated encoding/decoding during the block execution - also migrate existing transient stores to object stores Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> Update x/feemarket/types/keys.go Signed-off-by: yihuang <[email protected]> renmae fix test
* Problem: block-stm tx executor don't do simple static dependency analysis Solution: - estimate dependencies based on tx fee payer, try to optimise worst case performance. * fix build * customize estimates instead of dependencies * fix context * update api * cleanup * changelog * cleanup * cleanup * cleanup * pre-estimate config * fix lint
* Problem: pre-estimation don't run in parallel * fix build * fix race * cleanup chunking * keep unchanged --------- Co-authored-by: mmsqe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes: #XXX
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)