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

Added first draft of bonsai-alpha SDK (#606) #627

Merged
merged 3 commits into from
Jun 15, 2023
Merged

Conversation

flaub
Copy link
Member

@flaub flaub commented Jun 14, 2023

  • Added first draft of bonsai-alpha SDK

  • Added license header

  • Removed bincode in guest dep of bonsai-alpha

  • Made the bonsai-alpha crate a module of bonsai-sdk

This will allow for dual SDKs in the same crate

add #[cfg(not(target_os = "zkvm"))] to items that are not needed for guest compilation

  • Added Debug to SessionId

  • Potential stability fix and extra derives


* Added first draft of bonsai-alpha SDK

* Added license header

* Removed bincode in guest dep of bonsai-alpha

* Made the bonsai-alpha crate a module of bonsai-sdk

This will allow for dual SDKs in the same crate

* recursion: fix compiler warning in guest (#614)

add `#[cfg(not(target_os = "zkvm"))]` to items that are not needed for guest compilation

* Added Debug to SessionId

* Potential stability fix and extra derives

---------

Co-authored-by: Erik Kaneda <erik@risczero.com>
Co-authored-by: Frank Laub <flaub@risc0.com>
@flaub flaub requested review from mothran and tzerrell June 14, 2023 07:37
@flaub flaub self-assigned this Jun 14, 2023
imdaisyadams and others added 2 commits June 14, 2023 16:26
* build already existing code on runners including graviton

* bringing down graviton workflow
@flaub flaub merged commit f62b587 into release-0.15 Jun 15, 2023
8 checks passed
@flaub flaub deleted the flaub-release branch June 15, 2023 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants