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 rust bindings #90

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

System Test: add coverage on CLI generated rust bindings #90

sreuland opened this issue Dec 21, 2023 · 0 comments

Comments

@sreuland
Copy link
Contributor

sreuland commented Dec 21, 2023

What problem does your feature solve?

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

What would you like to see?

  • a new test scenario for generated rust bindings.
    • generate the rust bindings from the compiled wasm of the soroban-examples increment contract using cli command soroban contract bindings rust --wasm.
    • run a rust program that imports the locally generated rust bindings.
    • the rust program invokes the increment contract method and verifies the invocation result using the generated rust 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