docs(sol): Solayer Chain sandbox investigation (CECHO-1127)#8819
Closed
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
Closed
docs(sol): Solayer Chain sandbox investigation (CECHO-1127)#8819bitgo-ai-agent-dev[bot] wants to merge 1 commit into
bitgo-ai-agent-dev[bot] wants to merge 1 commit into
Conversation
d4e0e13 to
d2a0623
Compare
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
d2a0623 to
2121735
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
solana-core 2.0.0)requestAirdrop), broadcast a System Program transfer, and confirmed finality in ~3s@solana/web3.jsand existingsdk-coin-solbuilders are compatible as-is — no fork requiredgetSignaturesForAddressis coming soon (critical gap for indexer)Layer/TLayercoin classes extending existingSol, new network entries in staticsTest plan
docs/solayer-sandbox-investigation.mdand verify findings match Solayer docs55faf4L2QZnPCM2KahJBMMAj4osawTbCbSLm88b5cPgFYimpHPeKmHepxfviyhyJ7wZMH7ZFuzXeMQvbGFC9i16S)curl -X POST https://devnet-rpc.solayer.org -d '{"jsonrpc":"2.0","id":1,"method":"getVersion","params":[]}'🤖 Generated with Ralph