Skip to content

Commit

Permalink
Cherry-pick #180 and #195 and bump version to 1.1.0-rc.2 (#201)
Browse files Browse the repository at this point in the history
This PR cherry-picks #180 and #195 from `main` and bumps the version of
crates in this repo to 1.1.0-rc.2.
Dependency references to `risc0` crates are also bumped to `rc.2`.

---------

Co-authored-by: Wolfgang Welz <[email protected]>
Co-authored-by: capossele <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent 3b8fea1 commit 2399545
Show file tree
Hide file tree
Showing 47 changed files with 6,770 additions and 1,566 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,19 @@ jobs:
- name: build erc20-Counter
run: cargo build
working-directory: examples/erc20-counter
- name: forge test erc20-Counter
run: forge test
working-directory: examples/erc20-counter
env:
ETH_RPC_URL: https://ethereum-sepolia-rpc.publicnode.com
- name: build token-stats
run: cargo build
working-directory: examples/token-stats
- name: test erc20-Counter
run: ./test-local-deployment.sh
working-directory: examples/erc20-counter
env:
RISC0_DEV_MODE: true
- run: sccache --show-stats

doc:
Expand Down
Loading

0 comments on commit 2399545

Please sign in to comment.