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

Support Auth Next for host fns #823

Merged
merged 12 commits into from
May 31, 2023
Merged

Support Auth Next for host fns #823

merged 12 commits into from
May 31, 2023

Commits on May 31, 2023

  1. Refactor host to support authorizing host functions and use Address

    … more.
    
    - Adapt to the XDR refactoring
    - Add support for host fn frames in auth manager
    - Use `Address` instead of 32-bytes for most of the host functions
    - Modify/add host fns to be able to perform all the operations (create asset contracts, upload wasm)
    dmkozh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    44c4c0a View commit details
    Browse the repository at this point in the history
  2. Support for some new XDR type metered clones/comparisons.

    Also updated some outdated size values.
    dmkozh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a020345 View commit details
    Browse the repository at this point in the history
  3. Test wasms update

    dmkozh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    80d4824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41ede70 View commit details
    Browse the repository at this point in the history
  5. Auth-related test updates.

    dmkozh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    27329fa View commit details
    Browse the repository at this point in the history
  6. WIP cargo update

    dmkozh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    8f7d89e View commit details
    Browse the repository at this point in the history
  7. Use proper XDR rev

    dmkozh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    663b183 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d9c26e View commit details
    Browse the repository at this point in the history
  9. !fixup clippy fix

    dmkozh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    57b3a65 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9916cb8 View commit details
    Browse the repository at this point in the history
  11. !fixup update synth wasm

    dmkozh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    2dd7e04 View commit details
    Browse the repository at this point in the history
  12. Update soroban-env-host/src/host/frame.rs

    Co-authored-by: Siddharth Suresh <siddharth@stellar.org>
    dmkozh and sisuresh authored May 31, 2023
    Configuration menu
    Copy the full SHA
    c6475c8 View commit details
    Browse the repository at this point in the history