Skip to content
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: cw-hpl #100

Merged
merged 10 commits into from
Mar 1, 2024
Merged

feat: cw-hpl #100

merged 10 commits into from
Mar 1, 2024

Conversation

byeongsu-hong
Copy link
Collaborator

  • It's a simple command-line interface for cw-hyperlane
  • This CLI contains features like deploy, upload, migrate etc...

Copy link

github-actions bot commented Feb 28, 2024

🤖 Pull request artifacts

file commit
wasm_codes.zip b3d50d0

github-actions bot added a commit that referenced this pull request Feb 28, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.59%. Comparing base (d309bc0) to head (900facd).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   67.82%   67.59%   -0.23%     
==========================================
  Files          87       87              
  Lines        5243     5243              
  Branches     5243     5243              
==========================================
- Hits         3556     3544      -12     
- Misses       1302     1312      +10     
- Partials      385      387       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

github-actions bot added a commit that referenced this pull request Feb 28, 2024
@byeongsu-hong byeongsu-hong mentioned this pull request Feb 29, 2024
@byeongsu-hong byeongsu-hong changed the title [DO NOT MERGE] feat: cw-hpl feat: cw-hpl Feb 29, 2024
@@ -0,0 +1,138 @@
networks:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is from #98 right?

codegen.ts Outdated
@@ -0,0 +1,37 @@
import * as fs from "fs";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there documentation as to how to use the codegen?

This reverts commit 82fc10f, reversing
changes made to 6566e7a.
* fix(schema): reflect missing contracts

* refactor(ts): migrate sdk - 1
github-actions bot added a commit that referenced this pull request Mar 1, 2024
github-actions bot added a commit that referenced this pull request Mar 1, 2024
feat: initial config setup
github-actions bot added a commit that referenced this pull request Mar 1, 2024
* 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 byeongsu-hong merged commit 2f0149b into main Mar 1, 2024
3 checks passed
@byeongsu-hong byeongsu-hong deleted the eddy/pick-cw-hpl branch March 1, 2024 15:02
github-actions bot added a commit that referenced this pull request Mar 1, 2024
github-actions bot added a commit that referenced this pull request Mar 1, 2024
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 byeongsu-hong restored the eddy/pick-cw-hpl branch March 1, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants