Skip to content
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; #133

Merged
merged 3 commits into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. txdag: the initial the TxDAG commit;

    txdag: opt rw record flag;
    
    txdag: fix some broken UTs;
    
    txdag: opt some logic;
    galaio committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    df9603a View commit details
    Browse the repository at this point in the history
  2. txdag: opt txdag encoding;

    evm: fix failed tx rwSet collecting;
    galaio committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    338b6a7 View commit details
    Browse the repository at this point in the history
  3. mvstates: fix oom issue when mining is enabled;

    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
    galaio committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    813c37e View commit details
    Browse the repository at this point in the history