Skip to content

Implement Soroban Auth Framework #75

Open
@bbyalcinkaya

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

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