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

Praos headers validation properties and generators #1285

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. Add module to generate headers

    abailly-iohk authored and abailly committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    006d94b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71437d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f44e7f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaf3233 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e9b6f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0527f6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa97fdd View commit details
    Browse the repository at this point in the history
  8. Ensure test vectors can be serialised to/from JSON

    We base64-encode all binary data
    abailly-iohk authored and abailly committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    93b16f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3cf5afd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80904b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    112a983 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77c4d76 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c1f9253 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    499be18 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c92d8b6 View commit details
    Browse the repository at this point in the history
  16. Remove dead code

    abailly-iohk authored and abailly committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    210c1ac View commit details
    Browse the repository at this point in the history
  17. Can mutate both context and header

    abailly-iohk authored and abailly committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    167ec92 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    aa8bc4d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    21f90ab View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    18c3279 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c0baef4 View commit details
    Browse the repository at this point in the history
  22. Use Hex encoding instead of Base64 in JSON

    * replace hash with hashVerKeyVRF as the output does not seem to be
    the same
    abailly-iohk authored and abailly committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    abc4796 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2105bfe View commit details
    Browse the repository at this point in the history
  24. Add some documentation for (?!) combinator

    Haddocks are automatically available from LSP
    abailly-iohk authored and abailly committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3ff32df View commit details
    Browse the repository at this point in the history
  25. Format code using script

    abailly committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fbfdb6e View commit details
    Browse the repository at this point in the history