Skip to content

Commit add9be3

Browse files
authored
refactor: move crate trin-execution to bin/trin-execution (#1635)
1 parent 55acea1 commit add9be3

Some content is hidden

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

55 files changed

+5
-6
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
!/bin
88
!/crates
99
!/testing
10-
!/trin-execution
1110

1211
# include for vergen constants
1312
!/.git

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
members = [
33
"bin/portal-bridge",
44
"bin/trin",
5+
"bin/trin-execution",
56
"crates/ethportal-api",
67
"crates/e2store",
78
"crates/evm",
@@ -18,7 +19,6 @@ members = [
1819
"testing/ef-tests",
1920
"testing/ethportal-peertest",
2021
"testing/utp",
21-
"trin-execution",
2222
]
2323

2424
default-members = ["bin/trin"]
@@ -107,7 +107,7 @@ rpc = { path = "crates/rpc"}
107107
trin = { path = "bin/trin"}
108108
trin-beacon = { path = "crates/subnetworks/beacon" }
109109
trin-evm = { path = "crates/evm" }
110-
trin-execution = { path = "trin-execution" }
110+
trin-execution = { path = "bin/trin-execution" }
111111
trin-history = { path = "crates/subnetworks/history" }
112112
trin-metrics = { path = "crates/metrics" }
113113
trin-state = { path = "crates/subnetworks/state" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)