Skip to content

Commit

Permalink
feat: remove deepbook (#3654)
Browse files Browse the repository at this point in the history
* feat: remove deepbook

* feat(iota-framework-snapshot): the snapshots were regenerated

* feat(iota-graphql-e2e-tests): update baseline

* fix: update schemas and baselines

* fix(docs): remove deepbook mentions
  • Loading branch information
valeriyr authored Oct 25, 2024
1 parent f510e67 commit 92daf53
Show file tree
Hide file tree
Showing 113 changed files with 2,552 additions and 16,616 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ title: '[Task(*)]: release version x.y.z'
- [ ] Edit `crates/iota-open-rpc/spec/openrpc.json`
- [ ] Update `sdk/typescript/src/version.ts` (`pnpm sdk build`)
- [ ] Update `Cargo.lock` (`cargo check`)
- [ ] Update `crates/iota-framework/packages/deepbook/Move.lock`
- [ ] Update `crates/iota-framework/packages/iota-framework/Move.lock`
- [ ] Update `crates/iota-framework/packages/iota-system/Move.lock`
- [ ] Update `crates/iota-framework/packages/move-stdlib/Move.lock`
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Move.lock
!crates/iota-framework/packages/move-stdlib/Move.lock
!crates/iota-framework/packages/iota-framework/Move.lock
!crates/iota-framework/packages/iota-system/Move.lock
!crates/iota-framework/packages/deepbook/Move.lock
!crates/iota-framework/packages/stardust/Move.lock
!crates/iota-framework/packages/timelock/Move.lock
.trace
Expand Down
10 changes: 0 additions & 10 deletions crates/iota-benchmark/tests/data/deepbook_client/Move.toml

This file was deleted.

This file was deleted.

Binary file not shown.
3 changes: 1 addition & 2 deletions crates/iota-framework-snapshot/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"1": {
"git_revision": "a70992851dff",
"git_revision": "679ea04679f2",
"package_ids": [
"0x0000000000000000000000000000000000000000000000000000000000000001",
"0x0000000000000000000000000000000000000000000000000000000000000002",
"0x0000000000000000000000000000000000000000000000000000000000000003",
"0x000000000000000000000000000000000000000000000000000000000000dee9",
"0x000000000000000000000000000000000000000000000000000000000000000b",
"0x000000000000000000000000000000000000000000000000000000000000107a"
]
Expand Down
5 changes: 2 additions & 3 deletions crates/iota-framework-snapshot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use std::{collections::BTreeMap, fs, io::Read, path::PathBuf};

use iota_framework::SystemPackage;
use iota_types::{
BRIDGE_PACKAGE_ID, DEEPBOOK_PACKAGE_ID, IOTA_FRAMEWORK_PACKAGE_ID, IOTA_SYSTEM_PACKAGE_ID,
MOVE_STDLIB_PACKAGE_ID, STARDUST_PACKAGE_ID, base_types::ObjectID,
BRIDGE_PACKAGE_ID, IOTA_FRAMEWORK_PACKAGE_ID, IOTA_SYSTEM_PACKAGE_ID, MOVE_STDLIB_PACKAGE_ID,
STARDUST_PACKAGE_ID, base_types::ObjectID,
};
use serde::{Deserialize, Serialize};

Expand Down Expand Up @@ -35,7 +35,6 @@ const SYSTEM_PACKAGE_PUBLISH_ORDER: &[ObjectID] = &[
MOVE_STDLIB_PACKAGE_ID,
IOTA_FRAMEWORK_PACKAGE_ID,
IOTA_SYSTEM_PACKAGE_ID,
DEEPBOOK_PACKAGE_ID,
BRIDGE_PACKAGE_ID,
STARDUST_PACKAGE_ID,
];
Expand Down
12 changes: 0 additions & 12 deletions crates/iota-framework/packages/deepbook/Move.toml

This file was deleted.

5 changes: 0 additions & 5 deletions crates/iota-framework/packages/deepbook/README.md

This file was deleted.

Loading

0 comments on commit 92daf53

Please sign in to comment.