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

Contract calls #19

Merged
merged 12 commits into from
Jun 1, 2024
Merged

Contract calls #19

merged 12 commits into from
Jun 1, 2024

Commits on May 23, 2024

  1. split up import and export symbols

    Signed-off-by: xermicus <[email protected]>
    xermicus committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d596b3e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. remove contract call facility

    Signed-off-by: xermicus <[email protected]>
    xermicus committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d107f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8987f View commit details
    Browse the repository at this point in the history
  3. setup call flags

    Signed-off-by: xermicus <[email protected]>
    xermicus committed May 24, 2024
    Configuration menu
    Copy the full SHA
    eb7c5d4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. wip: transfers

    Signed-off-by: xermicus <[email protected]>
    xermicus committed May 25, 2024
    Configuration menu
    Copy the full SHA
    469c746 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. wip tests

    Signed-off-by: xermicus <[email protected]>
    xermicus committed May 29, 2024
    Configuration menu
    Copy the full SHA
    557c4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a258c89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1552c8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. calls only copy requested returndata size; make returndata available …

    …via returndatacopy API
    
    Signed-off-by: xermicus <[email protected]>
    xermicus committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6165ff7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. call API returns 0 on success

    Signed-off-by: xermicus <[email protected]>
    xermicus committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    7f206f1 View commit details
    Browse the repository at this point in the history
  2. helper function for constructing sentinel pointer

    Signed-off-by: xermicus <[email protected]>
    xermicus committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    7ea4e13 View commit details
    Browse the repository at this point in the history
  3. create implicitly returns 0

    Signed-off-by: xermicus <[email protected]>
    xermicus committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    bd4c964 View commit details
    Browse the repository at this point in the history