Skip to content

Commit 9579666

Browse files
committed
chore: remove iota-surfer
1 parent ffd2a46 commit 9579666

20 files changed

Lines changed: 4 additions & 1079 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
/crates/iota-source-validation-service/ @iotaledger/vm-language
7575
/crates/iota-stardust-types/ @iotaledger/dev-tools
7676
/crates/iota-storage/ @iotaledger/node
77-
/crates/iota-surfer/ @iotaledger/node
7877
/crates/iota-swarm/ @iotaledger/node
7978
/crates/iota-swarm-config/ @iotaledger/node
8079
/crates/iota-synthetic-ingestion/ @iotaledger/infrastructure

.github/crates-filters.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ iota-source-validation-service:
152152
- "crates/iota-source-validation-service/**"
153153
iota-storage:
154154
- "crates/iota-storage/**"
155-
iota-surfer:
156-
- "crates/iota-surfer/**"
157155
iota-swarm:
158156
- "crates/iota-swarm/**"
159157
iota-swarm-config:

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ members = [
141141
"crates/iota-source-validation-service",
142142
"crates/iota-stardust-types",
143143
"crates/iota-storage",
144-
"crates/iota-surfer",
145144
"crates/iota-swarm",
146145
"crates/iota-swarm-config",
147146
"crates/iota-synthetic-ingestion",
@@ -258,7 +257,6 @@ chrono = { version = "0.4.41", features = ["clock", "serde"] }
258257
clap = { version = "4.4", features = ["derive", "wrap_help"] }
259258
codespan-reporting = "0.11.1"
260259
colored = "2.0.0"
261-
comfy-table = "6.1.3"
262260
const-str = "0.5.3"
263261
coset = "0.3"
264262
criterion = { version = "0.5.0", features = ["async", "async_tokio", "html_reports"] }
@@ -283,7 +281,6 @@ fs_extra = "1.3.0"
283281
futures = "0.3.28"
284282
getset = "0.1"
285283
git-version = "0.3.5"
286-
hdrhistogram = "7.5.1"
287284
hex = "0.4.3"
288285
http = "1"
289286
http-body = "1.0"
@@ -353,7 +350,6 @@ static_assertions = "1.1.0"
353350
strum = { version = "0.27.1", features = ["derive"] }
354351
strum_macros = "0.27.1"
355352
syn = { version = "1.0.104", features = ["full", "derive", "extra-traits"] }
356-
sysinfo = "^0.33"
357353
tabled = { version = "0.12" }
358354
tap = "1.0.1"
359355
tempfile = "3.20.0"
@@ -454,7 +450,6 @@ iota-source-validation = { path = "crates/iota-source-validation" }
454450
iota-source-validation-service = { path = "crates/iota-source-validation-service" }
455451
iota-stardust-types = { path = "crates/iota-stardust-types" }
456452
iota-storage = { path = "crates/iota-storage" }
457-
iota-surfer = { path = "crates/iota-surfer" }
458453
iota-swarm = { path = "crates/iota-swarm" }
459454
iota-swarm-config = { path = "crates/iota-swarm-config" }
460455
iota-synthetic-ingestion = { path = "crates/iota-synthetic-ingestion" }

crates/iota-surfer/tests/move_building_blocks/Move.toml renamed to crates/iota-e2e-tests/tests/move_building_blocks/Move.toml

File renamed without changes.

crates/iota-surfer/tests/move_building_blocks/sources/limits.move renamed to crates/iota-e2e-tests/tests/move_building_blocks/sources/limits.move

File renamed without changes.

crates/iota-surfer/tests/move_building_blocks/sources/objects.move renamed to crates/iota-e2e-tests/tests/move_building_blocks/sources/objects.move

File renamed without changes.

crates/iota-e2e-tests/tests/object_deletion_tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ mod sim_only_tests {
138138
) -> (ObjectID, ObjectID) {
139139
let package_id = publish_package(
140140
&test_cluster.wallet,
141-
PathBuf::from(env!("CARGO_MANIFEST_DIR"))
142-
.join("../iota-surfer/tests/move_building_blocks"),
141+
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("tests/move_building_blocks"),
143142
)
144143
.await
145144
.object_id;

crates/iota-metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parking_lot.workspace = true
2323
prometheus.workspace = true
2424
scopeguard.workspace = true
2525
simple-server-timing-header = "0.1.1"
26-
sysinfo.workspace = true
26+
sysinfo = "^0.33"
2727
tap.workspace = true
2828
thiserror.workspace = true
2929
tokio.workspace = true

crates/iota-surfer/Cargo.toml

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

0 commit comments

Comments
 (0)