Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzo committed Oct 15, 2024
1 parent c9f4519 commit 32a8484
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 844 deletions.
152 changes: 3 additions & 149 deletions lib/Cargo.lock

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

1 change: 0 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
members = [
"ain-*",
"cli",
"labs-grpc2",
]

default-members = [
Expand Down
11 changes: 0 additions & 11 deletions lib/ain-evm/src/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ use serde::{Deserialize, Serialize};

use crate::bytes::Bytes;

#[derive(Debug, Serialize, Deserialize)]
struct Config {
chain_id: u32,
homestead_block: u32,
eip150_block: u32,
eip150_hash: String,
eip155_block: u32,
eip158_block: u32,
}

#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct Alloc {
pub balance: U256,
Expand All @@ -25,7 +15,6 @@ pub struct Alloc {
#[derive(Clone, Debug, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct GenesisData {
// config: Config,
pub coinbase: Option<H160>,
pub difficulty: Option<U256>,
pub extra_data: Option<Bytes>,
Expand Down
2 changes: 0 additions & 2 deletions lib/ain-ocean/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ indexmap.workspace = true
sha2.workspace = true
snafu = { version = "0.8.4" }

[dev-dependencies]
tempfile = "3.8.1"
30 changes: 0 additions & 30 deletions lib/labs-grpc2/Cargo.toml

This file was deleted.

35 changes: 0 additions & 35 deletions lib/labs-grpc2/build.rs

This file was deleted.

Loading

0 comments on commit 32a8484

Please sign in to comment.