Skip to content

Commit

Permalink
Remove typescript (and optimistic-minting) modules from the CI flow
Browse files Browse the repository at this point in the history
We no longer want to publish new `typescript` testnet packages as part of the CI
flow. The `typescript` project is transitioning to v2, which has all the chain
configs embeded, so we'll no longer use the `mainnet` and `goerli` packages.
All existing testnet packages were marked in the NPM registry as deprecated
(projects still can use them as dependencies, but will get a warning).
  • Loading branch information
michalinacienciala committed Oct 25, 2023
1 parent f578e37 commit 2eb686a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 48 deletions.
13 changes: 1 addition & 12 deletions actions/notify-workflow-completed/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,8 @@
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client",
"github.com/keep-network/tbtc-v2/typescript",
"github.com/keep-network/tbtc-v2/arbitrum"
]
},
"github.com/keep-network/tbtc-v2/typescript": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard",
"github.com/keep-network/optimistic-minting"
"github.com/keep-network/tbtc-v2/arbitrum"
]
},
"github.com/keep-network/keep-core/client": {
Expand All @@ -48,10 +41,6 @@
"workflow": "dashboard-ci.yml",
"downstream": []
},
"github.com/keep-network/optimistic-minting": {
"workflow": "maintainer.yml",
"downstream": []
},
"github.com/keep-network/tbtc-v2/arbitrum": {
"workflow": "cross-chain-arbitrum.yml",
"downstream": []
Expand Down
13 changes: 1 addition & 12 deletions actions/run-workflow/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,8 @@
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client",
"github.com/keep-network/tbtc-v2/typescript",
"github.com/keep-network/tbtc-v2/arbitrum"
]
},
"github.com/keep-network/tbtc-v2/typescript": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard",
"github.com/keep-network/optimistic-minting"
"github.com/keep-network/tbtc-v2/arbitrum"
]
},
"github.com/keep-network/keep-core/client": {
Expand All @@ -48,10 +41,6 @@
"workflow": "dashboard-ci.yml",
"downstream": []
},
"github.com/keep-network/optimistic-minting": {
"workflow": "maintainer.yml",
"downstream": []
},
"github.com/keep-network/tbtc-v2/arbitrum": {
"workflow": "cross-chain-arbitrum.yml",
"downstream": []
Expand Down
13 changes: 1 addition & 12 deletions actions/upstream-builds-query/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,8 @@
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client",
"github.com/keep-network/tbtc-v2/typescript",
"github.com/keep-network/tbtc-v2/arbitrum"
]
},
"github.com/keep-network/tbtc-v2/typescript": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard",
"github.com/keep-network/optimistic-minting"
"github.com/keep-network/tbtc-v2/arbitrum"
]
},
"github.com/keep-network/keep-core/client": {
Expand All @@ -48,10 +41,6 @@
"workflow": "dashboard-ci.yml",
"downstream": []
},
"github.com/keep-network/optimistic-minting": {
"workflow": "maintainer.yml",
"downstream": []
},
"github.com/keep-network/tbtc-v2/arbitrum": {
"workflow": "cross-chain-arbitrum.yml",
"downstream": []
Expand Down
13 changes: 1 addition & 12 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,8 @@
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client",
"github.com/keep-network/tbtc-v2/typescript",
"github.com/keep-network/tbtc-v2/arbitrum"
]
},
"github.com/keep-network/tbtc-v2/typescript": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard",
"github.com/keep-network/optimistic-minting"
"github.com/keep-network/tbtc-v2/arbitrum"
]
},
"github.com/keep-network/keep-core/client": {
Expand All @@ -48,10 +41,6 @@
"workflow": "dashboard-ci.yml",
"downstream": []
},
"github.com/keep-network/optimistic-minting": {
"workflow": "maintainer.yml",
"downstream": []
},
"github.com/keep-network/tbtc-v2/arbitrum": {
"workflow": "cross-chain-arbitrum.yml",
"downstream": []
Expand Down

0 comments on commit 2eb686a

Please sign in to comment.