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

Commit c6d7719

Browse files
Merge #1706
1706: Simplify crate structure r=mergify[bot] a=thomaseizinger I noticed that our only `internal` crate that was left was `ethereum_support`. That one was partially used by btsieve and cnd. We actually don't need `btsieve` to be separate at the moment, hence I am suggesting with this PR to remove the crate and create modules inside cnd. In the long run, we could probably extract some crates again. However, up until then, it is a lot easier to move code around if we stay within the same crate. Tagging everyone as a FYI. Resolves #626. Co-authored-by: Thomas Eizinger <[email protected]>
2 parents 95b7049 + 771ed51 commit c6d7719

File tree

104 files changed

+480
-648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+480
-648
lines changed

Cargo.lock

Lines changed: 8 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[workspace]
2-
members = ["cnd", "btsieve", "libp2p-comit", "internal/*"]
2+
members = ["cnd", "libp2p-comit"]

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ all: format build clippy test doc e2e_scripts
4949
format: install_rustfmt install_tomlfmt yarn_install
5050
$(CARGO_NIGHTLY) fmt
5151
$(CARGO) tomlfmt -p Cargo.toml
52+
$(CARGO) tomlfmt -p cnd/Cargo.toml
53+
$(CARGO) tomlfmt -p libp2p-comit/Cargo.toml
5254
(cd ./api_tests; yarn run fix)
5355

5456
ci: check_format doc clippy test build e2e

btsieve/Cargo.toml

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

btsieve/src/bitcoin/quickcheck_impls.rs

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

btsieve/src/ethereum/quickcheck_impls.rs

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

btsieve/src/quickcheck.rs

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

0 commit comments

Comments
 (0)