Skip to content

Comments

fix(predswarm): migrations#453

Merged
saiintbrisson merged 1 commit intodevfrom
fix/predswarm/fk
Feb 2, 2026
Merged

fix(predswarm): migrations#453
saiintbrisson merged 1 commit intodevfrom
fix/predswarm/fk

Conversation

@saiintbrisson
Copy link
Collaborator

No description provided.

@saiintbrisson saiintbrisson requested a review from a team as a code owner February 2, 2026 22:35
@vercel
Copy link

vercel bot commented Feb 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
apostle-swarm Ready Ready Preview, Comment Feb 2, 2026 10:36pm
prediction-swarm Ready Ready Preview, Comment Feb 2, 2026 10:36pm
torus-bridge Building Building Preview, Comment Feb 2, 2026 10:36pm
torus-governance Ready Ready Preview, Comment Feb 2, 2026 10:36pm
torus-portal Ready Ready Preview, Comment Feb 2, 2026 10:36pm
torus-wallet Ready Ready Preview, Comment Feb 2, 2026 10:36pm

Request Review

@saiintbrisson saiintbrisson merged commit 0bd3816 into dev Feb 2, 2026
46 of 50 checks passed
saiintbrisson added a commit that referenced this pull request Feb 6, 2026
* feat(apostle-swarm): implementing apostle swarm backend + frontend (#445)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: SergioBonatto <bonatto@tutanota.com>
Co-authored-by: EdSDR <ed.sdr@outlook.com>
Co-authored-by: kings177 <yanmendesp@gmail.com>

* feat: update apostle home page text

* add apostle-swarm migrations config

* split vault-action between secrets to fix parsing problem

* remove atlas lint (became pro only)

* trigger atlas migration workflow

* rehash

* apostle rehash

* feat: display subagents on root allocator card (#447)

* fix(db): align apostle_swarm migration with Drizzle schema export format

The migration file was using inline foreign key constraints while Drizzle
exports them as separate ALTER TABLE statements. This caused the CI
migration check to fail because Atlas detected a schema mismatch.

Changes:
- Move FK constraints from inline to ALTER TABLE statements
- Update FK naming convention to match Drizzle pattern (_fk suffix)
- Add USING btree to index definitions
- Add explicit DEFAULT null for deleted_at fields
- Use table-qualified column names in CHECK constraints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* chore: remove torus-page

* fix: lockfile

* feat(torus-bridge): enhance transaction history (#444)

### Transaction History Enhancements
- Add multi-select mode with bulk delete functionality
- Enable expandable pending and step1_complete transactions
- Fix explorer URL routing for native-to-base transactions
- Correct Polkadot.js explorer URL format and blockHash usage
- Improve transaction flow visualization

### Testing Infrastructure
- Add comprehensive test coverage for Fast Bridge components (353 tests)
- Implement shared Vitest configuration with path aliasing
- Add new test commands (watch mode, interactive UI, specific files)
- Organize tests in __tests__ directories following conventions
- Fix mock paths, timers, and CommonJS/ESM compatibility issues

### CI/CD and Developer Experience
- Optimize bridge CI workflows with comment-based test execution
- Add security fixes for GitHub Actions (code injection prevention)
- Implement emoji reactions for test trigger feedback
- Streamline manual test workflow
- Update dependencies and resolve version conflicts

### Code Quality Improvements
- Refactor Hyperlane integration with 67% code reduction
- Standardize code formatting across packages
- Remove redundant error handling and unused imports
- Fix type guards and eliminate type assertions
- Add proper error handling with tryAsync pattern

### Key Fixes
- Resolve wagmi connector compatibility issues
- Fix API disconnect leaks and initialization failures
- Correct transaction flow arrow direction
- Remove msgId extraction from transaction logs
- Guard against empty wallet addresses

* feat: hypergraph 2d polish (#452)

* refac(pred-swarm): open verifier (#448)

* refac(pred-swarm): open verifier v1

* atlas rehash

* moving migrations

* chore: move judge

* verifier deployment

* added firecrawl to env

* fix: migrations

* fix migrations

* fix lock

* fix openai

---------

Co-authored-by: PsicoThePato <jmomcontato@gmail.com>

* fix the verdict fk key (#453)

* add missing envs for apostle-swarm

* fix: install pg 18 for shadow apply workflow

---------

Co-authored-by: FunctorFlow <honza@renlabs.dev>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: SergioBonatto <bonatto@tutanota.com>
Co-authored-by: EdSDR <ed.sdr@outlook.com>
Co-authored-by: kings177 <yanmendesp@gmail.com>
Co-authored-by: PsicoThePato <jmomcontato@gmail.com>
Co-authored-by: Yan Mendes <53550620+kings177@users.noreply.github.com>
Co-authored-by: Rodrigo Oler <roodrigoprogrammer@gmail.com>
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