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

soroban-tools: Update Cargo.toml to meet core's fees changes #621

Closed
tsachiherman opened this issue May 3, 2023 · 0 comments · Fixed by #625
Closed

soroban-tools: Update Cargo.toml to meet core's fees changes #621

tsachiherman opened this issue May 3, 2023 · 0 comments · Fixed by #625

Comments

@tsachiherman
Copy link
Contributor

What ?

The XDR was modified to support fees changes. This issue is about the update of the rust components in the soroban-tools repository to compile with these changes.
Two "big" changes that this XDR includes are:

  • InvokeHostFunction now includes a list of functions rather then a single function
  • The Footprint doesn't go on the operations anymore. Instead, it's a Transaction level field.

Epic

#519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants