2 files changed
+2
-2
lines changed- Cargo.lock+87-95
- Cargo.toml+114
- README.md+1-1
- cc-eventlog/Cargo.toml+12-10
- certbot/Cargo.toml+21-19
- certbot/cli/Cargo.toml+14-12
- certgen/Cargo.toml+8-6
- ct_monitor/Cargo.toml+17-19
- iohash/Cargo.toml+11-9
- kms/Cargo.toml+21-18
- kms/rpc/Cargo.toml+12-10
- ra-rpc/Cargo.toml+12-9
- ra-tls/Cargo.toml+24-21
- sdk/README.md+5
- sdk/js/.gitignore+3
- sdk/js/.npmignore+3
- sdk/js/LICENSE+201
- sdk/js/README.md+32
- sdk/js/bun.lockb
- sdk/js/package.json+43
- sdk/js/src/__tests__/index.test.ts+53
- sdk/js/src/__tests__/viem.test.ts+18
- sdk/js/src/index.ts+251
- sdk/js/src/viem.ts+7
- sdk/js/tsconfig.json+18
- sdk/python/.gitignore+162
- sdk/python/README.md+21
- sdk/python/pdm.lock+342
- sdk/python/pyproject.toml+32
- sdk/python/src/dstack_sdk/__init__.py+3
- sdk/python/src/dstack_sdk/tappd_client.py+190
- sdk/python/tests/__init__.py
- sdk/python/tests/test_client.py+48
- supervisor/Cargo.toml+18-16
- supervisor/client/Cargo.toml+20-17
- tappd/Cargo.toml+26-23
- tappd/rpc/Cargo.toml+11-9
- tdx-attest-sys/Cargo.toml+6-4
- tdx-attest/Cargo.toml+18-16
- tdxctl/Cargo.toml+30-27
- teepod/Cargo.toml+30-27
- teepod/rpc/Cargo.toml+11-9
- tproxy/Cargo.toml+30-26
- tproxy/rpc/Cargo.toml+11-9
- tproxy/src/config.rs+24
- tproxy/src/main_service.rs+6-4
- tproxy/src/models.rs+1-1
- tproxy/src/proxy.rs+9-4
- tproxy/src/proxy/io_bridge.rs+153
- tproxy/src/proxy/tls_passthough.rs+17-8
- tproxy/src/proxy/tls_terminate.rs+91-11
- tproxy/tproxy.toml+17
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments