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

Add Binary Struct and BinaryDefinition Trait #5

Merged
merged 3 commits into from
Sep 10, 2024

Conversation

Duddino
Copy link
Member

@Duddino Duddino commented Sep 10, 2024

Add a binary struct to more easily define binaries, for future binaries like the explorer.
It contains:

  • The BinaryDefinition trait, which has the necessary data to download, decompress and run the binary;
  • The Binary struct, which contains the shared code between each binary.
    Tests were rewritten to use this trait

@Duddino Duddino merged commit 1ba4dd0 into PIVX-Labs:master Sep 10, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant