Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit c5e2c9e

Browse files
authored
chore: remove builder, restructure to single crate not workspace (#64)
# tl;dr rips out the builder, moves the repo to a single crate structure instead of a workspace
1 parent c2d83b5 commit c5e2c9e

31 files changed

+8
-1508
lines changed

β€Ž.github/workflows/ecr-cd.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

β€ŽCargo.toml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
[workspace]
2-
members = ["crates/*"]
3-
resolver = "2"
1+
[package]
2+
name = "zenith-types"
3+
description = "Types for the zenith smart contracts"
44

5-
[workspace.package]
65
version = "0.10.1"
76
edition = "2021"
87
rust-version = "1.81"
@@ -11,7 +10,7 @@ homepage = "https://github.com/init4tt/zenith"
1110
repository = "https://github.com/init4tt/zenith"
1211
license = "AGPL-3.0"
1312

14-
[workspace.dependencies]
13+
[dependencies]
1514
alloy-primitives = { version = "0.8", features = ["serde", "tiny-keccak"] }
1615
alloy-sol-types = { version = "0.8", features = ["json"] }
1716

@@ -20,13 +19,9 @@ alloy-rlp = { version = "0.3.4" }
2019
alloy = { version = "=0.5.4", features = ["full", "json-rpc", "signer-aws"] }
2120
alloy-contract = { version = "=0.5.4", features = ["pubsub"] }
2221

23-
aws-config = "1.1.7"
24-
aws-sdk-kms = "1.15.0"
25-
26-
hex = { package = "const-hex", version = "1", default-features = false, features = [
27-
"alloc",
28-
] }
2922
serde = { version = "1.0.197", features = ["derive"] }
30-
tracing = "0.1.40"
3123

32-
zenith-types = { path = "crates/types" }
24+
[dev-dependencies]
25+
serde_json = "1.0.116"
26+
tokio = { version = "1.37.0", features = ["macros"] }
27+

β€ŽDockerfile

Lines changed: 0 additions & 38 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žcrates/builder/Cargo.toml

Lines changed: 0 additions & 47 deletions
This file was deleted.

β€Žcrates/builder/bin/builder.rs

Lines changed: 0 additions & 59 deletions
This file was deleted.

β€Žcrates/builder/sequencer.openapi.yml

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
Β (0)