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 byron address type getter #715

Merged
merged 5 commits into from
Feb 6, 2025
Merged

Conversation

lisicky
Copy link
Contributor

@lisicky lisicky commented Feb 6, 2025

No description provided.

@lisicky lisicky requested a review from vsubhuman February 6, 2025 15:16
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Copy, Clone)]
#[cfg_attr(feature = "generic-serialization", derive(Serialize, Deserialize))]
pub enum AddrType {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense to rename abstract enum to more specific name? though I guess it will not cause any confusions.

Copy link
Contributor Author

@lisicky lisicky Feb 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise we will have name collision. There is shelley address which contains different kind of address including byron. And the byron address also have different kinds

Copy link
Contributor Author

@lisicky lisicky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/check

@sonarqube-yoroi
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@lisicky lisicky merged commit 813f580 into master Feb 6, 2025
4 checks passed
@lisicky lisicky deleted the evgenii/public-byron-add-type branch February 6, 2025 18:25
@lisicky lisicky added this to the 14.1.0 milestone Feb 7, 2025
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.

3 participants