-
Notifications
You must be signed in to change notification settings - Fork 33
chore(ci): harden CI + roadmap for fearless-utils hygiene #1297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
WRRicht3r
wants to merge
228
commits into
develop
Choose a base branch
from
chore/ci-utils-roadmap-hardening
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,563
−567
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
- Add AGENTS.md aligned to Android repo (iOS specifics) - Add ROADMAP.md with SDK alignment steps - Enable tests in Jenkins (appTests=true) - Add scripts/test-matrix.sh (Debug+Release) - Update README with testing instructions
…cov workflow Signed-off-by: William Richter <[email protected]>
…ys text resource; revert Codecov workflow
Signed-off-by: William Richter <[email protected]>
Signed-off-by: William Richter <[email protected]>
Signed-off-by: William Richter <[email protected]>
…pods in Codecov Signed-off-by: William Richter <[email protected]>
…scoped auth for private pods in Codecov
…on, ci: make private pod auth optional; bump FearlessKeys to 0.1.5
…_install; reset FearlessKeys to 0.1.4
…decov at last known config Signed-off-by: William Richter <[email protected]>
Signed-off-by: William Richter <[email protected]>
…rom compile sources Signed-off-by: William Richter <[email protected]>
…load from compile sources Signed-off-by: William Richter <[email protected]>
…arlessKeys text exclusion Signed-off-by: William Richter <[email protected]>
…lla header during CI to fix modulemap on Xcode 18.x
…less'); pin shared-features-spm to 2b13aea
…lude; pin shared-features-spm to 2b13aea
…er in include; pin shared-features-spm to 2b13aea
…der; pin shared-features-spm
…rent; keep modulemap patch; pin shared-features-spm
… umbrella/header patches
…t token requirement during archive
Provide to satisfy existing call sites (e.g., WalletConnect/Ethereum).
Capture signing payload via builder.signing closure, then sign it with TransactionSigner and return encoded MultiSignature.
…ry symbol Provide a local RuntimeCoderFactoryProtocol implementation backed by RuntimeSnapshot and use it in RuntimeProvider.
…idators - Fallback to static min-amount mapping when inspector throws - Drop .liberland and .acala cases no longer present in Chain enum
Fallback to sorting by asset symbol when price list is unavailable in current models.
ExternalApiExplorerType may not include .oklink in current models; omit and fall through to default (no action).
… and unwrap APY optionals - Cast to ChainRegistryProtocol/ChainRegistry to call sync getRuntimeProvider/getSubstrateConnection - Use Array(secretKey) for EthereumPrivateKey init to avoid RawSpan - Safely unwrap nested optionals when mapping APY responses - Remove .oklink branch from ExternalApiExplorerType action title
Change public extension on PolkaswapLiquidityPoolService to internal extension to satisfy access level rules.
- Use literal key path to avoid #keyPath(CDAsset.id) ambiguity - Map type from instead of deprecated - Remove usage of ; set empty price list
Safely map by double-compactMap to extract poolId and APY list.
ChainModel no longer allows assets mutation; notify PricesUpdated without persisting prices into chain assets.
…rypt SSE2 guard; align SPM pins and fixes Signed-off-by: William Richter <[email protected]>
…' into chore/ci-utils-roadmap-hardening Signed-off-by: William Richter <[email protected]>
- Use 'WalletConnect' product instead of non-existent 'WalletConnectSign'. - Align FearlessDependencies with WalletConnectSwiftV2 1.20.x; remove WalletConnectAuth, add WalletConnectSign. - Export Auth for convenience. Signed-off-by: William Richter <[email protected]> (cherry picked from commit 658707d649fef210a815a171de41107fd6cfb44b) Signed-off-by: William Richter <[email protected]>
Signed-off-by: William Richter <[email protected]>
…nature Signed-off-by: William Richter <[email protected]>
Signed-off-by: William Richter <[email protected]>
Signed-off-by: William Richter <[email protected]>
Signed-off-by: William Richter <[email protected]>
…default Signed-off-by: William Richter <[email protected]>
…alletConnectURI; qualify RejectionReason Signed-off-by: William Richter <[email protected]>
…e.reject for proposal rejection Signed-off-by: William Richter <[email protected]>
… Web3Wallet fallback Signed-off-by: William Richter <[email protected]>
…id spurious try? warning Signed-off-by: William Richter <[email protected]>
…lacking Web3Wallet.reject Signed-off-by: William Richter <[email protected]>
Signed-off-by: William Richter <[email protected]>
…; keep code WalletKit-ready Signed-off-by: William Richter <[email protected]>
…efer WalletKit.configure when available Signed-off-by: William Richter <[email protected]>
… Web3Wallet Signed-off-by: William Richter <[email protected]>
…es to reown-swift and export ReownWalletKit; drop Web3Wallet fallback Signed-off-by: William Richter <[email protected]>
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.
Notes: references:
- shared-features-spm pin 6d6cb16
- web3-swift dedupe 7.7.7
- optional Google keys injection
- FearlessKeys gated by INCLUDE_FEARLESS_KEYS