-
Notifications
You must be signed in to change notification settings - Fork 26
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: apply review changes #97
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## eddy/docs #97 +/- ##
==========================================
Coverage 66.98% 66.98%
==========================================
Files 87 87
Lines 5291 5291
Branches 5291 5291
==========================================
Hits 3544 3544
Misses 1360 1360
Partials 387 387 ☔ View full report in Codecov by Sentry. |
nambrot
approved these changes
Feb 28, 2024
byeongsu-hong
added a commit
that referenced
this pull request
Mar 1, 2024
* wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo
byeongsu-hong
added a commit
that referenced
this pull request
Mar 1, 2024
commit badf8f7 Merge: 117890c e8716c3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:06:03 2024 +0900 Merge branch 'main' into eddy/docs commit 117890c Author: ByeongSu Hong <hong@byeongsu.dev> 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 <hong@byeongsu.dev> Date: Tue Feb 27 03:43:58 2024 +0900 feat: context -> agent config commit 07a36c3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:43:47 2024 +0900 wip: neutron deployment commit a6f13cc Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:04:03 2024 +0900 chore: remove testnet contexts commit 5460617 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 9a46e80 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit e05c9b3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 258936c Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:52:10 2024 +0900 fix: trouble shooting commit 50a98aa Merge: 085d0d9 03f891d Author: byeongsu-hong <hong@byeongsu.dev> 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 <hong@byeongsu.dev> Date: Tue Feb 27 02:43:41 2024 +0900 feat: add test recipient commit 03f891d Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit a9ef21d Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 82813c4 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit a4af84e Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:45:03 2024 +0900 fix: split length commit 8791862 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:43:08 2024 +0900 fix: xor commit 8a3e684 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit 42c8c3d Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit 29196f3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:21:07 2024 +0900 feat: wallet generator commit 5e08066 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:56:36 2024 +0900 feat: add wallet command commit 4e13c7d Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit 9ec59d7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 02fec54 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:30:44 2024 +0900 fix: handle rest endpoint not working commit 584394e Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit 3adb874 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit ec30b55 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit dc52114 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit a8d56cb Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit e791815 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 99ec989 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:13:49 2024 +0900 fix: prune imports commit 4f16d4b Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:22:37 2024 +0900 feat: mailbox null-check commit a520235 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit 0f5404e Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 7407b52 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit a9d74b9 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit c04c8b7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:35:15 2024 +0900 chore: redundant args commit 0d7f6cd Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:34:48 2024 +0900 feat(script): add test-dispatch commit b36a6f3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:24:47 2024 +0900 feat: generate agent config commit a81a59a Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 17:44:14 2024 +0900 feat: add grpc endpoint as config commit 1850a1e Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 17:43:57 2024 +0900 chore: trailing comma commit daa3b21 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:59:02 2024 +0900 chore(script): cleanup commit 5db4cd8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:58:30 2024 +0900 feat(script): supprot mnemonic commit 5aeee19 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:58:15 2024 +0900 chore: detailed ignore policy commit ac93aa9 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:58:01 2024 +0900 feat(script): add migrate command commit 1433d26 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:57:35 2024 +0900 fix(hook): default gas denom commit 3ebc54b Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:57:03 2024 +0900 build: stride hyperlane deployment commit 20fba5a Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 08:49:18 2024 +0900 build: redeploy commit 847c054 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 08:49:06 2024 +0900 fix(script): make igp deployable commit d6e4cbb Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 07:54:18 2024 +0900 reorg script / cli commit dbd3293 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 22 21:39:45 2024 +0900 refactor(script): pull back project setup to root commit b80bf31 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 22 21:39:10 2024 +0900 refactor(ts): migrate sdk - 1 commit 75c5aaf Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 22 21:38:45 2024 +0900 fix(schema): reflect missing contracts commit 15672cc Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 210c149 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 556f54b Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit 01fb20d Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:22:41 2024 +0900 wip
byeongsu-hong
added a commit
that referenced
this pull request
Mar 1, 2024
commit 2f0149b Author: ByeongSu Hong <hong@byeongsu.dev> Date: Sat Mar 2 00:02:58 2024 +0900 feat: cw-hpl (#100) * refactor(script): pull back project setup to root * refactor: clean scripts * feat: add codegen script * env: common settings & setup npm package * Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. * remove ts/sdk * merge: schema refactoring (#106) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * feat(script): initial config setup (#102) feat: initial config setup * merge: docs improvements (#108) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs commit be64967 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 23:08:13 2024 +0900 doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo commit e8716c3 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 19:57:30 2024 +0900 review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs commit 68074f0 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Thu Feb 29 02:20:50 2024 +0900 refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1
byeongsu-hong
added a commit
that referenced
this pull request
Mar 1, 2024
commit fad8f9e Merge: 1639e2f eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:21:15 2024 +0900 Merge branch 'eddy/pick-docs' into eddy/pick-cw-hpl commit 1639e2f Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:17:08 2024 +0900 remove ts/sdk commit d73647b Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:15:19 2024 +0900 Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. commit 82fc10f Merge: 6566e7a be64967 Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:14:05 2024 +0900 Merge branch 'main' into eddy/pick-cw-hpl commit be64967 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 23:08:13 2024 +0900 doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo commit e8716c3 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 19:57:30 2024 +0900 review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs commit eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:55:52 2024 +0900 docs: remove outdated docs commit 6a600c5 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:54:38 2024 +0900 docs: move to root commit 68074f0 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Thu Feb 29 02:20:50 2024 +0900 refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 commit 5896800 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 28 17:16:32 2024 +0900 merge: remove conflicts commit adb1852 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit 19c6c60 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 5cdecaa Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit 28a5e69 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 57e78ea Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit 56e2700 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit b707b67 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit aa53d70 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit bc1b84f Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 7aaa751 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit ca25459 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit 82b5f59 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit df1a67c Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit ef17165 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit 1289770 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 2604486 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 2b4c5a1 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit e43cfb3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 76313e8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit 9dba0a4 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit 17200dc Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 50b01d7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 6cde4c8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit cab7199 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:22:41 2024 +0900 wip
byeongsu-hong
added a commit
that referenced
this pull request
Mar 1, 2024
* refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo * Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. * remove ts/sdk * merge: schema refactoring (#106) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * feat(script): initial config setup (#102) feat: initial config setup * merge: docs improvements (#108) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs
byeongsu-hong
added a commit
that referenced
this pull request
Mar 1, 2024
commit fad8f9e Merge: 1639e2f eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:21:15 2024 +0900 Merge branch 'eddy/pick-docs' into eddy/pick-cw-hpl commit 1639e2f Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:17:08 2024 +0900 remove ts/sdk commit d73647b Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:15:19 2024 +0900 Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. commit 82fc10f Merge: 6566e7a be64967 Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:14:05 2024 +0900 Merge branch 'main' into eddy/pick-cw-hpl commit be64967 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 23:08:13 2024 +0900 doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo commit e8716c3 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 19:57:30 2024 +0900 review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs commit eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:55:52 2024 +0900 docs: remove outdated docs commit 6a600c5 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:54:38 2024 +0900 docs: move to root commit 68074f0 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Thu Feb 29 02:20:50 2024 +0900 refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 commit 5896800 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 28 17:16:32 2024 +0900 merge: remove conflicts commit adb1852 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit 19c6c60 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 5cdecaa Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit 28a5e69 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 57e78ea Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit 56e2700 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit b707b67 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit aa53d70 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit bc1b84f Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 7aaa751 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit ca25459 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit 82b5f59 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit df1a67c Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit ef17165 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit 1289770 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 2604486 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 2b4c5a1 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit e43cfb3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 76313e8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit 9dba0a4 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit 17200dc Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 50b01d7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 6cde4c8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit cab7199 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:22:41 2024 +0900 wip
byeongsu-hong
added a commit
that referenced
this pull request
Mar 1, 2024
* refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo * Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. * remove ts/sdk * merge: schema refactoring (#106) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * feat(script): initial config setup (#102) feat: initial config setup * merge: docs improvements (#108) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs
byeongsu-hong
added a commit
that referenced
this pull request
Mar 8, 2024
* feat: add shared utilities * fix: correct representation of `instant finality` * fix: also actual value * Squashed commit of the following: commit fad8f9e Merge: 1639e2f eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:21:15 2024 +0900 Merge branch 'eddy/pick-docs' into eddy/pick-cw-hpl commit 1639e2f Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:17:08 2024 +0900 remove ts/sdk commit d73647b Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:15:19 2024 +0900 Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. commit 82fc10f Merge: 6566e7a be64967 Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:14:05 2024 +0900 Merge branch 'main' into eddy/pick-cw-hpl commit be64967 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 23:08:13 2024 +0900 doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo commit e8716c3 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 19:57:30 2024 +0900 review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs commit eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:55:52 2024 +0900 docs: remove outdated docs commit 6a600c5 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:54:38 2024 +0900 docs: move to root commit 68074f0 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Thu Feb 29 02:20:50 2024 +0900 refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 commit 5896800 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 28 17:16:32 2024 +0900 merge: remove conflicts commit adb1852 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit 19c6c60 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 5cdecaa Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit 28a5e69 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 57e78ea Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit 56e2700 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit b707b67 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit aa53d70 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit bc1b84f Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 7aaa751 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit ca25459 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit 82b5f59 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit df1a67c Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit ef17165 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit 1289770 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 2604486 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 2b4c5a1 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit e43cfb3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 76313e8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit 9dba0a4 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit 17200dc Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 50b01d7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 6cde4c8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit cab7199 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:22:41 2024 +0900 wip * merge: cw-hpl (#110) * refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo * Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. * remove ts/sdk * merge: schema refactoring (#106) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * feat(script): initial config setup (#102) feat: initial config setup * merge: docs improvements (#108) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * fix: apply code review
byeongsu-hong
added a commit
that referenced
this pull request
Mar 8, 2024
* feat: add shared utilities * fix: correct representation of `instant finality` * fix: also actual value * Squashed commit of the following: commit fad8f9e Merge: 1639e2f eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:21:15 2024 +0900 Merge branch 'eddy/pick-docs' into eddy/pick-cw-hpl commit 1639e2f Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:17:08 2024 +0900 remove ts/sdk commit d73647b Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:15:19 2024 +0900 Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. commit 82fc10f Merge: 6566e7a be64967 Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:14:05 2024 +0900 Merge branch 'main' into eddy/pick-cw-hpl commit be64967 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 23:08:13 2024 +0900 doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo commit e8716c3 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 19:57:30 2024 +0900 review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs commit eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:55:52 2024 +0900 docs: remove outdated docs commit 6a600c5 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:54:38 2024 +0900 docs: move to root commit 68074f0 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Thu Feb 29 02:20:50 2024 +0900 refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 commit 5896800 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 28 17:16:32 2024 +0900 merge: remove conflicts commit adb1852 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit 19c6c60 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 5cdecaa Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit 28a5e69 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 57e78ea Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit 56e2700 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit b707b67 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit aa53d70 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit bc1b84f Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 7aaa751 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit ca25459 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit 82b5f59 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit df1a67c Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit ef17165 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit 1289770 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 2604486 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 2b4c5a1 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit e43cfb3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 76313e8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit 9dba0a4 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit 17200dc Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 50b01d7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 6cde4c8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit cab7199 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:22:41 2024 +0900 wip * merge: cw-hpl (#110) * refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo * Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. * remove ts/sdk * merge: schema refactoring (#106) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * feat(script): initial config setup (#102) feat: initial config setup * merge: docs improvements (#108) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * fix: apply code review * feat: add deploy script for hook * feat: add ism deployer * feat: add igp deployer * feat: export everything
byeongsu-hong
added a commit
that referenced
this pull request
Mar 8, 2024
* feat: add shared utilities * fix: correct representation of `instant finality` * fix: also actual value * Squashed commit of the following: commit fad8f9e Merge: 1639e2f eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:21:15 2024 +0900 Merge branch 'eddy/pick-docs' into eddy/pick-cw-hpl commit 1639e2f Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:17:08 2024 +0900 remove ts/sdk commit d73647b Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:15:19 2024 +0900 Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. commit 82fc10f Merge: 6566e7a be64967 Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:14:05 2024 +0900 Merge branch 'main' into eddy/pick-cw-hpl commit be64967 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 23:08:13 2024 +0900 doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo commit e8716c3 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 19:57:30 2024 +0900 review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs commit eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:55:52 2024 +0900 docs: remove outdated docs commit 6a600c5 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:54:38 2024 +0900 docs: move to root commit 68074f0 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Thu Feb 29 02:20:50 2024 +0900 refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 commit 5896800 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 28 17:16:32 2024 +0900 merge: remove conflicts commit adb1852 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit 19c6c60 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 5cdecaa Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit 28a5e69 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 57e78ea Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit 56e2700 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit b707b67 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit aa53d70 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit bc1b84f Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 7aaa751 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit ca25459 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit 82b5f59 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit df1a67c Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit ef17165 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit 1289770 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 2604486 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 2b4c5a1 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit e43cfb3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 76313e8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit 9dba0a4 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit 17200dc Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 50b01d7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 6cde4c8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit cab7199 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:22:41 2024 +0900 wip * merge: cw-hpl (#110) * refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo * Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. * remove ts/sdk * merge: schema refactoring (#106) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * feat(script): initial config setup (#102) feat: initial config setup * merge: docs improvements (#108) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * fix: apply code review * feat: add deploy script for hook * feat: add ism deployer * feat: add igp deployer * feat: export everything * feat: add commands * feat: main entrypoint * chore: prevent logic duplication * fix: apply review changes
byeongsu-hong
added a commit
that referenced
this pull request
Mar 8, 2024
commit fad8f9e Merge: 1639e2f eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:21:15 2024 +0900 Merge branch 'eddy/pick-docs' into eddy/pick-cw-hpl commit 1639e2f Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:17:08 2024 +0900 remove ts/sdk commit d73647b Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:15:19 2024 +0900 Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. commit 82fc10f Merge: 6566e7a be64967 Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:14:05 2024 +0900 Merge branch 'main' into eddy/pick-cw-hpl commit be64967 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 23:08:13 2024 +0900 doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo commit e8716c3 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 19:57:30 2024 +0900 review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs commit eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:55:52 2024 +0900 docs: remove outdated docs commit 6a600c5 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:54:38 2024 +0900 docs: move to root commit 68074f0 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Thu Feb 29 02:20:50 2024 +0900 refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 commit 5896800 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 28 17:16:32 2024 +0900 merge: remove conflicts commit adb1852 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit 19c6c60 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 5cdecaa Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit 28a5e69 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 57e78ea Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit 56e2700 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit b707b67 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit aa53d70 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit bc1b84f Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 7aaa751 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit ca25459 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit 82b5f59 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit df1a67c Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit ef17165 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit 1289770 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 2604486 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 2b4c5a1 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit e43cfb3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 76313e8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit 9dba0a4 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit 17200dc Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 50b01d7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 6cde4c8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit cab7199 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:22:41 2024 +0900 wip
byeongsu-hong
added a commit
that referenced
this pull request
Mar 8, 2024
* refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo * Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. * remove ts/sdk * merge: schema refactoring (#106) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * feat(script): initial config setup (#102) feat: initial config setup * merge: docs improvements (#108) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs
byeongsu-hong
added a commit
that referenced
this pull request
Mar 8, 2024
* Squashed commit of the following: commit fad8f9e Merge: 1639e2f eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:21:15 2024 +0900 Merge branch 'eddy/pick-docs' into eddy/pick-cw-hpl commit 1639e2f Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:17:08 2024 +0900 remove ts/sdk commit d73647b Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:15:19 2024 +0900 Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. commit 82fc10f Merge: 6566e7a be64967 Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:14:05 2024 +0900 Merge branch 'main' into eddy/pick-cw-hpl commit be64967 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 23:08:13 2024 +0900 doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo commit e8716c3 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Fri Mar 1 19:57:30 2024 +0900 review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs commit eb77beb Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:55:52 2024 +0900 docs: remove outdated docs commit 6a600c5 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 29 17:54:38 2024 +0900 docs: move to root commit 68074f0 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Thu Feb 29 02:20:50 2024 +0900 refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 commit 5896800 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 28 17:16:32 2024 +0900 merge: remove conflicts commit adb1852 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit 19c6c60 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 5cdecaa Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit 28a5e69 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 57e78ea Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit 56e2700 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit b707b67 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit aa53d70 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit bc1b84f Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 7aaa751 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit ca25459 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit 82b5f59 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit df1a67c Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit ef17165 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit 1289770 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 2604486 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 2b4c5a1 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit e43cfb3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 76313e8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit 9dba0a4 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit 17200dc Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 50b01d7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 6cde4c8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit cab7199 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:22:41 2024 +0900 wip * merge: cw-hpl (#110) * refactor: ts schema (#99) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * review: docs (#98) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * doc: documentation (#95) * wip * project structure & overview * toc * swap * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * refactor(script): pull back project setup to root * reorg script / cli * fix(script): make igp deployable * build: redeploy * build: stride hyperlane deployment * fix(hook): default gas denom * feat(script): add migrate command * chore: detailed ignore policy * feat(script): supprot mnemonic * chore(script): cleanup * chore: trailing comma * feat: add grpc endpoint as config * feat: generate agent config * feat(script): add test-dispatch * chore: redundant args * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * feat: mailbox null-check * fix: prune imports * docs: wip guide & example * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: handle rest endpoint not working * fix: use localwasmd * fix: hrp * feat: add wallet command * feat: wallet generator * fix: use osmosis testnet * line spacing * fix: xor * fix: split length * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * feat: add test recipient * fix: trouble shooting * docs: done * docs: update README.md * fix: line break * chore: remove testnet contexts * wip: neutron deployment * feat: context -> agent config * feat: apply review changes (#97) * docs: add context / example * fix: real instant finality * fix: typo * Revert "Merge branch 'main' into eddy/pick-cw-hpl" This reverts commit 82fc10f, reversing changes made to 6566e7a. * remove ts/sdk * merge: schema refactoring (#106) * fix(schema): reflect missing contracts * refactor(ts): migrate sdk - 1 * feat(script): initial config setup (#102) feat: initial config setup * merge: docs improvements (#108) * wip * project structure & overview * toc * swap * docs: owner -> <signer> * build: yarn berry * env: yarn * env: add cw-hpl command * docs: wip guide & example * fix: line break * fix: rename compose file * fix: use localosmosis key * refactor: restruct guide * fix: remove DATA_PATH * fix: add `yarn install` * fix: use localwasmd * fix: hrp * fix: use osmosis testnet * line spacing * feat: more info to replace * fix: osmosis testnet network name * chore: ignore example * docs: done * docs: update README.md * merge: remove conflicts * docs: move to root * docs: remove outdated docs * setup * eslint prettier * prettier rc * run linter
byeongsu-hong
added a commit
that referenced
this pull request
Mar 8, 2024
* feat: implement warp command * refactor: add network field to deps * feat: new logging system * chore: remove redundant import * fix: addPad * fix: verbose line break * feat: deploy warp * fix: register context cmd * feat: add contract abis * feat: example cli * feat: replace docs with cli-exp * chore: yarn * fix: use OSMO, not uOSMO * fix: testnet deployment script * feat: transfer command (ducktaped) * feat: add warp route guide * feat: add transfer command * fix: remove abis & use @hyperlane-xyz/core * Squashed commit of the following: commit badf8f7 Merge: 117890c e8716c3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Fri Mar 1 23:06:03 2024 +0900 Merge branch 'main' into eddy/docs commit 117890c Author: ByeongSu Hong <hong@byeongsu.dev> 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 <hong@byeongsu.dev> Date: Tue Feb 27 03:43:58 2024 +0900 feat: context -> agent config commit 07a36c3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:43:47 2024 +0900 wip: neutron deployment commit a6f13cc Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:04:03 2024 +0900 chore: remove testnet contexts commit 5460617 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 03:00:17 2024 +0900 fix: line break commit 9a46e80 Author: ByeongSu Hong <hong@byeongsu.dev> Date: Tue Feb 27 02:59:10 2024 +0900 docs: update README.md commit e05c9b3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:57:59 2024 +0900 docs: done commit 258936c Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:52:10 2024 +0900 fix: trouble shooting commit 50a98aa Merge: 085d0d9 03f891d Author: byeongsu-hong <hong@byeongsu.dev> 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 <hong@byeongsu.dev> Date: Tue Feb 27 02:43:41 2024 +0900 feat: add test recipient commit 03f891d Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:32:56 2024 +0900 chore: ignore example commit a9ef21d Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:21:21 2024 +0900 fix: osmosis testnet network name commit 82813c4 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 02:18:23 2024 +0900 feat: more info to replace commit a4af84e Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:45:03 2024 +0900 fix: split length commit 8791862 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:43:08 2024 +0900 fix: xor commit 8a3e684 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:35:03 2024 +0900 line spacing commit 42c8c3d Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:32:35 2024 +0900 fix: use osmosis testnet commit 29196f3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 01:21:07 2024 +0900 feat: wallet generator commit 5e08066 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:56:36 2024 +0900 feat: add wallet command commit 4e13c7d Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:38:22 2024 +0900 fix: hrp commit 9ec59d7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:36:03 2024 +0900 fix: use localwasmd commit 02fec54 Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:30:44 2024 +0900 fix: handle rest endpoint not working commit 584394e Author: byeongsu-hong <hong@byeongsu.dev> Date: Tue Feb 27 00:04:08 2024 +0900 fix: add `yarn install` commit 3adb874 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:56:19 2024 +0900 fix: remove DATA_PATH commit ec30b55 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 23:49:25 2024 +0900 refactor: restruct guide commit dc52114 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:32:48 2024 +0900 fix: use localosmosis key commit a8d56cb Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:26:51 2024 +0900 fix: rename compose file commit e791815 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:22:49 2024 +0900 docs: wip guide & example commit 99ec989 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 22:13:49 2024 +0900 fix: prune imports commit 4f16d4b Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:22:37 2024 +0900 feat: mailbox null-check commit a520235 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:24 2024 +0900 env: add cw-hpl command commit 0f5404e Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 21:21:14 2024 +0900 env: yarn commit 7407b52 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:49:06 2024 +0900 build: yarn berry commit a9d74b9 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:44:20 2024 +0900 docs: owner -> <signer> commit c04c8b7 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:35:15 2024 +0900 chore: redundant args commit 0d7f6cd Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:34:48 2024 +0900 feat(script): add test-dispatch commit b36a6f3 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 20:24:47 2024 +0900 feat: generate agent config commit a81a59a Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 17:44:14 2024 +0900 feat: add grpc endpoint as config commit 1850a1e Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 17:43:57 2024 +0900 chore: trailing comma commit daa3b21 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:59:02 2024 +0900 chore(script): cleanup commit 5db4cd8 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:58:30 2024 +0900 feat(script): supprot mnemonic commit 5aeee19 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:58:15 2024 +0900 chore: detailed ignore policy commit ac93aa9 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:58:01 2024 +0900 feat(script): add migrate command commit 1433d26 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:57:35 2024 +0900 fix(hook): default gas denom commit 3ebc54b Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 10:57:03 2024 +0900 build: stride hyperlane deployment commit 20fba5a Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 08:49:18 2024 +0900 build: redeploy commit 847c054 Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 08:49:06 2024 +0900 fix(script): make igp deployable commit d6e4cbb Author: byeongsu-hong <hong@byeongsu.dev> Date: Mon Feb 26 07:54:18 2024 +0900 reorg script / cli commit dbd3293 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 22 21:39:45 2024 +0900 refactor(script): pull back project setup to root commit b80bf31 Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 22 21:39:10 2024 +0900 refactor(ts): migrate sdk - 1 commit 75c5aaf Author: byeongsu-hong <hong@byeongsu.dev> Date: Thu Feb 22 21:38:45 2024 +0900 fix(schema): reflect missing contracts commit 15672cc Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:50:16 2024 +0900 swap commit 210c149 Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:42:09 2024 +0900 toc commit 556f54b Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:29:22 2024 +0900 project structure & overview commit 01fb20d Author: byeongsu-hong <hong@byeongsu.dev> Date: Wed Feb 14 18:22:41 2024 +0900 wip * fix: typo Co-authored-by: Nam Chu Hoai <nambrot@googlemail.com> * cherry pick & lint * merge deployment docs --------- Co-authored-by: Nam Chu Hoai <nambrot@googlemail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.