Skip to content

Commit

Permalink
remove sui-mvr-indexer crate as it is now unused (#20582)
Browse files Browse the repository at this point in the history
## Description 

remove sui-mvr-indexer crate now that we've rolled mvr into indexer
through mvr-mode

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
wlmyng authored Dec 23, 2024
1 parent 75a20fa commit e09bd2b
Show file tree
Hide file tree
Showing 178 changed files with 0 additions and 17,330 deletions.
77 changes: 0 additions & 77 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ members = [
"crates/sui-move-build",
"crates/sui-move-lsp",
"crates/sui-mvr-graphql-rpc",
"crates/sui-mvr-indexer",
"crates/sui-network",
"crates/sui-node",
"crates/sui-open-rpc",
Expand Down Expand Up @@ -657,7 +656,6 @@ sui-move = { path = "crates/sui-move" }
sui-move-build = { path = "crates/sui-move-build" }
sui-move-lsp = { path = "crates/sui-move-lsp" }
sui-mvr-graphql-rpc = { path = "crates/sui-mvr-graphql-rpc" }
sui-mvr-indexer = { path = "crates/sui-mvr-indexer" }
sui-network = { path = "crates/sui-network" }
sui-node = { path = "crates/sui-node" }
sui-open-rpc = { path = "crates/sui-open-rpc" }
Expand Down
89 changes: 0 additions & 89 deletions crates/sui-mvr-indexer/Cargo.toml

This file was deleted.

27 changes: 0 additions & 27 deletions crates/sui-mvr-indexer/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions crates/sui-mvr-indexer/diesel.toml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e09bd2b

Please sign in to comment.