Skip to content

Commit

Permalink
chore: remove builder, restructure to single crate not workspace (#64)
Browse files Browse the repository at this point in the history
# tl;dr

rips out the builder, moves the repo to a single crate structure instead of a workspace
  • Loading branch information
rswanson authored Oct 28, 2024
1 parent c2d83b5 commit c5e2c9e
Show file tree
Hide file tree
Showing 31 changed files with 8 additions and 1,508 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ecr-cd.yml

This file was deleted.

21 changes: 8 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[workspace]
members = ["crates/*"]
resolver = "2"
[package]
name = "zenith-types"
description = "Types for the zenith smart contracts"

[workspace.package]
version = "0.10.1"
edition = "2021"
rust-version = "1.81"
Expand All @@ -11,7 +10,7 @@ homepage = "https://github.com/init4tt/zenith"
repository = "https://github.com/init4tt/zenith"
license = "AGPL-3.0"

[workspace.dependencies]
[dependencies]
alloy-primitives = { version = "0.8", features = ["serde", "tiny-keccak"] }
alloy-sol-types = { version = "0.8", features = ["json"] }

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

aws-config = "1.1.7"
aws-sdk-kms = "1.15.0"

hex = { package = "const-hex", version = "1", default-features = false, features = [
"alloc",
] }
serde = { version = "1.0.197", features = ["derive"] }
tracing = "0.1.40"

zenith-types = { path = "crates/types" }
[dev-dependencies]
serde_json = "1.0.116"
tokio = { version = "1.37.0", features = ["macros"] }

38 changes: 0 additions & 38 deletions Dockerfile

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.
47 changes: 0 additions & 47 deletions crates/builder/Cargo.toml

This file was deleted.

59 changes: 0 additions & 59 deletions crates/builder/bin/builder.rs

This file was deleted.

143 changes: 0 additions & 143 deletions crates/builder/sequencer.openapi.yml

This file was deleted.

Loading

0 comments on commit c5e2c9e

Please sign in to comment.