docs(examples): add CDP integration end-to-end test harness#84
Draft
amiecorso wants to merge 1 commit into
Draft
docs(examples): add CDP integration end-to-end test harness#84amiecorso wants to merge 1 commit into
amiecorso wants to merge 1 commit into
Conversation
🟡 Heimdall Review Status
|
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
examples/cdp-integration-test/directory with a two-step TypeScript harness that exercises the full CDP integration with SpendRouter against a local cdp-service stack and Base Sepolia.SpendRouter.spendAndRoute()onchain, decoding the resulting tx to prove the SDK targeted the right contract.0x6025f0bf...whereto = SpendRouter,function = spendAndRoute.Context
Used as pre-release verification for the CDP SpendRouter integration work. Local-stack setup, methodology, and gaps documented in the Coinbase-internal wiki writeup linked from the harness README.
Open as draft
Marking as draft — this is for internal verification/onboarding, not active maintenance. Happy to convert to ready-for-review or close depending on the team's preference for examples in this repo.