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

lang: Allow CPI return values #1598

Merged
merged 38 commits into from Mar 24, 2022

Commits on Mar 7, 2022

  1. Add basic example

    tomlinton committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    3190bae View commit details
    Browse the repository at this point in the history
  2. Parse return types

    tomlinton committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c707d92 View commit details
    Browse the repository at this point in the history
  3. Update programs

    tomlinton committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    e37a325 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    c4079c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee380b2 View commit details
    Browse the repository at this point in the history
  3. Remove debug file

    tomlinton committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    7b50f25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    194308c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Cleanup

    tomlinton committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    177b9ad View commit details
    Browse the repository at this point in the history
  2. Rename test and programs

    tomlinton committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    9c85dd6 View commit details
    Browse the repository at this point in the history
  3. Add to GitHub checks

    tomlinton committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    552c49d View commit details
    Browse the repository at this point in the history
  4. Fix test

    tomlinton committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    03b5d26 View commit details
    Browse the repository at this point in the history
  5. Add test to workspace

    tomlinton committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    63a6a15 View commit details
    Browse the repository at this point in the history
  6. Changelog

    tomlinton committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    951838d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3aa7f94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f3a86a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbb65f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Remove yarn.lock

    tomlinton committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    497245e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9650b View commit details
    Browse the repository at this point in the history
  3. Use sol_log_data in tests

    tomlinton committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    88aafe6 View commit details
    Browse the repository at this point in the history
  4. Add return types to IDL

    tomlinton committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3eaf8fe View commit details
    Browse the repository at this point in the history
  5. Test return types in IDL

    tomlinton committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3eec70b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a65dd2 View commit details
    Browse the repository at this point in the history
  7. Make returns optional

    tomlinton committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b0abf61 View commit details
    Browse the repository at this point in the history
  8. Add vec example

    tomlinton committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    eaea067 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Fix return type in client

    tomlinton committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a3b0c77 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    8be3da6 View commit details
    Browse the repository at this point in the history
  2. Assume unit type return

    tomlinton committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    2cf9be7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    c0427b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    e8593b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Add lazy return

    tomlinton committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    fd40f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d0e7c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Update package.json

    tomlinton committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b49bf6c View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary result

    tomlinton committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    50b8f00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b14549 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    594cf4d View commit details
    Browse the repository at this point in the history
  5. Revert "Error on nonconformant return"

    This reverts commit 594cf4d.
    tomlinton committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    f16c155 View commit details
    Browse the repository at this point in the history
  6. Remove unused base64 dep

    tomlinton committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    82f70e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93f6478 View commit details
    Browse the repository at this point in the history