Skip to content

Commit

Permalink
clean up data transfrom crate (MystenLabs#17413)
Browse files Browse the repository at this point in the history
## Description 

I asked Bryan and he said this crate was no longer used, cleaning it up

## Test plan 

CI to avoid unexpected breakings.

---

## 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:
  • Loading branch information
gegaowp authored Apr 30, 2024
1 parent 2d7a920 commit d914f7e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 446 deletions.
20 changes: 0 additions & 20 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ members = [
"consensus/config",
"consensus/core",
"crates/anemo-benchmark",
"crates/data-transform",
"crates/mysten-common",
"crates/mysten-metrics",
"crates/mysten-network",
Expand Down
25 changes: 0 additions & 25 deletions crates/data-transform/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions crates/data-transform/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions crates/data-transform/diesel.toml

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions crates/data-transform/src/lib.rs

This file was deleted.

265 changes: 0 additions & 265 deletions crates/data-transform/src/main.rs

This file was deleted.

28 changes: 0 additions & 28 deletions crates/data-transform/src/models.rs

This file was deleted.

23 changes: 0 additions & 23 deletions crates/data-transform/src/schema.rs

This file was deleted.

0 comments on commit d914f7e

Please sign in to comment.