-
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
Conversation
[Feature] init config
* add chain config with wrapper * add chain client and query tunnel info on chain * add comment * add test * fix client connect logic * fix from comments * fix relayer folder * fix from comments * remove chain type * fix method name * format util test * change variable names * fix json tag * fix variable name * fx type and test * fix comments * rename field * fix field
* 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>
tunnel.IsActive, | ||
) | ||
|
||
targetChain := tunnel.TargetChainID |
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.
tunnelChainId
is chain's name?
@@ -13,6 +16,11 @@ jobs: | |||
with: | |||
go-version: "1.22.3" | |||
|
|||
- name: Configure git for private modules | |||
env: | |||
TOKEN: ${{ secrets.SHIBA_TOKEN }} |
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?
- 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 comment
The 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 comment
The 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 comment
The 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.
Fixed: implement features for tunnel offchain relayer.
Implementation details
Please ensure the following requirements are met before submitting a pull request:
CHANGELOG_UNRELEASED.md
Files changed
tab in the Github PR explorer)