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(local-ic): typescript driver #1203

Merged
merged 10 commits into from
Aug 15, 2024
Merged

feat(local-ic): typescript driver #1203

merged 10 commits into from
Aug 15, 2024

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Aug 3, 2024

closes #1182

Summary

Allows a TS client to interaction with the local-ic network to modify as needed (relayers, nodes, files, etc). most standard interaction will be done through CosmJS via the node's RPC anyways

TODO:

  • Add to main readme
  • External Sourcing
  • PollForStart
  • Arbitrary execution (binary, queries, or the container shell itself)
  • Relayers (Stop, Start, Exec, Get Channels)
  • CosmWasm (Store file, dump state)
  • Faucet
  • Add Full Node
  • Recover & View key/address
  • Store any file

Copy link

vercel bot commented Aug 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
interchaintest-docs ⬜️ Ignored (Inspect) Visit Preview Aug 15, 2024 3:37pm

@Reecepbcups Reecepbcups changed the title feat: typescript client example feat(local-ic): typescript client example Aug 3, 2024
@Reecepbcups Reecepbcups marked this pull request as ready for review August 3, 2024 20:33
@Reecepbcups Reecepbcups requested a review from a team as a code owner August 3, 2024 20:33
@Reecepbcups Reecepbcups requested a review from misko9 August 3, 2024 20:33
@Reecepbcups Reecepbcups changed the title feat(local-ic): typescript client example feat(local-ic): typescript driver Aug 10, 2024
@Reecepbcups Reecepbcups mentioned this pull request Aug 10, 2024
10 tasks
@Reecepbcups Reecepbcups enabled auto-merge (squash) August 11, 2024 00:28
Copy link

@joelsmith-2019 joelsmith-2019 left a comment

Choose a reason for hiding this comment

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

Made just a minor change which cleans up a couple functions. Tested locally and everything passed. This is a very cool update!

local-interchain/ts/src/driver.ts Outdated Show resolved Hide resolved
local-interchain/ts/src/driver.ts Outdated Show resolved Hide resolved
@Reecepbcups Reecepbcups merged commit c48b82d into main Aug 15, 2024
20 checks passed
@Reecepbcups Reecepbcups deleted the reece/typescript-client branch August 15, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typescript driver / CosmJS test interaction
2 participants