Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cfef1ab
feat: forester: pda & mint compression
sergeytimoshin Jan 7, 2026
cd06d58
refactor rent exemption calculations
sergeytimoshin Jan 21, 2026
b309401
format
sergeytimoshin Jan 21, 2026
cd1f910
feat: add support for compressed mint retrieval in the indexer
sergeytimoshin Jan 21, 2026
6701d65
get_compressed_mints_by_authority authority type filtering
sergeytimoshin Jan 21, 2026
f4ce682
feat: add hex dependency and update existing hex usage in Cargo.toml …
sergeytimoshin Jan 21, 2026
6c95f26
fix: update authority_type field in GetCompressedMintsByAuthorityOpti…
sergeytimoshin Jan 21, 2026
76bba99
feat: refactor bootstrap logic to use run_bootstrap helper; enhance m…
sergeytimoshin Jan 21, 2026
40f7e41
wip
sergeytimoshin Jan 23, 2026
3d9e375
cleanup
sergeytimoshin Jan 23, 2026
49a0c16
new apis
sergeytimoshin Jan 27, 2026
be7c5eb
cleanup
sergeytimoshin Jan 28, 2026
8a3c560
format
sergeytimoshin Jan 28, 2026
9ca35e4
feat: implement batch lookup for multiple compressed accounts in RPC
sergeytimoshin Jan 29, 2026
447d321
enhance account interface
sergeytimoshin Jan 29, 2026
a16e560
fix: update account types in get_accounts_to_update test
sergeytimoshin Jan 29, 2026
98c012b
cleanup
sergeytimoshin Jan 29, 2026
f2ccb50
fix: update error assertion in test_create_ata_failing for invalid mi…
sergeytimoshin Jan 29, 2026
f559ca2
fix: update error assertion in test_create_ata_failing for invalid mi…
sergeytimoshin Jan 30, 2026
b6d45ae
refactor: remove mint-related models and methods
sergeytimoshin Feb 4, 2026
cd6c05c
format
sergeytimoshin Feb 4, 2026
b8b0178
progenitor
sergeytimoshin Jan 27, 2026
5dbcd57
update photon submodule ref
sergeytimoshin Jan 27, 2026
53f2ccb
wip
sergeytimoshin Feb 6, 2026
720cd72
chore: update external photon module
sergeytimoshin Feb 6, 2026
946b3de
remove Photon API models and refactor client to use updated interfaces
sergeytimoshin Feb 6, 2026
17b120b
remove Photon API default implementation files and associated error e…
sergeytimoshin Feb 6, 2026
cb00908
chore: enable submodule support in CI workflows and add progenitor-cl…
sergeytimoshin Feb 6, 2026
84a3cf4
refactor: remove `api_key` usage from Photon-related configurations a…
sergeytimoshin Feb 6, 2026
8accd5f
chore: update `regress` version constraints
sergeytimoshin Feb 6, 2026
8de6d1c
refactor: remove `api_key` handling and related fields across all cra…
sergeytimoshin Feb 7, 2026
40de4c2
add code generation for Photon API models and interfaces
sergeytimoshin Feb 7, 2026
059548f
fix: update `jsonrpc` enum references to use `X20` in Photon API requ…
sergeytimoshin Feb 7, 2026
b3ce754
refactor: rename `compressible-pda-program` to `light-pda-program` ac…
sergeytimoshin Feb 7, 2026
6b115c0
refactor: move changelogs to respective crate directories
sergeytimoshin Feb 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/workflows/cli-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cli-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/forester-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:

steps:
- uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down Expand Up @@ -104,6 +106,8 @@ jobs:

steps:
- uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/js-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:

steps:
- uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v6
with:
submodules: true

- name: Setup and build
uses: ./.github/actions/setup-and-build
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "external/photon"]
path = external/photon
url = git@github.com:Lightprotocol/photon.git
Loading
Loading