Skip to content

Commit 8a6f1a7

Browse files
authored
chore(docker-dev-chain-init): [ETH-880] Remove subpackage (#1000)
Removed the obsolete `docker-dev-chain-init` subpackage. This subpackage dated back to the Parity node era. The `dev-chain-fast` subpackage, which we use today, initializes itself (in deploy.ts), so a separate initialization module is no longer necessary.
1 parent ea49990 commit 8a6f1a7

Some content is hidden

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

51 files changed

+439
-169309
lines changed

.vscode/launch.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,6 @@
3535
],
3636
"cwd": "${workspaceFolder}/packages/ens-sync-script",
3737
},
38-
39-
40-
{
41-
"name": "run index.js",
42-
"command": "npx hardhat run --network localsidechain index.js",
43-
"request": "launch",
44-
"type": "node-terminal",
45-
"env": {
46-
"DEBUG": "*,-mocha:*"
47-
},
48-
"cwd": "${workspaceFolder}/packages/docker-dev-chain-init"
49-
},
50-
{
51-
"command": "npm run preload -w=docker-dev-chain-init",
52-
"name": "run init",
53-
"request": "launch",
54-
"type": "node-terminal",
55-
"env": {
56-
"DEBUG": "*,-mocha:*"
57-
},
58-
"cwd": "${workspaceFolder}"
59-
},
6038
{
6139
"command": "npm run deploylive2",
6240
"name": "Run leployment",

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ This is a monorepo containing various smart contracts and subgraphs used by the
1010
## Other packages
1111

1212
- [chainlink-ens-external-adapter](https://github.com/streamr-dev/network-contracts/tree/master/packages/chainlink-ens-external-adapter) Custom Chainlink job that implements an ENS oracle used to verify ENS ownership on mainnet when creating streams
13-
- [docker-dev-chain-init](https://github.com/streamr-dev/network-contracts/tree/master/packages/docker-dev-chain-init) Tooling for building the docker images for local dev chains
1413
- [brubeck-migration-script](https://github.com/streamr-dev/network-contracts/tree/master/packages/brubeck-migration-script) Script that migrates opted-in streams from Corea to Brubeck network

0 commit comments

Comments
 (0)