Skip to content

Commit

Permalink
feat(raiko): raiko object (#149)
Browse files Browse the repository at this point in the history
* Raiko object + update revm/alloy to reth versions

* fix risc0

* fix risc0 ci

* batch fetch block data

* remove unnecessary box

* fmt

* update toolchains

* fix risc0

* Fix compile issue

* Fix build script not erroring out when a process encountered an error

* Enable SP1 mock prover

* fix fmt and compile error in test
  • Loading branch information
Brechtpd authored May 6, 2024
1 parent a6c1095 commit c4215bd
Show file tree
Hide file tree
Showing 34 changed files with 2,321 additions and 1,498 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-02-06
toolchain: nightly-2024-04-17
profile: minimal
- name: Install cargo-binstall
uses: cargo-bins/[email protected]
Expand Down
Loading

0 comments on commit c4215bd

Please sign in to comment.