-
Notifications
You must be signed in to change notification settings - Fork 47
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: support TxDAG generation for op-geth; #149
Closed
Closed
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
txdag: opt rw record flag; txdag: fix some broken UTs; txdag: opt some logic;
evm: fix failed tx rwSet collecting;
mvstates: opt async dep generation; mvstates: opt resolve dep logic; mvstates: fix async dep gen deadlock issue; miner: support record sysytem tx rwset; miner: opt txdag enable checking; txdag: fix system tx finalise issue; mvstate: using pending writes to accelerate txdag generation; txdag: test snappy compress ratio; txdag: add more bench tests; txdag: reduce mem alloc and async resolve tx dependency; txdag: add excluded flag; mvstates: generate txdag with excluded flag; txdag: support multi flags, and supported in pevm; txdag: opt TxDAG rwset collecting & generating; txdag: opt txdag encoding, reduce rlp size
* txDAG transfer * encode/decode txDAG data with ABI * set txDAG receiver to a special address --------- Co-authored-by: andyzhang2023 <andyzhang2023@gmail.com> merge conflict fix conflict
…tions are executed
…tions are executed
mvstates: support txdepMap to produce txdag; mvststes: using struct in rwset;
txdag: refactor async logic, reduce concurrent logic; txdag: using slice cache rather than sending chan directly; txdag: opt gc issue; txdag: support init cache pool;
worker: add UT to test txdag gasless block generation;
galaio
force-pushed
the
feature/TxDAG
branch
from
September 23, 2024 06:46
5fc62d6
to
de95de0
Compare
welkin22
force-pushed
the
feature/TxDAG
branch
from
September 26, 2024 03:23
4659c1a
to
b94e120
Compare
Just need to directly review #187, I will close this PR. |
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.
Description
The implementation of BEP-396: Accelerate Block Execution by TxDAG.
Changes
Notable changes: