Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
11f0243
Add debug function for zkc
willpote Sep 15, 2025
9e1cf7b
Add debug function for ZKC
willpote Sep 15, 2025
1eb2e7c
Fixes
willpote Sep 16, 2025
1389f90
Merge branch 'main' into willpote/cli-debug
neutronmoderator Sep 17, 2025
078db8c
Debug
willpote Sep 16, 2025
79fe440
Fix bugs
willpote Sep 19, 2025
0cb4418
Deploying
willpote Sep 21, 2025
8520483
Indexer optimized. Everything deploys
willpote Sep 22, 2025
d24eedc
API works
willpote Sep 22, 2025
cdc4f9e
docs
willpote Sep 22, 2025
ef967f2
Merge branch 'main' into willpote/cli-debug
capossele Sep 23, 2025
18d47bf
Staking amount bug
willpote Sep 22, 2025
58d5466
Added summary sections
willpote Sep 23, 2025
33eb104
Remove unused
willpote Sep 24, 2025
136b8c7
Check fixes
willpote Sep 24, 2025
b499e84
Just check passes
willpote Sep 24, 2025
8318e9e
Revert deployment config changes
willpote Sep 25, 2025
36f8c24
Local e2e test
willpote Sep 26, 2025
c5302c1
Fixes
willpote Sep 26, 2025
2de8438
Docs fixes
willpote Sep 26, 2025
d10e98c
Docs fixes: 2
willpote Sep 27, 2025
42b5f19
integ tests
willpote Sep 28, 2025
0ac4b2b
progress on integ test
willpote Sep 28, 2025
1dff061
Tests pass
willpote Sep 28, 2025
4b11b9c
Determinism fix
willpote Sep 28, 2025
1ec0978
Test cases
willpote Sep 28, 2025
86678df
update tests
willpote Sep 29, 2025
e664960
Refactor tests
willpote Sep 29, 2025
ac8e124
Fix tests and add justfile
willpote Sep 29, 2025
f89a331
Fmt
willpote Sep 29, 2025
8996cec
Fmt, check fixes
willpote Sep 29, 2025
0db0878
Merge branch 'main' into willpote/cli-debug
willpote Sep 29, 2025
5284ace
Fix CI
willpote Sep 29, 2025
969218f
Fix tests
willpote Sep 29, 2025
a70f0a8
Update openapi
willpote Sep 29, 2025
80b1f2b
Generate openAPI
willpote Sep 29, 2025
95b182f
Fixes
willpote Sep 29, 2025
2dbc47b
Infra fix
willpote Sep 29, 2025
a56efc3
Merge branch 'main' into willpote/cli-debug
willpote Sep 29, 2025
7948ccb
Fix bug with epochs to process
willpote Oct 1, 2025
78811fb
quick batch insers
willpote Oct 1, 2025
c6de636
PR feedback
willpote Oct 1, 2025
e4a17d6
Merge branch 'main' into willpote/cli-debug
willpote Oct 1, 2025
1ff1ed1
Fmt
willpote Oct 1, 2025
9d6f154
Merge branch 'main' into willpote/cli-debug
zeroecco Oct 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,12 @@ jobs:
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
RISC0_DEV_MODE: true
ETH_MAINNET_RPC_URL: ${{ secrets.ETH_MAINNET_RPC_URL_FREE_TIER }}

- name: sccache stats
run: sccache --show-stats


rust-pkg-check:
runs-on: [ self-hosted, prod, "${{ matrix.os }}", "${{ matrix.device }}" ]
strategy:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ target/
.idea
.aider*
.claude
CLAUDE.md
**/CLAUDE.md
**/AGENTS.md
.cursor
.codex


# Ignore generated files
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"./Cargo.toml",
"./crates/distributor/Cargo.toml",
"./bento/crates/workflow/Cargo.toml",
"./crates/povw/mint-calculator/Cargo.toml",
"./crates/povw/log-updater/Cargo.toml"
"./crates/lambdas/indexer-api/Cargo.toml",
"./crates/indexer/Cargo.toml",
// "./crates/guest/assessor/assessor-guest/Cargo.toml",
// "./crates/guest/util/echo/Cargo.toml",
// "./crates/guest/util/identity/Cargo.toml",
Expand Down
Loading
Loading