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

dbft: move payloads/block/tx/crypto interfaces to dbft package #97

Merged
merged 5 commits into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. dbft: move payloads/block/tx/crypto interfaces to dbft package

    Close #90.
    
    Signed-off-by: Anna Shaleva <[email protected]>
    AnnaShaleva committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    854105f View commit details
    Browse the repository at this point in the history
  2. *: move dBFT tests to a separate package

    To avoid cyclic dependency during tests and completely untie dBFT from
    non-generic payloads implementation.
    
    Signed-off-by: Anna Shaleva <[email protected]>
    AnnaShaleva committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a24eca4 View commit details
    Browse the repository at this point in the history
  3. *: move all implementation-specific packages under internal directory

    Noone needs them, they are used only for tests and as examples.
    
    Signed-off-by: Anna Shaleva <[email protected]>
    AnnaShaleva committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    70daf44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c9c573 View commit details
    Browse the repository at this point in the history
  5. README: adjust indentation

    Signed-off-by: Anna Shaleva <[email protected]>
    AnnaShaleva committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2f4e90f View commit details
    Browse the repository at this point in the history