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

Sidecar fetching changes for 4844 #2283

Merged
merged 13 commits into from
Mar 14, 2024
Merged

Sidecar fetching changes for 4844 #2283

merged 13 commits into from
Mar 14, 2024

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    5a6e13c View commit details
    Browse the repository at this point in the history
  2. Switch ON blobpool & ensure Cancun hardfork can occur (#2223)

    pool: switch ON blobpool+no reannotx
    emailtovamos authored and galaio committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    34cb9b9 View commit details
    Browse the repository at this point in the history
  3. feat: support blob storage & miscs; (#2229)

    * chainconfig: use cancun fork for BSC;
    feat: fill WithdrawalsHash when BSC enable cancun fork;
    
    * rawdb: support to CRUD blobs;
    freezer: support to freeze block blobs;
    
    * freezer: support to freeze block blobs;
    
    * blockchain: add blob cache & blob query helper;
    
    * blockchain: add blob cache & blob query helper;
    
    * freezer: refactor addition table logic, add uts;
    
    * blobexpiry: add more extra expiry time, and logs;
    
    * ci: fix UT fails;
    
    * fix: fix some PR review comments;
    
    * parlia: implement IsDataAvailable function;
    
    * blob: refactor blob transfer logic;
    
    * blob: support config blob extra reserve;
    galaio committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6498101 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. blockchian: support to import block with blob & blobGasFee; (#2260)

    * blob: implement min&max gas price logic;
    blob: change some key parameters;
    
    * blockchian: support import side chain;
    
    * blobpool: reject the banned address;
    
    * blockchain: add chasing head for DA check;
    
    * params: update blob related config;
    
    * blockchain: opt data available checking performance;
    dataavailability: add more UTs;
    
    * blockchain: opt data available checking performance;
    dataavailability: add more UTs;
    
    * ci: fix failed UTs;
    
    * ci: fix failed UTs;
    
    * params: modify blob related params;
    
    * gasprice: support BEP-336 blob gas price calculate;
    
    * ci: fix some broken UTs;
    galaio authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    93f1e96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74019be View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    3d45c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c76bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bff05bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b18ecc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f25e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7be2c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24925ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5f2c70 View commit details
    Browse the repository at this point in the history