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(consensus/grandpa): Add warp sync proof verification #4240

Merged
merged 20 commits into from
Oct 21, 2024

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    8ce9a79 View commit details
    Browse the repository at this point in the history
  2. Add scheduled change check

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c8bc477 View commit details
    Browse the repository at this point in the history
  3. Change generic to uint

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    119a0e7 View commit details
    Browse the repository at this point in the history
  4. Modify types

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    805e35f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f3165e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c15b8ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb9dac5 View commit details
    Browse the repository at this point in the history
  8. Simplify digest creation

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4ebf738 View commit details
    Browse the repository at this point in the history
  9. Better testing

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6e3f6fa View commit details
    Browse the repository at this point in the history
  10. Tests finished

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    12e4678 View commit details
    Browse the repository at this point in the history
  11. Simplify Verify return type

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    aa10b3d View commit details
    Browse the repository at this point in the history
  12. Fix tests

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b6b2711 View commit details
    Browse the repository at this point in the history
  13. Fix tests and verify method

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7538070 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c34043 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8bbd7dd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    027a669 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e466c64 View commit details
    Browse the repository at this point in the history
  18. Add comment

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b5687aa View commit details
    Browse the repository at this point in the history
  19. Remove unnecesary mocks

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c46f3b6 View commit details
    Browse the repository at this point in the history
  20. Improve error

    dimartiro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ebf72c6 View commit details
    Browse the repository at this point in the history