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

Enable ancient block pruning #1216

Merged
merged 60 commits into from
May 9, 2024
Merged

Enable ancient block pruning #1216

merged 60 commits into from
May 9, 2024

Commits on Mar 17, 2023

  1. core/state: typo

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c9ef24f View commit details
    Browse the repository at this point in the history
  2. core/rawdb: backport from bnb-chain/bsc#543

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a4b592c View commit details
    Browse the repository at this point in the history
  3. eth,ethdb,node,core/state: backport from bnb-chain/bsc#543

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8c35ece View commit details
    Browse the repository at this point in the history
  4. eth,core: backport from bnb-chain/bsc#543

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2b8ca73 View commit details
    Browse the repository at this point in the history
  5. cmd: open db with freeze disabled

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4b96e5c View commit details
    Browse the repository at this point in the history
  6. cli: snapshot prune-block

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4e25407 View commit details
    Browse the repository at this point in the history
  7. fix typo

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8bd357f View commit details
    Browse the repository at this point in the history
  8. cli/snapshot: fix the issue of dup open db error

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b34d1a5 View commit details
    Browse the repository at this point in the history
  9. cli/snapshot: resolve datadir and ancient before backup

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b5f9741 View commit details
    Browse the repository at this point in the history
  10. core: more prune-block log

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b4ad6c0 View commit details
    Browse the repository at this point in the history
  11. core: truncatetail missing f.offset

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    cf25261 View commit details
    Browse the repository at this point in the history
  12. core/rawdb: indextx adjust offset of pruned block

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    7397e5a View commit details
    Browse the repository at this point in the history
  13. core/rawdb: freezer batch should implement the offset commit, ref bnb…

    …-chain/bsc#1005
    
    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f7833b7 View commit details
    Browse the repository at this point in the history
  14. core: check of ancientdb, backport bnb-chain/bsc#817

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    786c95c View commit details
    Browse the repository at this point in the history
  15. core/state: read raw borReceipt to backup

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ec275a9 View commit details
    Browse the repository at this point in the history
  16. core/rawdb: bor receipt maybe in []Receipt or Receipt RLP format

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    afdeeec View commit details
    Browse the repository at this point in the history
  17. core/state: typo and error msg

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f91030b View commit details
    Browse the repository at this point in the history
  18. core/rawdb: offSet -> offset

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    727656c View commit details
    Browse the repository at this point in the history
  19. cli/snapshot: comment

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    13292b0 View commit details
    Browse the repository at this point in the history
  20. cli/snapshot: add prune-block doc

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    59e6752 View commit details
    Browse the repository at this point in the history
  21. docs: add prune-block document

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1b0abf0 View commit details
    Browse the repository at this point in the history
  22. core/rawdb: print wrong bor-receipt length

    Signed-off-by: Delweng <delweng@gmail.com>
    jsvisa committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f9ae714 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

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

Commits on May 15, 2023

  1. improve errors

    manav2401 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c314ed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    383508a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98c020c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    3d71ce5 View commit details
    Browse the repository at this point in the history
  2. fix linters in tests

    manav2401 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f195feb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    54d5a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98149be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0baba View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    6276de6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e21c500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35a95b2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    eda6bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25a775b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 20, 2023

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

Commits on Apr 10, 2024

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

Commits on Apr 11, 2024

  1. go mod tidy

    manav2401 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b39c7ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc10b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. resolve more conflicts

    manav2401 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b35fea7 View commit details
    Browse the repository at this point in the history
  2. refactor

    manav2401 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    968a348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dbde87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac681be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34933fb View commit details
    Browse the repository at this point in the history
  6. fix typo

    manav2401 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    99f684f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. update docs and add warning

    manav2401 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a6aa79a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    0f1b9e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aba6091 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    15c806e View commit details
    Browse the repository at this point in the history
  2. address comments

    manav2401 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0c49dfc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    3c38710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e4b0bd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    fbc283c View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    manav2401 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    dbe3449 View commit details
    Browse the repository at this point in the history
  3. fix tests

    manav2401 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    55b5357 View commit details
    Browse the repository at this point in the history
  4. fix tests

    manav2401 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d098c59 View commit details
    Browse the repository at this point in the history