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
7507b8b
feat: optimize address batch pipeline
sergeytimoshin Mar 14, 2026
e8a7abd
format
sergeytimoshin Mar 14, 2026
16490c4
feat: stabilize address batch pipeline
sergeytimoshin Mar 14, 2026
c777d8c
chore: update subproject commit for photon
sergeytimoshin Mar 24, 2026
953063e
solana 3
sergeytimoshin Mar 27, 2026
2dc8bb4
chore: update subproject commit for anchor
sergeytimoshin Mar 27, 2026
43fda32
Baseline on in-flight migration branch: fast suite has 5 failing migr…
sergeytimoshin Apr 1, 2026
2f27ae7
Fixed Pinocchio 0.10 migration fallout in light-account-checks and li…
sergeytimoshin Apr 1, 2026
02ea392
Migrated light-token-pinocchio CPI builders to Pinocchio 0.10 APIs by…
sergeytimoshin Apr 1, 2026
26212ba
Cleaned up system-program Pinocchio test fallout by importing Account…
sergeytimoshin Apr 1, 2026
b9a7aed
wip
sergeytimoshin Apr 4, 2026
8153b81
cleanup
sergeytimoshin Apr 4, 2026
95b7e82
cleanup
sergeytimoshin Apr 4, 2026
f29e104
Upgrade Solana dependencies to v4
sergeytimoshin May 16, 2026
e41f2e4
Bump Anchor to 1.0.2
sergeytimoshin May 18, 2026
1a7ebbd
Update Anchor submodule formatting
sergeytimoshin May 18, 2026
235456f
Update Anchor submodule stake warnings
sergeytimoshin May 18, 2026
b18d67d
Enable Solana CLI output unstable API
sergeytimoshin May 18, 2026
d7b4480
Install cargo-rdme with locked dependencies
sergeytimoshin May 18, 2026
a6d3565
Fix Solana 4 CI fallout
sergeytimoshin May 18, 2026
ea9aa36
Fix light token Solana 4 tests
sergeytimoshin May 18, 2026
2cd893d
Adjust light token rent assertions
sergeytimoshin May 18, 2026
fc3ff11
Address PR review comments
sergeytimoshin May 26, 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
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "external/photon"]
path = external/photon
url = git@github.com:Lightprotocol/photon.git
[submodule "external/anchor"]
path = external/anchor
url = https://github.com/Lightprotocol/anchor.git
branch = sergey/anchor-1.0-migration
Loading