Skip to content

Commit 41ed0d8

Browse files
committed
chore: Separate the code and resources related to TEE Worker into an independent repository
1 parent 90e2ebe commit 41ed0d8

File tree

101 files changed

+1191
-20012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+1191
-20012
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 200 deletions
Large diffs are not rendered by default.

Makefile

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,13 @@ ifeq ($(BUILD),release)
1313
XARGS = --release
1414
endif
1515

16-
.PHONY: all node ceseal test clippy chain-runtime
16+
.PHONY: all node test clippy chain-runtime
1717

18-
all: node ceseal
18+
all: node
1919

2020
node:
2121
OA=${OA} VC=${VC} CHAIN_NETWORK=${CHAIN_NETWORK} cargo build -p cess-node ${XARGS}
2222

23-
handover:
24-
cargo build -p handover --release
25-
26-
ceseal:
27-
OA=${OA} VC=${VC} CHAIN_NETWORK=${CHAIN_NETWORK} cargo build -p ceseal ${XARGS}
28-
2923
chain-runtime:
3024
OA=${OA} VC=${VC} CHAIN_NETWORK=${CHAIN_NETWORK} cargo build -p cess-node-runtime ${XARGS}
3125

@@ -67,5 +61,4 @@ lint:
6761
cargo dylint --all --workspace
6862

6963
clean:
70-
cargo clean
71-
$(MAKE) -C standalone/teeworker/ceseal/gramine-build clean
64+
cargo clean

crates/ces-allocator/.rustfmt.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/ces-allocator/Cargo.toml

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

crates/ces-allocator/src/lib.rs

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

crates/ces-crypto/.rustfmt.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/ces-crypto/Cargo.toml

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

crates/ces-crypto/src/aead.rs

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

0 commit comments

Comments
 (0)