Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3a4ead1
feat: optimize address batch pipeline
sergeytimoshin Mar 14, 2026
b2200b0
format
sergeytimoshin Mar 14, 2026
2750bbb
feat: stabilize address batch pipeline
sergeytimoshin Mar 14, 2026
76ea419
chore: update subproject commit for photon
sergeytimoshin Mar 24, 2026
87379b5
solana 3
sergeytimoshin Mar 27, 2026
84f80b0
chore: update subproject commit for anchor
sergeytimoshin Mar 27, 2026
d88fd7c
Baseline on in-flight migration branch: fast suite has 5 failing migr…
sergeytimoshin Apr 1, 2026
e15cea2
Fixed Pinocchio 0.10 migration fallout in light-account-checks and li…
sergeytimoshin Apr 1, 2026
b59aca5
Migrated light-token-pinocchio CPI builders to Pinocchio 0.10 APIs by…
sergeytimoshin Apr 1, 2026
adfd2e1
Cleaned up system-program Pinocchio test fallout by importing Account…
sergeytimoshin Apr 1, 2026
e00f5ec
wip
sergeytimoshin Apr 4, 2026
90cbed0
cleanup
sergeytimoshin Apr 4, 2026
47aeaef
cleanup
sergeytimoshin Apr 4, 2026
2b86845
Upgrade Solana dependencies to v4
sergeytimoshin May 16, 2026
b0272fa
Bump Anchor to 1.0.2
sergeytimoshin May 18, 2026
07060fb
Update Anchor submodule formatting
sergeytimoshin May 18, 2026
9b03539
Update Anchor submodule stake warnings
sergeytimoshin May 18, 2026
7c53af5
Enable Solana CLI output unstable API
sergeytimoshin May 18, 2026
a10f7ed
Install cargo-rdme with locked dependencies
sergeytimoshin May 18, 2026
3d65bf2
Fix Solana 4 CI fallout
sergeytimoshin May 18, 2026
e7d02d4
Fix light token Solana 4 tests
sergeytimoshin May 18, 2026
cc50d8e
Adjust light token rent assertions
sergeytimoshin May 18, 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
Loading