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

hotfix: blockchain/backend: Skip genesis leaf to unblock syncing #5103

Merged
merged 18 commits into from
Jul 23, 2024

Commits on Jul 22, 2024

  1. blockchain/backend: Skip genesis leaf to unblock syncing

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f944869 View commit details
    Browse the repository at this point in the history
  2. blockchain/backend: Add debug logs for easier debugging if need be

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c9a13e8 View commit details
    Browse the repository at this point in the history
  3. blockchain/backend: Move the debug log above to avoid spams

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1c74bf6 View commit details
    Browse the repository at this point in the history
  4. blockchain/backend: Use proper path for debug log

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    39e29c6 View commit details
    Browse the repository at this point in the history
  5. blockchain/backend: Adjust stop check and debug logs

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c8e4c34 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. zombienet/0001-basic-warp-sync: Extend checks for genesis leaf

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    de72635 View commit details
    Browse the repository at this point in the history
  2. zombienet/0001-basic-warp-sync: Expect no genesis leaf

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    275410d View commit details
    Browse the repository at this point in the history
  3. blockchain/backend: Skip genesis leaf entirely

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1a507e7 View commit details
    Browse the repository at this point in the history
  4. Add prdoc

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b09ec22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f80fb View commit details
    Browse the repository at this point in the history
  6. Update substrate/primitives/blockchain/src/backend.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    lexnv and bkchr authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a6fe932 View commit details
    Browse the repository at this point in the history
  7. Update substrate/primitives/blockchain/src/backend.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    lexnv and bkchr authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6064833 View commit details
    Browse the repository at this point in the history
  8. Displace leaf if it is genesis

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    69df716 View commit details
    Browse the repository at this point in the history
  9. Update substrate/primitives/blockchain/src/backend.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    lexnv and bkchr authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0442a19 View commit details
    Browse the repository at this point in the history
  10. Update substrate/primitives/blockchain/src/backend.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    lexnv and bkchr authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    848df8f View commit details
    Browse the repository at this point in the history
  11. db/tests: Fix tests to include genesis in displaced

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    21c7a10 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/lexnv/fix-leaf-genesis' into lex…

    …nv/fix-leaf-genesis
    lexnv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    62beb7d View commit details
    Browse the repository at this point in the history
  13. zombinet/test: Fix zombinet test by escaping regex chars

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a04f6d2 View commit details
    Browse the repository at this point in the history