-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Phase 1]: Tunnel offchain relayer #1
Changes from 1 commit
1f24209
c824ff7
b58a5b7
cb8f4c9
606b71e
0bf1e63
dbf889d
fa2e916
0d83598
7006d68
ee89bbd
31f55df
c2aa43f
f654a3c
791cfb6
8ae13de
ef044eb
4717cd6
c9c4d16
f72ba8c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
* save changes * add query * combine getPacket,getSigning and fix return object in cli * [Fix] Band client fix gomod (#6) * fix gomod * fix github action and lint rule * fix github action * fix action * fix action * fix action * fix action * fix action * fix golangci-lint * fix action * fix by comment in pr * handle query client nil case * fix wrong tunnel router addr * type name and arrangement * fix comment * fix leftover tmbytes --------- Co-authored-by: Tanut Lertwarachai <tanutlertwarachai@Tanuts-MacBook-Pro.local> Co-authored-by: Natthakun Kitthaworn <natthakunk0109@gmail.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
name: Tests | ||
on: pull_request | ||
|
||
env: | ||
GOPRIVATE: github.com/bandprotocol/private-chain | ||
|
||
jobs: | ||
falcon-test: | ||
runs-on: ubuntu-latest | ||
|
@@ -13,6 +16,11 @@ jobs: | |
with: | ||
go-version: "1.22.3" | ||
|
||
- name: Configure git for private modules | ||
env: | ||
TOKEN: ${{ secrets.SHIBA_TOKEN }} | ||
run: git config --global url."https://nkitlabs:${TOKEN}@github.com".insteadOf "https://github.com" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. next time, better to use band bot account token for this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @RogerKSI fix leoi2 mee kon notice leaw There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. bandbot somehow is not working for this case. think can open PR later to remove it after public. |
||
|
||
- name: Check go mod cache | ||
uses: actions/cache@v4 | ||
with: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
name: Golangci-lint | ||
on: pull_request | ||
|
||
env: | ||
GOPRIVATE: github.com/bandprotocol/private-chain | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22.3 | ||
|
||
- name: Configure git for private modules | ||
env: | ||
TOKEN: ${{ secrets.SHIBA_TOKEN }} | ||
run: git config --global url."https://nkitlabs:${TOKEN}@github.com".insteadOf "https://github.com" | ||
|
||
- uses: actions/checkout@v4 | ||
|
||
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v6 | ||
with: | ||
version: v1.60 | ||
version: v1.61 | ||
args: --timeout=5m0s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why shiba haha?