Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
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.
No description provided.