Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ddeed35
feat(wallet-apis): add solana support
jakehobbs Apr 24, 2026
42fdad3
refactor: clean up after claude
jakehobbs Apr 25, 2026
be02dfa
refactor: standalone sol actions
jakehobbs Apr 25, 2026
feb0ed2
refactor: clean up solana actions — type guards, logging, use viem/ox…
jakehobbs Apr 25, 2026
2d993dd
feat(wallet-apis): add solana getCallsStatus, waitForCallsStatus, sim…
jakehobbs Apr 28, 2026
f2f1fcf
chore: update comment
jakehobbs Apr 28, 2026
f12c69c
feat(wallet-apis): support wallet-standard, sol-kit, and raw signers …
jakehobbs Apr 28, 2026
5d33a2d
feat(wallet-apis): deserialize tx for TransactionPartialSigner, test …
jakehobbs Apr 28, 2026
6c6e78a
feat(wallet-apis): update Solana chain IDs to colon format, rename ch…
jakehobbs Apr 28, 2026
88e5c8f
feat(wallet-apis): unify createSmartWalletClient for EVM and Solana
jakehobbs Apr 28, 2026
2591bdf
docs: add Solana dogfooding guide, add req/res logging to raw RPC e2e
jakehobbs Apr 28, 2026
a27b1b4
chore: remove test scripts and privy example from review branch
jakehobbs Apr 28, 2026
dfd5008
Merge branch 'v5.x.x' into jake/v5/sol
jakehobbs Apr 28, 2026
be7e5f8
chore: use new pkg
jakehobbs Apr 28, 2026
6ffce66
chore(wallet-apis): tighten public API surface and export Solana acti…
jakehobbs Apr 28, 2026
2b77fb5
refactor(wallet-apis): unify Solana decode pattern with EVM decode-th…
jakehobbs Apr 29, 2026
e95c752
fix(wallet-apis): fix invalid JSDoc tag for @solana/kit reference
jakehobbs Apr 29, 2026
51ef110
test(wallet-apis): add Solana signer equivalence unit test and e2e tests
jakehobbs Apr 29, 2026
6e77639
fix(wallet-apis): add missing JSDoc param/returns types to Solana ada…
jakehobbs Apr 29, 2026
c7f5630
chore: docs gen
jakehobbs Apr 29, 2026
f0b8f6a
merge jake/v5/sol into sol-examples, update e2e scripts and privy exa…
jakehobbs Apr 29, 2026
440c7b0
refactor(wallet-apis): use generateKeyPairSigner + fromKitSigner in S…
jakehobbs Apr 29, 2026
3958bd1
Merge branch 'jake/v5/sol' into jake/v5/sol-examples
jakehobbs Apr 29, 2026
94e277e
docs: more examples
jakehobbs Apr 29, 2026
9d8972b
refactor(wallet-apis): rename SolanaStandardSigner to SolanaSigner, a…
jakehobbs Apr 29, 2026
c17e8b3
refactor(wallet-apis): move Solana exports to @alchemy/wallet-apis/so…
jakehobbs Apr 29, 2026
dccdec9
Merge branch 'jake/v5/sol' into jake/v5/sol-examples
jakehobbs Apr 29, 2026
8f15415
docs: restructure Solana dogfooding guide with API spec, real example…
jakehobbs Apr 29, 2026
c54003f
docs: overhaul Solana dogfooding guide with API spec, signer snippets…
jakehobbs Apr 29, 2026
fc33e82
chore: bump types pkg
jakehobbs May 1, 2026
b34013d
feat(wallet-apis): add fromWalletStandard adapter, harden Solana signers
jakehobbs May 1, 2026
51f6040
merge: resolve conflicts with v5.x.x (docs + experimental swap)
jakehobbs May 1, 2026
5ae857f
Merge branch 'jake/v5/sol' into jake/v5/sol-examples
jakehobbs May 1, 2026
5d131aa
feat(wallet-apis): export fromWalletStandard from solana subpath + re…
jakehobbs May 1, 2026
3a571af
Merge branch 'jake/v5/sol' into jake/v5/sol-examples
jakehobbs May 1, 2026
0f111bd
Use fromWalletStandard adapter in wallet-standard example instead of …
jakehobbs May 1, 2026
2bb5d26
chore: updates
jakehobbs May 4, 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 .codex/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[mcp_servers.notion]
url = "https://mcp.notion.com/mcp"

[mcp_servers.slack]
url = "https://mcp.slack.com/sse"
Loading
Loading