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

chore: remove builder, restructure to single crate not workspace #64

Merged
merged 1 commit into from
Oct 28, 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
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.
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