Skip to content

Commit

Permalink
chore: Update asterisc version to 1.0.3-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Oct 22, 2024
1 parent 1dcadbf commit c1c915a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build `asterisc`
if: "!contains(matrix.target, 'native')"
run: |
cd asterisc && git checkout v1.0.0 && make build-rvgo
cd asterisc && git checkout v1.0.3.alpha1 && make build-rvgo
mv ./rvgo/bin/asterisc /usr/local/bin/
- name: Set run environment
run: |
Expand Down
4 changes: 2 additions & 2 deletions bin/client/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ run-client-asterisc block_number l1_rpc l1_beacon_rpc l2_rpc rollup_node_rpc ver

HOST_BIN_PATH="./target/release/kona-host"
CLIENT_BIN_PATH="./target/riscv64gc-unknown-none-elf/release-client-lto/kona"
STATE_PATH="./state.json"
STATE_PATH="./state.bin.gz"

CLAIMED_L2_BLOCK_NUMBER={{block_number}}
echo "Fetching configuration for block #$CLAIMED_L2_BLOCK_NUMBER..."
Expand Down Expand Up @@ -142,7 +142,7 @@ run-client-asterisc-offline block_number l2_claim l2_output_root l2_head l1_head
HOST_BIN_PATH="./target/release/kona-host"
CLIENT_BIN_PATH="./target/riscv64gc-unknown-none-elf/release-client-lto/kona"
STATE_PATH="./state.json"
STATE_PATH="./state.bin.gz"

CLAIMED_L2_BLOCK_NUMBER={{block_number}}
CLAIMED_L2_OUTPUT_ROOT={{l2_claim}}
Expand Down

0 comments on commit c1c915a

Please sign in to comment.