Skip to content

Commit

Permalink
feat(ts-bindings): Client.deploy with constructor args
Browse files Browse the repository at this point in the history
- allow `stellar contract bindings typescript` to accept only a `--wasm`
  file, rather than requiring `--contract-id`
- add types for `Client.deploy` to the generated TS
  • Loading branch information
chadoh committed Nov 20, 2024
1 parent 11cde0c commit 5bc1b9d
Show file tree
Hide file tree
Showing 13 changed files with 167 additions and 1,136 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
--health-timeout 5s
--health-retries 50
steps:
- uses: actions/setup-node@v4
with:
node-version: '22.x'
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5bc1b9d

Please sign in to comment.