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: store skipped transactions in local db #467

Merged
merged 27 commits into from
Aug 25, 2023

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    d698c6d View commit details
    Browse the repository at this point in the history
  2. bump version

    Thegaram committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c45f7e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed2514e View commit details
    Browse the repository at this point in the history
  4. bump version

    Thegaram committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2ef883a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    c0e9f03 View commit details
    Browse the repository at this point in the history
  2. fix test

    Thegaram committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4f4f880 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    b3f8a5d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    adfb3f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c6882 View commit details
    Browse the repository at this point in the history
  3. goimports

    Thegaram committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b005178 View commit details
    Browse the repository at this point in the history
  4. rename more

    Thegaram committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a43706e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05f1457 View commit details
    Browse the repository at this point in the history
  6. bump version

    Thegaram committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a3e1e78 View commit details
    Browse the repository at this point in the history
  7. fix missed renames

    Thegaram committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3dc1489 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26bbdde View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. fix the bug when calculating l2TxCount. (#479)

    * fix bug when calculate l2 tx count
    
    * Update version
    mask-pp authored and Thegaram committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2f8ef6c View commit details
    Browse the repository at this point in the history
  2. fix: exclude L1 message from block payload size validation (#476)

    * fix: exclude L1 message from block payload size validation
    
    * fix the bug when calculating l2TxCount. (#479)
    
    * fix bug when calculate l2 tx count
    
    * Update version
    
    * bump version
    
    ---------
    
    Co-authored-by: maskpp <maskpp266@gmail.com>
    Thegaram and mask-pp committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    44e936c View commit details
    Browse the repository at this point in the history
  3. fix: update row estimation with scroll-prover v0.7.2 (#475)

    * Fix row estimation.
    
    * Update libzkp.
    
    * more
    
    * prepare
    
    * finish
    
    * upgrade
    
    * bump version
    
    * fix tests
    
    * Update to scroll-prover `v0.7.2`.
    
    * fix tests
    
    * Update miner/worker.go
    
    Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
    
    * Update miner/worker.go
    
    Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
    
    * Reset ccc when skips first tx.
    
    * do not unnecessarily skip L1 message
    
    * fix ccc reset and improve code readability
    
    * seal block on circuitcapacitychecker.ErrUnknown
    
    ---------
    
    Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
    Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
    3 people committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    55f04ca View commit details
    Browse the repository at this point in the history
  4. refactor: simplify ccc revert to snapshot (#480)

    * simplify ccc revert to snapshot
    
    * Update version.go
    
    ---------
    
    Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
    2 people authored and Thegaram committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1d1c749 View commit details
    Browse the repository at this point in the history
  5. feat: use --gcmode=archive and --cache.noprefetch=true by default (#482)

    * feat: use --gcmode=archive and --cache.noprefetch=true by default
    
    * refuse to start with invalid config
    
    * lint
    
    * lint
    Thegaram committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    053a7fd View commit details
    Browse the repository at this point in the history
  6. feat(sdk): support compressed response (#469)

    * enable use compression algorithm
    
    * fix ci
    
    * Just enable decode compressed content at ethclient
    
    * fix comments
    
    ---------
    
    Co-authored-by: Haichen Shen <shenhaichen@gmail.com>
    2 people authored and Thegaram committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9c72dd2 View commit details
    Browse the repository at this point in the history
  7. fix: disable pruning and prefetch if not flags are provided (#483)

    Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
    Thegaram and colinlyguo committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9ae17a9 View commit details
    Browse the repository at this point in the history
  8. fix: update libzkp to use scroll-prover v0.7.5 (#484)

    * Update libzkp to use scroll-prover `v0.7.5`.
    
    * Update version.
    silathdiir authored and Thegaram committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5b414c3 View commit details
    Browse the repository at this point in the history
  9. address comments

    Thegaram committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ac18f11 View commit details
    Browse the repository at this point in the history
  10. bump version

    Thegaram committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    afc5b88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c7cb6c View commit details
    Browse the repository at this point in the history
  12. nit

    Thegaram committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    59f113c View commit details
    Browse the repository at this point in the history