Skip to content

Implement Soroban Auth Framework #75

Description

@bbyalcinkaya

This issue tracks the implementation of the Soroban Authorization Framework within the Soroban semantics. Specifically, we aim to properly implement the two host functions that are currently no-ops:

  • require_auth
  • authorize_as_curr_contract

Implementing these is essential for enabling accurate reasoning about the authorization properties of Soroban smart contracts using Komet.

Currently, require_auth and authorize_as_curr_contract are stubbed and do not affect contract execution or analysis. As a result, Komet cannot model or analyze the authorization behavior of Soroban contracts. Once these functions are correctly implemented, Komet will be able to check authorization flows.

TODO:

  • require_auth
  • authorize_as_curr_contract

Resources:

Priority: High

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions