Skip to content

Host Functions #28

Open
Open
@bbyalcinkaya

Description

@bbyalcinkaya

Host Function Implementation Progress

This issue tracks the progress of implementing all Soroban host functions.

context

int

map

vec

ledger

call

buf

crypto

  • compute_hash_sha256: c _
  • verify_sig_ed25519: c 0
  • compute_hash_keccak256: c 1
  • recover_key_ecdsa_secp256k1: c 2
  • verify_sig_ecdsa_secp256r1: c 3

address

  • require_auth_for_args: a _
  • require_auth: a 0
  • strkey_to_address: a 1
  • address_to_strkey: a 2
  • authorize_as_curr_contract: a 3

test

  • dummy0: t _
  • protocol_gated_dummy: t 0

prng

  • prng_reseed: p _
  • prng_bytes_new: p 0
  • prng_u64_in_inclusive_range: p 1
  • prng_vec_shuffle: p 2

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