Skip to content

Commit

Permalink
Rebase tidies
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Apr 30, 2021
1 parent d018042 commit 566a101
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 37 deletions.
33 changes: 6 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ ed25519-zebra = "2"
equihash = "0.1"
redjubjub = "0.4"

zebra-test = { path = "../zebra-test/", optional = true }

[dev-dependencies]
bincode = "1"

color-eyre = "0.5.11"
criterion = { version = "0.3", features = ["html_reports"] }
spandoc = "0.2"
Expand Down
2 changes: 0 additions & 2 deletions zebra-chain/src/sapling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ mod address;
mod arbitrary;
mod commitment;
mod note;
mod output;
mod spend;
#[cfg(test)]
mod tests;

Expand Down
7 changes: 0 additions & 7 deletions zebra-chain/src/serialization/serde_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,3 @@ impl From<Base> for pallas::Base {
pallas::Base::from_bytes(&local.bytes).unwrap()
}
}

#[derive(Deserialize, Serialize)]
#[serde(remote = "futures::future::Either")]
pub enum Either<A, B> {
Left(A),
Right(B),
}

0 comments on commit 566a101

Please sign in to comment.