Skip to content

Commit df90274

Browse files
authored
Merge pull request #91 from datachainlab/remove-go
Remove go module Signed-off-by: Jun Kimura <[email protected]>
2 parents c073f89 + e9ebcb7 commit df90274

Some content is hidden

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

87 files changed

+6
-20561
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ jobs:
2626
- run: make lint-tools
2727
- run: make lint
2828

29-
relayer:
30-
runs-on: ubuntu-22.04
31-
steps:
32-
- uses: actions/checkout@v3
33-
- uses: actions/setup-go@v3
34-
with:
35-
go-version: '1.20'
36-
- run: make yrly
37-
3829
sdk-test:
3930
runs-on: ubuntu-22.04
4031
env:

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ udeps:
211211

212212
######## Tools ########
213213

214-
.PHONY: yrly
215-
yrly:
216-
go build -o ./bin/yrly -tags customcert ./go/relay/bin
217-
218214
.PHONY: nodes-runner
219215
nodes-runner:
220216
@cargo build $(CARGO_TARGET) --package nodes-runner
@@ -239,8 +235,3 @@ bin/gaiad:
239235
.PHONY: docker
240236
sgx-docker:
241237
@cd rust-sgx-sdk/dockerfile && docker build --no-cache -t datachainlab/sgx-rust:2004-1.1.6 -f Dockerfile.2004.nightly .
242-
243-
.PHONY: tendermint-docker
244-
tendermint-docker:
245-
$(DOCKER_BUILD) --build-arg CHAINID=ibc0 --tag tendermint-chain0 -f ./go/simapp/Dockerfile .
246-
$(DOCKER_BUILD) --build-arg CHAINID=ibc1 --tag tendermint-chain1 -f ./go/simapp/Dockerfile .

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ The design of LCP is based on the following principles:
1919
## Documentation
2020

2121
For the details, please see here: https://docs.lcp.network
22+
23+
## Related repositories
24+
25+
- https://github.com/datachainlab/lcp-go provides a Go implementation for LCP client and e2e tests between two tendermint chains using LCP
26+
- https://github.com/datachainlab/lcp-solidity provides a Solidity implementation for LCP client
27+
- https://github.com/datachainlab/cosmos-ethereum-ibc-lcp provies an IBC bridge demo between ethereum and tendermint chain

go.mod

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

0 commit comments

Comments
 (0)