Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a75091c
Update codama dependencies
ioxde Apr 14, 2026
4ed6a60
Add Raydium CPMM e2e fixture
ioxde Apr 14, 2026
1060a7d
Add Raydium Launchpad e2e fixture
ioxde Apr 17, 2026
aa1a344
Add event codegen support
ioxde Apr 14, 2026
6d29910
Regenerate Raydium Launchpad fixture with events
ioxde Apr 17, 2026
a7183e5
Pin forked Codama packages to pkg.pr.new tarballs
ioxde Apr 17, 2026
354a913
Support Anchor CPI event framing in event codegen
ioxde Apr 29, 2026
77472d5
Regenerate Raydium Launchpad events with Anchor CPI framing
ioxde Jun 2, 2026
d043586
pdas mod/page template
macalinao Oct 9, 2025
66343c9
add example for pda generation
macalinao Oct 9, 2025
aa65f21
add governance to test projects
macalinao Oct 9, 2025
bd00d41
fix generation again
macalinao Oct 9, 2025
7ede9ec
rustdocs for pda generators
macalinao Oct 9, 2025
4356d5b
migrate pda generation to solana-address and remove default serde
ioxde Mar 19, 2026
f5141f8
add fetch feature to governance e2e project
ioxde Apr 4, 2026
29b8c21
Auto-derive PDA accounts in instruction builders
ioxde Apr 4, 2026
3d53b05
Validate account discriminators, owners, and Anchor try_deserialize
ioxde Apr 4, 2026
cd5e3f2
Enforce required accounts and args at compile time via constructor pa…
ioxde Apr 4, 2026
699bc83
Fix featureFlags not emitting cfg_attr for traits absent from defaults
ioxde Apr 4, 2026
8c1970c
Add camelCase rename_all and DisplayFromStr for u64/i64/u128/i128 to …
ioxde Apr 3, 2026
4ea7a35
Regenerate governance e2e fixture for solana-rpc-client
ioxde Jun 3, 2026
8350e8a
Merge branch 'solana-v3' into local-codama
ioxde Jun 3, 2026
564ac58
Bump pinned codama fork
ioxde Jun 4, 2026
641b9bb
Support dynamic program IDs and extra arguments in PDA derivation
ioxde Jun 3, 2026
5eb8ad7
Render literal byte ranges in event discriminator checks and skips
ioxde Jun 5, 2026
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
5 changes: 5 additions & 0 deletions .changeset/add-event-codegen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@codama/renderers-rust': minor
---

Add event codegen support
5 changes: 5 additions & 0 deletions .changeset/anchor-cpi-event-framing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@codama/renderers-rust': minor
---

Support Anchor CPI event framing in event codegen
5 changes: 5 additions & 0 deletions .changeset/tired-rules-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@codama/renderers-rust': patch
---

Add support for PDA generation
Loading