-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat: add warp route command + guide #109
Conversation
byeongsu-hong
commented
Mar 1, 2024
- deploy everything on osmo-test-5
- add warp command to cw-hpl
- deploy, link, transfer
- implement cw-hpl-exp to simplify guide experience.
- deploy test-recipient + multisig ism
- deploy / link / transfer $OSMO warp route
commit badf8f7 Merge: 117890c e8716c3 Author: byeongsu-hong <[email protected]> Date: Fri Mar 1 23:06:03 2024 +0900 Merge branch 'main' into eddy/docs commit 117890c Author: ByeongSu Hong <[email protected]> Date: Thu Feb 29 01:39:30 2024 +0900 feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo commit 6d559d1 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 03:43:58 2024 +0900 feat: context -> agent config commit 07a36c3 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 03:43:47 2024 +0900 wip: neutron deployment commit a6f13cc Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 03:04:03 2024 +0900 chore: remove testnet contexts commit 5460617 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 9a46e80 Author: ByeongSu Hong <[email protected]> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit e05c9b3 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 258936c Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 02:52:10 2024 +0900 fix: trouble shooting commit 50a98aa Merge: 085d0d9 03f891d Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 02:43:51 2024 +0900 Merge branch 'eddy/docs' of https://github.com/many-things/cw-hyperlane into eddy/docs commit 085d0d9 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 02:43:41 2024 +0900 feat: add test recipient commit 03f891d Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit a9ef21d Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 82813c4 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit a4af84e Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 01:45:03 2024 +0900 fix: split length commit 8791862 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 01:43:08 2024 +0900 fix: xor commit 8a3e684 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit 42c8c3d Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit 29196f3 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 01:21:07 2024 +0900 feat: wallet generator commit 5e08066 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 00:56:36 2024 +0900 feat: add wallet command commit 4e13c7d Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit 9ec59d7 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 02fec54 Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 00:30:44 2024 +0900 fix: handle rest endpoint not working commit 584394e Author: byeongsu-hong <[email protected]> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit 3adb874 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit ec30b55 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit dc52114 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit a8d56cb Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit e791815 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 99ec989 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 22:13:49 2024 +0900 fix: prune imports commit 4f16d4b Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 21:22:37 2024 +0900 feat: mailbox null-check commit a520235 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit 0f5404e Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 7407b52 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit a9d74b9 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit c04c8b7 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 20:35:15 2024 +0900 chore: redundant args commit 0d7f6cd Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 20:34:48 2024 +0900 feat(script): add test-dispatch commit b36a6f3 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 20:24:47 2024 +0900 feat: generate agent config commit a81a59a Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 17:44:14 2024 +0900 feat: add grpc endpoint as config commit 1850a1e Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 17:43:57 2024 +0900 chore: trailing comma commit daa3b21 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 10:59:02 2024 +0900 chore(script): cleanup commit 5db4cd8 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 10:58:30 2024 +0900 feat(script): supprot mnemonic commit 5aeee19 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 10:58:15 2024 +0900 chore: detailed ignore policy commit ac93aa9 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 10:58:01 2024 +0900 feat(script): add migrate command commit 1433d26 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 10:57:35 2024 +0900 fix(hook): default gas denom commit 3ebc54b Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 10:57:03 2024 +0900 build: stride hyperlane deployment commit 20fba5a Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 08:49:18 2024 +0900 build: redeploy commit 847c054 Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 08:49:06 2024 +0900 fix(script): make igp deployable commit d6e4cbb Author: byeongsu-hong <[email protected]> Date: Mon Feb 26 07:54:18 2024 +0900 reorg script / cli commit dbd3293 Author: byeongsu-hong <[email protected]> Date: Thu Feb 22 21:39:45 2024 +0900 refactor(script): pull back project setup to root commit b80bf31 Author: byeongsu-hong <[email protected]> Date: Thu Feb 22 21:39:10 2024 +0900 refactor(ts): migrate sdk - 1 commit 75c5aaf Author: byeongsu-hong <[email protected]> Date: Thu Feb 22 21:38:45 2024 +0900 fix(schema): reflect missing contracts commit 15672cc Author: byeongsu-hong <[email protected]> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 210c149 Author: byeongsu-hong <[email protected]> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 556f54b Author: byeongsu-hong <[email protected]> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit 01fb20d Author: byeongsu-hong <[email protected]> Date: Wed Feb 14 18:22:41 2024 +0900 wip
@@ -0,0 +1,90 @@ | |||
{ |
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.
Should not be in here right?
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.
No, it's intended
|
||
colors.enable(); | ||
|
||
const cli = new Command(); |
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.
This is very odd, this is very different from the other CLI?
58e04ca
to
3220186
Compare
Co-authored-by: Nam Chu Hoai <[email protected]>
@nambrot I know the |
0b84ea2
to
fbdab33
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #109 +/- ##
=======================================
Coverage 66.94% 66.94%
=======================================
Files 87 87
Lines 5291 5291
Branches 5291 5291
=======================================
Hits 3542 3542
Misses 1364 1364
Partials 385 385 ☔ View full report in Codecov by Sentry. |
fbdab33
to
0b84ea2
Compare
🤖 Pull request artifacts
|