Skip to content

update develop#18

Merged
jeffersonBastos merged 16 commits into
developfrom
main
Mar 27, 2026
Merged

update develop#18
jeffersonBastos merged 16 commits into
developfrom
main

Conversation

@jeffersonBastos
Copy link
Copy Markdown
Contributor

@jeffersonBastos jeffersonBastos commented Mar 27, 2026

No description provided.

jeffersonBastos and others added 16 commits March 5, 2026 16:40
fix: start command and healthz route
Adds Docker + Docker Swarm deployment infrastructure:
- Dockerfile (multi-stage Node/pnpm, 24h healthcheck on /ready)
- .dockerignore (excludes node_modules, tmp, logs, secrets)
- deployment/docker-compose.yml (postgres on port 5433)
- deployment/docker-stack.yml (ponder swarm service on port 40000)
- deployment/manage.sh (build → network → postgres → stack deploy)
- deployment/deploy-remotely.sh (rsync + scp + ssh orchestration)
- deployment/static/start-db.sh (postgres memory auto-tuner)
- .github/workflows/deploy.yml (auto-deploy on push to main)

Schema per deploy: programmatic_orders_<git-sha>, injected by manage.sh.
Requires 5 GitHub secrets: DEPLOY_SSH_PRIVATE_KEY, DEPLOY_SERVER_HOST,
DEPLOY_SERVER_USER, DEPLOY_PATH, DEPLOY_ENV_FILE_CONTENT.
feat: replace Trade handler with Settlement filter for FlashLoanRouter
@jeffersonBastos jeffersonBastos marked this pull request as ready for review March 27, 2026 20:04
@jeffersonBastos jeffersonBastos merged commit f709e3a into develop Mar 27, 2026
6 of 13 checks passed
@gitguardian
Copy link
Copy Markdown

gitguardian Bot commented Mar 27, 2026

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
9755582 Triggered Generic Password 7bed288 docker-compose.yml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant