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

Cleanup: remove dead code #3096

Merged
merged 1 commit into from
Oct 16, 2024
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
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
Loading