Skip to content

Commit fedb92e

Browse files
authored
Remove unused components/projects (#481)
* Remove unused components/projects * --amend
1 parent e169da0 commit fedb92e

24 files changed

+2
-16885
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2022 Wormhole Project Contributors
1+
Copyright 2023 Pyth Contributors.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

Tiltfile

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This Tiltfile contains the deployment and build config for the Wormhole devnet.
1+
# This Tiltfile contains the deployment and build config for the Pyth Crosschain development environment.
22
#
33
# We use Buildkit cache mounts and careful layering to avoid unnecessary rebuilds - almost
44
# all source code changes result in small, incremental rebuilds. Dockerfiles are written such
@@ -254,20 +254,6 @@ k8s_resource(
254254
labels = ["pyth"]
255255
)
256256

257-
# Pyth EVM Watcher
258-
docker_build(
259-
ref = "pyth-evm-watcher",
260-
context = "third_party/pyth/evm-watcher/",
261-
dockerfile = "third_party/pyth/evm-watcher/Dockerfile",
262-
)
263-
k8s_yaml_with_ns("tilt-devnet/k8s/pyth-evm-watcher.yaml")
264-
k8s_resource(
265-
"pyth-evm-watcher",
266-
resource_deps = ["eth-devnet"],
267-
labels = ["pyth"]
268-
)
269-
270-
271257
k8s_yaml_with_ns("tilt-devnet/k8s/eth-devnet.yaml")
272258

273259
k8s_resource(

generate-abi.sh

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

third_party/.gitignore

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

third_party/abigen/Dockerfile

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

third_party/abigen/abigen.go

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

third_party/abigen/go.mod

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

third_party/abigen/go.sum

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

third_party/pyth/evm-watcher/.env.sample

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

third_party/pyth/evm-watcher/.gitignore

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

0 commit comments

Comments
 (0)