CRE: add Aptos read capability support to local v2 topology#21506
Draft
CRE: add Aptos read capability support to local v2 topology#21506
Conversation
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
This PR adds Aptos read-capability support to local CRE v2 flows in
chainlink, and cleans out local-only setup logic that is not suitable for upstream.Included
Test_CRE_V2_Aptos_ReadTest_CRE_V2_Aptos_Suite(Aptos path)Upstreamability cleanup in this PR
core/chainlink-local-deps.Dockerfile.gotron-sdk replace) back to develop baseline.Why
We need Aptos read capability to run in local CRE the same way EVM/Solana paths do, without requiring workstation-specific Docker context hacks or local scripts.
Out of scope
Dependency notes
This PR currently expects matching Aptos-local-CRE changes in related repos (
chainlink-common,chainlink-aptos,capabilities), and temporary pseudo-version refs may point to those branches/commits until merged upstream.Test plan
go test ./core/scripts/cre/environment/...go test -timeout 15m -run '^Test_CRE_V2_Aptos_Read$' ./system-tests/tests/smoke/cre/ -count=1 -vgo test -timeout 15m -run '^Test_CRE_V2_Aptos_Suite$' ./system-tests/tests/smoke/cre/ -count=1 -v