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

System Test: add coverage on CLI generated typescript bindings #89

Open
sreuland opened this issue Dec 21, 2023 · 0 comments
Open

System Test: add coverage on CLI generated typescript bindings #89

sreuland opened this issue Dec 21, 2023 · 0 comments

Comments

@sreuland
Copy link
Contributor

What problem does your feature solve?

the tests don't exercise the cli generated ts bindings for a contract which are created from soroban contract bindings typescript --wasm

What would you like to see?

  • a new test scenario for generated ts bindings.
    • generate the ts bindings from the compiled wasm of the soroban-examples increment contract using cli command soroban contract bindings typescript --wasm.
    • run a ts script that imports the generated bindings.
    • the ts script invokes the increment contract method and verifies the invocation result using the generated bindings.

What alternatives are there?

@mollykarcher mollykarcher moved this from Backlog to Next Sprint Proposal in Platform Scrum Jan 2, 2024
@mollykarcher mollykarcher added this to the Soroban Pubnet Release milestone Jan 2, 2024
@mollykarcher mollykarcher moved this from Next Sprint Proposal to Backlog in Platform Scrum Jan 30, 2024
@mollykarcher mollykarcher removed this from the Soroban Pubnet Release milestone Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants