Skip to content

Commit

Permalink
chore: nuke starknet-types-rpc crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Jan 23, 2025
1 parent 7ef3023 commit dd0138c
Show file tree
Hide file tree
Showing 45 changed files with 2 additions and 25,679 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
package:
- "starknet-types-core"
- "starknet-types-rpc"

steps:
- name: "Checkout source code"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"crates/starknet-types-core",
"crates/starknet-types-rpc",
]

exclude = ["ensure_no_std", "fuzz"]
Expand All @@ -18,6 +17,7 @@ authors = [
"Federico Carrone <@unbalancedparentheses>",
"Jonathan Lei <@xJonathanLEI>",
"Maciej Kamiński <@maciejka>",
"Timothée Delabrouille <@tdelabro>"
]
edition = "2021"
repository = "https://github.com/starknet-io/types-rs"
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ The `Felt` type is currently defined in many different crates and repositories,

## Crates

This repository hosts two crates:
This repository hosts one crates:

- `starknet-types-core`: This crate provides the universal Felt (Field Element) type for Cairo and STARK proofs. It also focuses on Starknet types related to computation and execution, requiring performance and optimization for specific arithmetic and cryptographic operations.

- `starknet-types-rpc`: This crate deals with Starknet types used in RPC communication, serde, and transport.

## Usage

You can include any of these crates in your library via crates.io or as a git dependency. For example, to include the `starknet-types-core` crate, add the following to your `Cargo.toml`:
Expand Down
29 changes: 0 additions & 29 deletions crates/starknet-types-rpc/Cargo.toml

This file was deleted.

14 changes: 0 additions & 14 deletions crates/starknet-types-rpc/Makefile

This file was deleted.

60 changes: 0 additions & 60 deletions crates/starknet-types-rpc/README.md

This file was deleted.

143 changes: 0 additions & 143 deletions crates/starknet-types-rpc/src/custom/block_id.rs

This file was deleted.

7 changes: 0 additions & 7 deletions crates/starknet-types-rpc/src/custom/mod.rs

This file was deleted.

63 changes: 0 additions & 63 deletions crates/starknet-types-rpc/src/custom/query.rs

This file was deleted.

Loading

0 comments on commit dd0138c

Please sign in to comment.