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

Update to 1.69.0 #10

Merged
merged 4 commits into from
May 10, 2023
Merged

Update to 1.69.0 #10

merged 4 commits into from
May 10, 2023

Commits on May 8, 2023

  1. Add support for riscv32im-risc0-zkvm-elf

    flaub authored and mothran committed May 8, 2023
    Configuration menu
    Copy the full SHA
    688863c View commit details
    Browse the repository at this point in the history
  2. rust standard library stdin+getenv support

    * Update rust standard library to reference "sys_*" symbols exported by risc0-zkvm-platform instead of old zkvm_abi_*
    * Add support for getting environment variables through sys_getenv
    * Change stdin/stdout/stderr to use sys_read and sys_write with standard file descriptors
    shkoo authored and mothran committed May 8, 2023
    Configuration menu
    Copy the full SHA
    a6f0e7d View commit details
    Browse the repository at this point in the history
  3. Update patches to 1.69.0

    mothran committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ec756b3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Pass x.py test test/ui tests

    mothran committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4c9b6d9 View commit details
    Browse the repository at this point in the history