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

chore(primitives): Remove redundant address logic #171

Merged
merged 1 commit into from
Aug 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions pallas-primitives/src/alonzo/address.rs

This file was deleted.

1 change: 0 additions & 1 deletion pallas-primitives/src/alonzo/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mod model;

pub mod address;
pub mod crypto;

#[cfg(feature = "json")]
Expand Down
57 changes: 0 additions & 57 deletions pallas-primitives/src/babbage/address.rs

This file was deleted.

1 change: 0 additions & 1 deletion pallas-primitives/src/babbage/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mod address;
mod crypto;
mod model;

Expand Down
56 changes: 0 additions & 56 deletions pallas-primitives/src/byron/address.rs

This file was deleted.

1 change: 0 additions & 1 deletion pallas-primitives/src/byron/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Ledger primitives and cbor codec for the Byron era

mod address;
mod crypto;
mod fees;
mod model;
Expand Down