Skip to content

Commit 08c35e2

Browse files
committed
sui-json-rpc-api: remove the crate
The JSON-RPC client traits it defined no longer have a client to serve, now that the `sui-sdk` JSON-RPC client is gone. Its last remaining user was the transactional test runner, which took the default event page size from it; that is now a local constant in the test adapter. A couple of comments in `sui-rpc-benchmark` that pointed at the crate's source files now name the JSON-RPC method groups instead.
1 parent 1675c33 commit 08c35e2

17 files changed

Lines changed: 9 additions & 1243 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 18 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ members = [
137137
"crates/sui-indexer-alt-schema",
138138
"crates/sui-inverted-index",
139139
"crates/sui-json",
140-
"crates/sui-json-rpc-api",
141140
"crates/sui-json-rpc-types",
142141
"crates/sui-keys",
143142
"crates/sui-kv-rpc",
@@ -696,7 +695,6 @@ sui-indexer-alt-reader = { path = "crates/sui-indexer-alt-reader" }
696695
sui-indexer-alt-schema = { path = "crates/sui-indexer-alt-schema" }
697696
sui-indexer-alt-object-store = { path = "crates/sui-indexer-alt-object-store" }
698697
sui-json = { path = "crates/sui-json" }
699-
sui-json-rpc-api = { path = "crates/sui-json-rpc-api" }
700698
sui-json-rpc-types = { path = "crates/sui-json-rpc-types" }
701699
sui-keys = { path = "crates/sui-keys" }
702700
sui-inverted-index = { path = "crates/sui-inverted-index" }

crates/sui-json-rpc-api/Cargo.toml

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

crates/sui-json-rpc-api/src/bridge.rs

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

crates/sui-json-rpc-api/src/coin.rs

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

crates/sui-json-rpc-api/src/deepbook.rs

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

crates/sui-json-rpc-api/src/extended.rs

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

crates/sui-json-rpc-api/src/governance.rs

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

crates/sui-json-rpc-api/src/indexer.rs

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

0 commit comments

Comments
 (0)