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

Pruning logic #4194

Merged
merged 65 commits into from
Oct 8, 2024
Merged

Pruning logic #4194

merged 65 commits into from
Oct 8, 2024

Commits on Sep 18, 2024

  1. add parallel code

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    542e612 View commit details
    Browse the repository at this point in the history
  2. parallel execution

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a4f0fe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f0aa78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11102f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22b78f9 View commit details
    Browse the repository at this point in the history
  6. add log for saving time

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2455ef6 View commit details
    Browse the repository at this point in the history
  7. add some test

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ca45ef7 View commit details
    Browse the repository at this point in the history
  8. add false testing case

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e11b137 View commit details
    Browse the repository at this point in the history
  9. add more testing code

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6ca87e3 View commit details
    Browse the repository at this point in the history
  10. add check data

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    67741c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86f1817 View commit details
    Browse the repository at this point in the history
  12. add some code

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c35bd07 View commit details
    Browse the repository at this point in the history
  13. add verification

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f8c3795 View commit details
    Browse the repository at this point in the history
  14. fix some bugs

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    93e71f7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df381de View commit details
    Browse the repository at this point in the history
  16. fmt and clippy

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d757bd6 View commit details
    Browse the repository at this point in the history
  17. rebase master

    set the number 4500000 for vega updating
    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fd6d2bb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0f70ba1 View commit details
    Browse the repository at this point in the history
  19. add pruning logic and compatible logic

    fix some test cases
    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a75f2f2 View commit details
    Browse the repository at this point in the history
  20. fix clippy

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d3f8514 View commit details
    Browse the repository at this point in the history
  21. fix test case

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8f1e647 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    296d04a View commit details
    Browse the repository at this point in the history
  23. fix clippy

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9a94908 View commit details
    Browse the repository at this point in the history
  24. fix flexdag's test case

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    91a997b View commit details
    Browse the repository at this point in the history
  25. fix clippy

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    06fbd3e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8049c16 View commit details
    Browse the repository at this point in the history
  27. merge dag-master

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d32d12f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    676e861 View commit details
    Browse the repository at this point in the history
  29. add update db code

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    788cec3 View commit details
    Browse the repository at this point in the history
  30. add dag db update

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7689b48 View commit details
    Browse the repository at this point in the history
  31. update dag db

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e0ec991 View commit details
    Browse the repository at this point in the history
  32. update dag db

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    75241a6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4a39acd View commit details
    Browse the repository at this point in the history
  34. rebase sync parallel3

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    43339b2 View commit details
    Browse the repository at this point in the history
  35. fix compiling

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    07ad098 View commit details
    Browse the repository at this point in the history
  36. db update for dag state

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f08687a View commit details
    Browse the repository at this point in the history
  37. fix connection

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4cfc2cc View commit details
    Browse the repository at this point in the history
  38. add verify pruning

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b987a31 View commit details
    Browse the repository at this point in the history
  39. add pruning height

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d55c678 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    954c243 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    e8f123f View commit details
    Browse the repository at this point in the history
  42. add command file

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dd1ee2a View commit details
    Browse the repository at this point in the history
  43. use 850000

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    109e0bd View commit details
    Browse the repository at this point in the history
  44. add rpc json new command

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cbc7c55 View commit details
    Browse the repository at this point in the history
  45. add some log for debug

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    153c30d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    165690d View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    61414cd View commit details
    Browse the repository at this point in the history
  48. merge dag master

    jackzhhuang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ec341bc View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    7d24357 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    d5f2762 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a70db10 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    fd96b21 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    38232f7 View commit details
    Browse the repository at this point in the history
  2. remove some logs

    add test case for pruning
    jackzhhuang committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f603fc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    f5807c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be8656 View commit details
    Browse the repository at this point in the history
  3. add test case

    jackzhhuang committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b7d157d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 27, 2024

  1. add test code

    jackzhhuang committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    07de3ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998637f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    ba5d0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218e7a0 View commit details
    Browse the repository at this point in the history