Skip to content

minor iota-types crypto.rs Refactoring #1653

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chrisgitiota
Copy link
Contributor

Moved IOTA_PRIV_KEY_PREFIX to the original relative position to facilitate future upstream code merges.

@chrisgitiota chrisgitiota added Chore Tedious, typically non-functional change No changelog Excludes PR from becoming part of any changelog Rust Related to the core Rust code. Becomes part of the Rust changelog. labels Apr 24, 2025
@chrisgitiota chrisgitiota requested a review from UMR1352 April 24, 2025 08:38
@chrisgitiota chrisgitiota self-assigned this Apr 24, 2025
@chrisgitiota chrisgitiota requested a review from a team as a code owner April 24, 2025 08:38
@eike-hass eike-hass changed the title Nano/Tiny/Little iota-types crypto.rs Refactoring iota-types crypto.rs Refactoring Apr 24, 2025
@@ -52,6 +50,9 @@ pub type NetworkPrivateKey = Ed25519PrivateKey;

pub type DefaultHash = Blake2b256;

pub const DEFAULT_EPOCH_ID: EpochId = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we missing a super::base_types::EpochId import? ^^

@eike-hass eike-hass changed the title iota-types crypto.rs Refactoring minor iota-types crypto.rs Refactoring Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore Tedious, typically non-functional change No changelog Excludes PR from becoming part of any changelog Rust Related to the core Rust code. Becomes part of the Rust changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants