Skip to content

Commit

Permalink
refactor: github tokens & root doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tchataigner committed Jun 11, 2024
1 parent c48b534 commit 7eb5577
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup CI
uses: ./.github/actions/setup
with:
pull_token: ${{ secrets.REPO_TOKEN }}
pull_token: ${{ secrets.GITHUB_TOKEN }}
- uses: dtolnay/rust-toolchain@nightly
- name: Install extra deps
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup CI
uses: ./.github/actions/setup
with:
pull_token: ${{ secrets.REPO_TOKEN }}
pull_token: ${{ secrets.GITHUB_TOKEN }}
# make sure benches don't bit-rot
- name: build benches
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup CI
uses: ./.github/actions/setup
with:
pull_token: ${{ secrets.REPO_TOKEN }}
pull_token: ${{ secrets.GITHUB_TOKEN }}
# See '.cargo/config' for list of enabled/disabled clippy lints
- name: rustfmt
run: cargo fmt --all --check
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Setup CI
uses: ./.github/actions/setup
with:
pull_token: ${{ secrets.REPO_TOKEN }}
pull_token: ${{ secrets.GITHUB_TOKEN }}
- name: Get cycle counts for PR
id: get_cycles_pr
run: |
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Internal Example Light Clients
## ZK Light Clients

This repository contains implementation for Light Clients
leveraging [Sphinx](https://github.com/lurk-lab/sphinx) to keep its development under the radar.

Once Sphinx is deemed ready for public release, the code contained in this repository should be migrated
to [`example-zk-light-clients`](https://github.com/wormhole-foundation/example-zk-light-clients).
Once Sphinx is deemed ready for public release, the code contained in this repository should be publicly released as well.

For more information about each Light Client, refer to their respective folder.
- [Aptos Light Client](./aptos)
Binary file not shown.
Binary file modified aptos/aptos-programs/artifacts/epoch-change-program
Binary file not shown.
Binary file modified aptos/aptos-programs/artifacts/inclusion-program
Binary file not shown.

0 comments on commit 7eb5577

Please sign in to comment.