Skip to content

docs(sol): Solayer Chain sandbox investigation (CECHO-1127)#8819

Closed
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
masterfrom
feat/solayer-sandbox-investigation-cecho-1127
Closed

docs(sol): Solayer Chain sandbox investigation (CECHO-1127)#8819
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
masterfrom
feat/solayer-sandbox-investigation-cecho-1127

Conversation

@bitgo-ai-agent-dev
Copy link
Copy Markdown

Summary

  • Validated end-to-end transaction lifecycle on Solayer devnet (SVM-based L1, solana-core 2.0.0)
  • Confirmed ed25519 signing primitive and standard Solana address format (base58, 44 chars)
  • Generated sandbox keypair, funded via faucet (0.1 SOL via requestAirdrop), broadcast a System Program transfer, and confirmed finality in ~3s
  • Verified @solana/web3.js and existing sdk-coin-sol builders are compatible as-is — no fork required
  • Documented non-standard RPC surface: getSignaturesForAddress is coming soon (critical gap for indexer)
  • Found Delta Sharing endpoint for mainnet batch history; real-time tx history needs own indexer until RPC ships
  • Proposed integration plan: Layer/TLayer coin classes extending existing Sol, new network entries in statics

Test plan

  • Read docs/solayer-sandbox-investigation.md and verify findings match Solayer docs
  • Confirm sandbox transaction on explorer: https://explorer.solayer.org/?cluster=devnet (search 55faf4L2QZnPCM2KahJBMMAj4osawTbCbSLm88b5cPgFYimpHPeKmHepxfviyhyJ7wZMH7ZFuzXeMQvbGFC9i16S)
  • Confirm RPC endpoint compatibility: curl -X POST https://devnet-rpc.solayer.org -d '{"jsonrpc":"2.0","id":1,"method":"getVersion","params":[]}'

🤖 Generated with Ralph

@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 20, 2026

CECHO-1127

@bitgo-ai-agent-dev bitgo-ai-agent-dev Bot force-pushed the feat/solayer-sandbox-investigation-cecho-1127 branch from d4e0e13 to d2a0623 Compare May 20, 2026 09:52
End-to-end validation of Solayer devnet (SVM-based L1):
- Confirmed ed25519 signing primitive, standard Solana address format
- Generated sandbox keypair, funded via faucet (0.1 SOL airdrop)
- Constructed, signed, and broadcast legacy SOL transfer; confirmed finalized
  in ~3s at slot 135440321
- Verified @solana/web3.js and sdk-coin-sol builders are compatible as-is
- Documented non-standard RPC method support (getSignaturesForAddress missing)
- Found Delta Sharing indexer for mainnet batch history; own indexer needed
  for real-time tx/balance history until RPC method ships
- Proposed statics + sdk-coin-sol integration plan (Layer/TLayer coin classes)

Ticket: CECHO-1127
Session-Id: e81befe5-22e7-4f45-866b-6ba4f00c9435
Task-Id: 8e3fea74-0101-4d4c-873c-1e19bbce70de
@bitgo-ai-agent-dev bitgo-ai-agent-dev Bot force-pushed the feat/solayer-sandbox-investigation-cecho-1127 branch from d2a0623 to 2121735 Compare May 20, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant