Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8200cbf
refactor(da): move start() to LightDataAvailabilityLayer and remove i…
jns-ps Sep 16, 2025
734f2f7
feat(da): add AWS S3 dependencies and feature flag
jns-ps Sep 16, 2025
b057be3
feat(da): implement AWS S3 client and configuration types
jns-ps Sep 16, 2025
07f26ca
feat(da): implement AWS S3 light client data availability layer
jns-ps Sep 16, 2025
761e4bc
feat(da): implement AWS S3 full node data availability layer
jns-ps Sep 16, 2025
fd3ac94
feat(da): add AWS module with comprehensive documentation
jns-ps Sep 16, 2025
888e895
feat(da): integrate AWS DA layer into factory pattern
jns-ps Sep 16, 2025
2232adf
build: add AWS SDK dependencies to workspace
jns-ps Sep 16, 2025
478934b
fix(lightclient): add DA layer start() call
jns-ps Sep 16, 2025
fb8a228
docs: update README to reflect AWS DA support
jns-ps Sep 16, 2025
e55b6c7
build: update Cargo.lock for new AWS dependencies
jns-ps Sep 16, 2025
4e95aa4
build: remove obsolete aws-smithy-types from Cargo.toml
jns-ps Sep 18, 2025
301bc6c
build: better gating for aws module
jns-ps Sep 18, 2025
37eb9f7
build: remove unused backon dependency
jns-ps Sep 18, 2025
e67958b
feat(cli): add allow_mock_proofs parameter support
jns-ps Sep 18, 2025
13de28d
fix(da): prevent multiple DA layer starts
jns-ps Sep 18, 2025
779009b
fix(da): improve AWS DA layer implementation
jns-ps Sep 18, 2025
582b787
docs(da): update examples and documentation
jns-ps Sep 18, 2025
ae6f7d3
feat(da): graceful shutdown for DA layers
jns-ps Sep 18, 2025
0183332
fix(da): drop height guard after using read lock
jns-ps Sep 18, 2025
4e95a9e
chore(ai): specify scope for dependency updates in agent markdown file
jns-ps Sep 18, 2025
0fac008
refactor(da): remove unused dep/import
jns-ps Sep 22, 2025
0b3cf42
refactor(da): reduce race/collision risk on transaction_offset
jns-ps Sep 22, 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
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Prism is a high-performance key transparency solution written in Rust, creating
- Use conventional commits
- Allowed types are feat, refactor, fix, build, ci, chore, docs, test, release
- Use canonical crate names as scopes for conventional commits (e.g. lightclient, prover, keys, da, etc..)
- Use build for commits that update dependencies
- Do not mention AI in the description
- If updated, always make a separate commit "chore: update zkVM ELF and keys" for keys.json and elf files as last commit

Expand Down
Loading
Loading