Skip to content

Commit

Permalink
rename merkle to merkle_old
Browse files Browse the repository at this point in the history
  • Loading branch information
morph-dev committed Mar 25, 2024
1 parent 4ecc1b4 commit 99fd8e7
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = [ "db", "merkle", "verkle" ]
members = [ "db", "merkle_old", "verkle" ]
resolver = "2"

[profile.bench]
Expand Down
2 changes: 1 addition & 1 deletion merkle/Cargo.toml → merkle_old/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "merkle"
name = "merkle_old"
version = "0.1.0"
edition = "2021"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion merkle/src/main.rs → merkle_old/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::io::{self, Write};

use alloy_primitives::keccak256;
use anyhow::Result;
use merkle::{
use merkle_old::{
history::{Deposit, HistoricalDeposits},
MerklePatriciaTrie,
};
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 99fd8e7

Please sign in to comment.