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

Decode contract spec in inspect #17

Merged
merged 19 commits into from
Jun 24, 2022
Merged

Decode contract spec in inspect #17

merged 19 commits into from
Jun 24, 2022

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Jun 18, 2022

What

Decode contract spec XDR in WASM files.

Why

As a first step so that the CLI can display the contract spec in a human readable format to the user. Near term the same logic will be used for generating client code.

Close #6
Dependent on stellar/rs-stellar-xdr#76
Related to stellar/rs-soroban-sdk#140

Known limitations

[TODO or N/A]

@leighmcculloch leighmcculloch marked this pull request as ready for review June 24, 2022 21:36
@leighmcculloch leighmcculloch merged commit a41c127 into main Jun 24, 2022
@leighmcculloch leighmcculloch deleted the spec-xdr branch June 24, 2022 21:38
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.

Contract Spec: Add CLI command that extracts XDR from .wasm.
1 participant