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(engine): invalid block hooks crate #10629

Merged
merged 27 commits into from
Sep 3, 2024
Merged

Commits on Aug 23, 2024

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

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    8969c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    257b46f View commit details
    Browse the repository at this point in the history
  3. return debug derive

    shekhirin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a61e345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec3c090 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15ca0e9 View commit details
    Browse the repository at this point in the history
  6. return manual Debug impl

    shekhirin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6014fac View commit details
    Browse the repository at this point in the history
  7. accept hook as a box

    shekhirin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e40baed View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/dan/invalid-block-hook' into ale…

    …xey/invalid-block-hook-crate
    shekhirin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4d89b4e View commit details
    Browse the repository at this point in the history
  9. fix some lints

    shekhirin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    88d8bfe View commit details
    Browse the repository at this point in the history
  10. remove unused Debug import

    shekhirin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    569668a View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/dan/invalid-block-hook' into ale…

    …xey/invalid-block-hook-crate
    shekhirin committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b3e1a2b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3646acd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2cbac99 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. reorganize again

    shekhirin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    773eb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daae4f4 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dan/invalid-block-hook' into ale…

    …xey/invalid-block-hook-crate
    shekhirin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b290203 View commit details
    Browse the repository at this point in the history
  4. disable wasm compilation

    shekhirin committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9d4f9a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. non exhaustive

    shekhirin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    57b4b76 View commit details
    Browse the repository at this point in the history
  2. fixes after review

    shekhirin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e2ece39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94cbe07 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dan/invalid-block-hook' into ale…

    …xey/invalid-block-hook-crate
    shekhirin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    14c97b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    247787e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34a8099 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f83f17c View commit details
    Browse the repository at this point in the history
  8. couple const fns

    shekhirin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e75d773 View commit details
    Browse the repository at this point in the history
  9. add Clone back

    shekhirin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8705fc4 View commit details
    Browse the repository at this point in the history