Update remaining references for core repos from github to gitea

This commit is contained in:
Prathamesh Musale 2023-10-04 10:09:32 +05:30
parent 80b0c07736
commit f248d5f9c5
4 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
github.com/cerc-io/ipld-eth-db git.vdb.to/cerc-io/ipld-eth-db
github.com/cerc-io/go-ethereum git.vdb.to/cerc-io/go-ethereum
github.com/cerc-io/ipld-eth-server git.vdb.to/cerc-io/ipld-eth-server
github.com/cerc-io/eth-statediff-service git.vdb.to/cerc-io/eth-statediff-service
github.com/cerc-io/eth-statediff-fill-service github.com/cerc-io/eth-statediff-fill-service
github.com/cerc-io/ipld-eth-db-validator github.com/cerc-io/ipld-eth-db-validator
github.com/cerc-io/ipld-eth-beacon-indexer github.com/cerc-io/ipld-eth-beacon-indexer
@ -18,7 +18,7 @@ github.com/vulcanize/uniswap-watcher-ts
github.com/vulcanize/uniswap-v3-info github.com/vulcanize/uniswap-v3-info
github.com/vulcanize/assemblyscript github.com/vulcanize/assemblyscript
github.com/cerc-io/eth-probe github.com/cerc-io/eth-probe
github.com/cerc-io/tx-spammer git.vdb.to/cerc-io/tx-spammer
github.com/dboreham/foundry github.com/dboreham/foundry
github.com/lirewine/gem github.com/lirewine/gem
github.com/lirewine/debug github.com/lirewine/debug
@ -30,7 +30,7 @@ github.com/ethereum-optimism/optimism
github.com/pokt-network/pocket-core github.com/pokt-network/pocket-core
github.com/pokt-network/pocket-core-deployments github.com/pokt-network/pocket-core-deployments
github.com/cerc-io/azimuth-watcher-ts github.com/cerc-io/azimuth-watcher-ts
github.com/cerc-io/ipld-eth-state-snapshot git.vdb.to/cerc-io/ipld-eth-state-snapshot
github.com/cerc-io/gelato-watcher-ts github.com/cerc-io/gelato-watcher-ts
github.com/filecoin-project/lotus github.com/filecoin-project/lotus
git.vdb.to/cerc-io/test-project git.vdb.to/cerc-io/test-project

View File

@ -66,7 +66,7 @@ It is not necessary to use them all at once, but a complete example follows:
``` ```
# Setup # Setup
$ laconic-so setup-repositories --include github.com/cerc-io/go-ethereum,github.com/cerc-io/ipld-eth-db,github.com/cerc-io/ipld-eth-server,github.com/cerc-io/ipld-eth-beacon-db,github.com/cerc-io/ipld-eth-beacon-indexer,github.com/cerc-io/eth-probe,github.com/cerc-io/tx-spammer $ laconic-so setup-repositories --include git.vdb.to/cerc-io/go-ethereum,git.vdb.to/cerc-io/ipld-eth-db,git.vdb.to/cerc-io/ipld-eth-server,github.com/cerc-io/ipld-eth-beacon-db,github.com/cerc-io/ipld-eth-beacon-indexer,github.com/cerc-io/eth-probe,git.vdb.to/cerc-io/tx-spammer
# Build # Build
$ laconic-so build-containers --include cerc/go-ethereum,cerc/lighthouse,cerc/fixturenet-eth-geth,cerc/fixturenet-eth-lighthouse,cerc/ipld-eth-db,cerc/ipld-eth-server,cerc/ipld-eth-beacon-db,cerc/ipld-eth-beacon-indexer,cerc/eth-probe,cerc/keycloak,cerc/tx-spammer $ laconic-so build-containers --include cerc/go-ethereum,cerc/lighthouse,cerc/fixturenet-eth-geth,cerc/fixturenet-eth-lighthouse,cerc/ipld-eth-db,cerc/ipld-eth-server,cerc/ipld-eth-beacon-db,cerc/ipld-eth-beacon-indexer,cerc/eth-probe,cerc/keycloak,cerc/tx-spammer

View File

@ -9,7 +9,7 @@ Prerequisite: An L1 Ethereum RPC endpoint
Clone required repositories: Clone required repositories:
```bash ```bash
laconic-so --stack fixturenet-optimism setup-repositories --exclude github.com/cerc-io/go-ethereum laconic-so --stack fixturenet-optimism setup-repositories --exclude git.vdb.to/cerc-io/go-ethereum
# If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories mentioned below and re-run the command # If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories mentioned below and re-run the command
``` ```

View File

@ -3,10 +3,10 @@ name: fixturenet-payments
description: "Stack to demonstrate payments between various services" description: "Stack to demonstrate payments between various services"
repos: repos:
# fixturenet repos # fixturenet repos
- github.com/cerc-io/go-ethereum - git.vdb.to/cerc-io/go-ethereum@v1.11.6-statediff-v5
- github.com/cerc-io/lighthouse - git.vdb.to/cerc-io/lighthouse
- github.com/cerc-io/ipld-eth-db - git.vdb.to/cerc-io/ipld-eth-db@v5
- github.com/cerc-io/ipld-eth-server - git.vdb.to/cerc-io/ipld-eth-server@v1.11.6-statediff-v5
# nitro repos # nitro repos
- github.com/cerc-io/ts-nitro@v0.1.12 - github.com/cerc-io/ts-nitro@v0.1.12
- github.com/cerc-io/go-nitro@v0.1.0-ts-port-0.1.4 # TODO: Update after fixes - github.com/cerc-io/go-nitro@v0.1.0-ts-port-0.1.4 # TODO: Update after fixes