Skip to content

Commit

Permalink
Use bonsai sdk blocking client (#980)
Browse files Browse the repository at this point in the history
* remove bonsai sdk client wrapper queue

* Update crates/risc0-bonsai/src/host.rs

Co-authored-by: Roman <[email protected]>

* use backoff in risc0-bonsai

---------

Co-authored-by: Roman <[email protected]>
  • Loading branch information
eyusufatik and kpp authored Aug 14, 2024
1 parent e565774 commit 3441722
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 273 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/risc0-bonsai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ description = "An adapter allowing Citrea to connect with Bonsai"

[dependencies]
anyhow = { workspace = true }
backoff = { workspace = true }
bincode = { workspace = true }
bonsai-sdk = { workspace = true }
borsh = { workspace = true }
Expand Down
Loading

0 comments on commit 3441722

Please sign in to comment.