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

feature: ancient blockchain pruner #751

Closed
wants to merge 40 commits into from

Commits on Mar 17, 2023

  1. core/state: typo

    Signed-off-by: Delweng <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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. 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 <[email protected]>
    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 <[email protected]>
    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. 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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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