Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
# - rmb-sdk-go
- user-contracts-mon
- tfrobot
- messenger

steps:
- name: Checkout the repo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
- rmb-sdk-go
- user-contracts-mon
- tfrobot
- messenger
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
- rmb-sdk-go
- user-contracts-mon
- tfrobot
- messenger
12 changes: 11 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
DIRS := "activation-service" "farmerbot" "grid-cli" "grid-client" "grid-proxy" "gridify" "monitoring-bot" "rmb-sdk-go" "user-contracts-mon" "tfrobot" "node-registrar"
DIRS := activation-service \
farmerbot \
grid-cli \
grid-client \
grid-proxy \
gridify \
monitoring-bot \
rmb-sdk-go \
user-contracts-mon \
tfrobot \
messenger

mainnet-release:
cd grid-client && go get github.com/threefoldtech/tfchain/clients/tfchain-client-go@5d6a2dd
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This repo contains the go clients for Threefold grid.
- [user contracts mon](./user-contracts-mon/README.md)
- [activation service](./activation-service/README.md)
- [farmerbot](./farmerbot/README.md)
- [messenger](./messenger/README.md)

## Release

Expand Down
27 changes: 0 additions & 27 deletions \

This file was deleted.

1 change: 1 addition & 0 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use (
./grid-client
./grid-proxy
./gridify
./messenger
./monitoring-bot
./rmb-sdk-go
./tfrobot
Expand Down
56 changes: 34 additions & 22 deletions go.work.sum

Large diffs are not rendered by default.

Loading
Loading