Implements Soroban interaction layer integration and completes local CI-equivalent validation and workflow alignment without opening a pull request.
- Added contracts integration and Stellar configuration.
- Aligned main CI workflow to actual runtime behavior.
- Added executable risk-performance and stress-scenario validation scripts.
- Fixed e2e runtime stability (tracing side effects in test context).
-
npm run lint(0 errors, warnings remain) -
npm run build -
npm test -- --runInBand -
npm run test:e2e -
npm run test:cov -
npm run test:risk -
npm run test:performance -
npm run validate:stress-scenarios -
npm audit --omit=dev --audit-level=critical
- Trigger GitHub Actions for
.github/workflows/ci.ymlby pushing branch updates. - Confirm repository secrets for deploy/terraform workflows are configured:
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYINFRACOST_API_KEYKUBE_CONFIG_STAGINGKUBE_CONFIG_PRODUCTIONSLACK_WEBHOOK_URL
- Ensure GitHub Environments include names referenced by workflows (
staging,production) with required approvals and secret scopes. - Run deployment workflows after CI success if desired.
- Lint warnings are expected and non-blocking under current ESLint policy.
- Dependency audit still reports moderate/high issues; the configured critical threshold passes.