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/block header 1 #824

Merged
merged 11 commits into from
Nov 23, 2024
Merged

Feat/block header 1 #824

merged 11 commits into from
Nov 23, 2024

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    f550f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94a94a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a6144e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    404fdc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0467fb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d2998b View commit details
    Browse the repository at this point in the history
  7. test(logic): remove block_height/1 feature

    The block_height/1 predicate has been deprecated, and
    its functionality is now fully covered by block_header/1.
    ccamel committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    8419cd9 View commit details
    Browse the repository at this point in the history
  8. test(logic): remove block_time/1 feature

    The block_time/1 predicate has been deprecated, and
    its functionality is now fully covered by block_header/1.
    ccamel committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    4871117 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ad5bf2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    26d1c62 View commit details
    Browse the repository at this point in the history
  11. test(logic): relocate feature tests to the predicate folder

    Tests related to predicates have been moved to the predicate
    package to ensure accurate coverage reporting.
    ccamel committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    b6df3f3 View commit details
    Browse the repository at this point in the history